chore: release v1.4.15

This commit is contained in:
roymondchen 2024-07-26 13:05:51 +08:00
parent 96224b4d92
commit 211673c6a5
22 changed files with 70 additions and 47 deletions

View File

@ -1,3 +1,26 @@
## [1.4.15](https://github.com/Tencent/tmagic-editor/compare/v1.4.14...v1.4.15) (2024-07-26)
### Bug Fixes
* **data-source:** 迭代器数据编译支持容器嵌套 ([e209aa3](https://github.com/Tencent/tmagic-editor/commit/e209aa36e88ff567932e6374cae37097c19b6883))
* **editor:** 在组件树中多选时不能选中页面 ([c456798](https://github.com/Tencent/tmagic-editor/commit/c45679875162069033096b307c06320346798d76))
* **editor:** 数据源方法配置,设置后再次修改参数配置不显示 ([059c005](https://github.com/Tencent/tmagic-editor/commit/059c0056c4e9d3ef7f247e3ed19c3c02fd84b65f))
* **editor:** 组件树中将容器拖入自身中会导致容器丢失 ([16d4eff](https://github.com/Tencent/tmagic-editor/commit/16d4eff3859923c44cb9662210538c5ff47d793d)), closes [#622](https://github.com/Tencent/tmagic-editor/issues/622)
* **editor:** 组件树右键菜单在组件树面板拖出时被面板遮挡 ([72a7c15](https://github.com/Tencent/tmagic-editor/commit/72a7c151e9d5f40393f94870d550a917adac41c8)), closes [#624](https://github.com/Tencent/tmagic-editor/issues/624)
* **stage:** 页面失焦时将alt键按下状态重置 ([96224b4](https://github.com/Tencent/tmagic-editor/commit/96224b4d9254b6584dd0bb48ae1acc144cc00783))
### Features
* **data-source:** 数据源新增setValue方法 ([8d111ea](https://github.com/Tencent/tmagic-editor/commit/8d111ea976c397e70b6040e034ed6f85a49bc4b3))
* **editor:** 优化编辑器左边栏拖出体验,需要拖出一定距离才行 ([b249563](https://github.com/Tencent/tmagic-editor/commit/b249563f9442023d66180f5396649277889cf69c))
* **editor:** 数据源选择器编辑按钮添加tooltip ([3fa21fd](https://github.com/Tencent/tmagic-editor/commit/3fa21fd3eb91882e40e84a59b8b5e541876b9c92))
* **editor:** 添加component-list slot用于自定义组件列表 ([0bbf7c5](https://github.com/Tencent/tmagic-editor/commit/0bbf7c564394a56bb6c99572240bba23b4e2919d)), closes [#621](https://github.com/Tencent/tmagic-editor/issues/621)
* **editor:** 编辑器左边栏支持配置不可拖出支持before-click函数配置 ([837daf6](https://github.com/Tencent/tmagic-editor/commit/837daf6cabcaa6110b99b020288097f25d8c05b9))
## [1.4.14](https://github.com/Tencent/tmagic-editor/compare/v1.4.13...v1.4.14) (2024-07-12) ## [1.4.14](https://github.com/Tencent/tmagic-editor/compare/v1.4.13...v1.4.14) (2024-07-12)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{ {
"version": "1.4.14", "version": "1.4.15",
"name": "@tmagic/design", "name": "@tmagic/design",
"type": "module", "type": "module",
"main": "dist/tmagic-design.umd.cjs", "main": "dist/tmagic-design.umd.cjs",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{ {
"version": "1.4.14", "version": "1.4.15",
"name": "@tmagic/table", "name": "@tmagic/table",
"type": "module", "type": "module",
"main": "dist/tmagic-table.umd.cjs", "main": "dist/tmagic-table.umd.cjs",

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@tmagic/ui-react", "name": "@tmagic/ui-react",
"version": "1.4.14", "version": "1.4.15",
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",
"files": [ "files": [

View File

@ -1,5 +1,5 @@
{ {
"version": "1.4.14", "version": "1.4.15",
"name": "@tmagic/ui-vue2", "name": "@tmagic/ui-vue2",
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.4.14", "version": "1.4.15",
"name": "@tmagic/ui", "name": "@tmagic/ui",
"type": "module", "type": "module",
"main": "src/index.ts", "main": "src/index.ts",

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "tmagic-playground", "name": "tmagic-playground",
"version": "1.4.14", "version": "1.4.15",
"type": "module", "type": "module",
"private": true, "private": true,
"scripts": { "scripts": {
@ -13,15 +13,15 @@
}, },
"dependencies": { "dependencies": {
"@element-plus/icons-vue": "^2.3.1", "@element-plus/icons-vue": "^2.3.1",
"@tmagic/core": "1.4.14", "@tmagic/core": "1.4.15",
"@tmagic/design": "1.4.14", "@tmagic/design": "1.4.15",
"@tmagic/editor": "1.4.14", "@tmagic/editor": "1.4.15",
"@tmagic/element-plus-adapter": "1.4.14", "@tmagic/element-plus-adapter": "1.4.15",
"@tmagic/form": "1.4.14", "@tmagic/form": "1.4.15",
"@tmagic/tmagic-form-runtime": "1.0.11", "@tmagic/tmagic-form-runtime": "1.0.11",
"@tmagic/schema": "1.4.14", "@tmagic/schema": "1.4.15",
"@tmagic/stage": "1.4.14", "@tmagic/stage": "1.4.15",
"@tmagic/utils": "1.4.14", "@tmagic/utils": "1.4.15",
"element-plus": "^2.7.5", "element-plus": "^2.7.5",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"monaco-editor": "^0.48.0", "monaco-editor": "^0.48.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "runtime-react", "name": "runtime-react",
"version": "1.4.14", "version": "1.4.15",
"type": "module", "type": "module",
"private": true, "private": true,
"scripts": { "scripts": {
@ -19,12 +19,12 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event" "build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
}, },
"dependencies": { "dependencies": {
"@tmagic/core": "1.4.14", "@tmagic/core": "1.4.15",
"@tmagic/data-source": "1.4.14", "@tmagic/data-source": "1.4.15",
"@tmagic/ui-react": "1.4.14", "@tmagic/ui-react": "1.4.15",
"@tmagic/schema": "1.4.14", "@tmagic/schema": "1.4.15",
"@tmagic/stage": "1.4.14", "@tmagic/stage": "1.4.15",
"@tmagic/utils": "1.4.14", "@tmagic/utils": "1.4.15",
"axios": "^0.25.0", "axios": "^0.25.0",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"terser": "^5.31.0", "terser": "^5.31.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "runtime-vue2", "name": "runtime-vue2",
"version": "1.4.14", "version": "1.4.15",
"type": "module", "type": "module",
"private": true, "private": true,
"scripts": { "scripts": {
@ -19,12 +19,12 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event" "build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
}, },
"dependencies": { "dependencies": {
"@tmagic/core": "1.4.14", "@tmagic/core": "1.4.15",
"@tmagic/data-source": "1.4.14", "@tmagic/data-source": "1.4.15",
"@tmagic/ui-vue2": "1.4.14", "@tmagic/ui-vue2": "1.4.15",
"@tmagic/schema": "1.4.14", "@tmagic/schema": "1.4.15",
"@tmagic/stage": "1.4.14", "@tmagic/stage": "1.4.15",
"@tmagic/utils": "1.4.14", "@tmagic/utils": "1.4.15",
"@tmagic/vue-runtime-help": "^0.0.7", "@tmagic/vue-runtime-help": "^0.0.7",
"axios": "^0.25.0", "axios": "^0.25.0",
"terser": "^5.31.0", "terser": "^5.31.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "runtime-vue3", "name": "runtime-vue3",
"version": "1.4.14", "version": "1.4.15",
"type": "module", "type": "module",
"private": true, "private": true,
"scripts": { "scripts": {
@ -18,12 +18,12 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event" "build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
}, },
"dependencies": { "dependencies": {
"@tmagic/core": "1.4.14", "@tmagic/core": "1.4.15",
"@tmagic/data-source": "1.4.14", "@tmagic/data-source": "1.4.15",
"@tmagic/schema": "1.4.14", "@tmagic/schema": "1.4.15",
"@tmagic/stage": "1.4.14", "@tmagic/stage": "1.4.15",
"@tmagic/ui": "1.4.14", "@tmagic/ui": "1.4.15",
"@tmagic/utils": "1.4.14", "@tmagic/utils": "1.4.15",
"@tmagic/vue-runtime-help": "^0.0.7", "@tmagic/vue-runtime-help": "^0.0.7",
"axios": "^0.25.0", "axios": "^0.25.0",
"vue": "^3.4.27" "vue": "^3.4.27"