chore: release v1.5.20

This commit is contained in:
roymondchen 2025-05-21 17:00:45 +08:00
parent b78d2fda1f
commit 4288ab9873
20 changed files with 48 additions and 31 deletions

View File

@ -1,3 +1,20 @@
## [1.5.20](https://github.com/Tencent/tmagic-editor/compare/v1.5.19...v1.5.20) (2025-05-21)
### Bug Fixes
* **editor:** getTMagicApp中对runtime-ready可能存在多次事件监听 ([4448584](https://github.com/Tencent/tmagic-editor/commit/444858491da47c168ea2540cd718fabdca027781))
* **editor:** 新增数据源时,由于方法列表为空出现的报错 ([1e396d4](https://github.com/Tencent/tmagic-editor/commit/1e396d4a8d202c0324d7f4128b80fd476bdb4e65))
### Features
* **core:** 新增事件处理前后的钩子函数配置 ([b78d2fd](https://github.com/Tencent/tmagic-editor/commit/b78d2fda1fe474b7004db038a51773c326b24f4e))
* **data-source:** 新增判断所有数据源加载完成的方法 ([dc37d4e](https://github.com/Tencent/tmagic-editor/commit/dc37d4e8bd35d473c3c74a7b10b3d9e6af00d759))
* **data-source:** 由于存在异步加载数据源,新增所有数据源加载完毕事件 ([a35789c](https://github.com/Tencent/tmagic-editor/commit/a35789c0cf1c740df9fb16bc302cf1aec50cdf2b))
## [1.5.19](https://github.com/Tencent/tmagic-editor/compare/v1.5.18...v1.5.19) (2025-05-20)

View File

@ -1,5 +1,5 @@
{
"version": "1.5.19",
"version": "1.5.20",
"name": "tmagic",
"private": true,
"type": "module",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.19",
"version": "1.5.20",
"name": "@tmagic/cli",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.19",
"version": "1.5.20",
"name": "@tmagic/core",
"type": "module",
"main": "dist/tmagic-core.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.19",
"version": "1.5.20",
"name": "@tmagic/data-source",
"type": "module",
"main": "dist/tmagic-data-source.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.19",
"version": "1.5.20",
"name": "@tmagic/dep",
"type": "module",
"main": "dist/tmagic-dep.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.19",
"version": "1.5.20",
"name": "@tmagic/design",
"type": "module",
"sideEffects": [

View File

@ -1,5 +1,5 @@
{
"version": "1.5.19",
"version": "1.5.20",
"name": "@tmagic/editor",
"type": "module",
"sideEffects": [

View File

@ -1,5 +1,5 @@
{
"version": "1.5.19",
"version": "1.5.20",
"name": "@tmagic/element-plus-adapter",
"type": "module",
"main": "dist/tmagic-element-plus-adapter.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.19",
"version": "1.5.20",
"name": "@tmagic/form-schema",
"type": "module",
"main": "dist/tmagic-form-schema.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.19",
"version": "1.5.20",
"name": "@tmagic/form",
"type": "module",
"sideEffects": [

View File

@ -1,5 +1,5 @@
{
"version": "1.5.19",
"version": "1.5.20",
"name": "@tmagic/schema",
"type": "module",
"main": "dist/tmagic-schema.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.19",
"version": "1.5.20",
"name": "@tmagic/stage",
"type": "module",
"main": "dist/tmagic-stage.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.19",
"version": "1.5.20",
"name": "@tmagic/table",
"type": "module",
"sideEffects": [

View File

@ -1,5 +1,5 @@
{
"version": "1.5.19",
"version": "1.5.20",
"name": "@tmagic/tdesign-vue-next-adapter",
"type": "module",
"main": "dist/tmagic-tdesign-vue-next-adapter.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.19",
"version": "1.5.20",
"name": "@tmagic/utils",
"type": "module",
"main": "dist/tmagic-utils.umd.cjs",

View File

@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.5.19",
"version": "1.5.20",
"type": "module",
"private": true,
"scripts": {
@ -13,9 +13,9 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@tmagic/core": "1.5.19",
"@tmagic/editor": "1.5.19",
"@tmagic/element-plus-adapter": "1.5.19",
"@tmagic/core": "1.5.20",
"@tmagic/editor": "1.5.20",
"@tmagic/element-plus-adapter": "1.5.20",
"@tmagic/tmagic-form-runtime": "1.1.3",
"element-plus": "^2.9.7",
"lodash-es": "^4.17.21",

View File

@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.5.19",
"version": "1.5.20",
"type": "module",
"private": true,
"scripts": {
@ -19,16 +19,16 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.5.19",
"@tmagic/core": "1.5.20",
"@tmagic/react-runtime-help": "0.1.0",
"@tmagic/stage": "1.5.19",
"@tmagic/stage": "1.5.20",
"axios": "^0.25.0",
"terser": "^5.31.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tmagic/cli": "1.5.19",
"@tmagic/cli": "1.5.20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-legacy": "^6.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "runtime-vue2",
"version": "1.5.19",
"version": "1.5.20",
"type": "module",
"private": true,
"scripts": {
@ -19,15 +19,15 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.5.19",
"@tmagic/stage": "1.5.19",
"@tmagic/core": "1.5.20",
"@tmagic/stage": "1.5.20",
"@tmagic/vue-runtime-help": "^1.1.0",
"axios": "^0.25.0",
"terser": "^5.31.6",
"vue": "^2.7.16"
},
"devDependencies": {
"@tmagic/cli": "1.5.19",
"@tmagic/cli": "1.5.20",
"@types/events": "^3.0.0",
"axios": "^0.27.2",
"rollup": "^4.38.0",

View File

@ -1,6 +1,6 @@
{
"name": "runtime-vue3",
"version": "1.5.19",
"version": "1.5.20",
"type": "module",
"private": true,
"scripts": {
@ -19,14 +19,14 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.5.19",
"@tmagic/stage": "1.5.19",
"@tmagic/core": "1.5.20",
"@tmagic/stage": "1.5.20",
"@tmagic/vue-runtime-help": "^1.1.0",
"axios": "^0.25.0",
"vue": "^3.5.0"
},
"devDependencies": {
"@tmagic/cli": "1.5.19",
"@tmagic/cli": "1.5.20",
"@types/node": "^18.19.0",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "5.2.3",