mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-22 18:05:17 +08:00
chore: release v1.4.15
This commit is contained in:
parent
96224b4d92
commit
211673c6a5
23
CHANGELOG.md
23
CHANGELOG.md
@ -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,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"name": "tmagic",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"name": "@tmagic/cli",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"name": "@tmagic/core",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-core.umd.cjs",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"name": "@tmagic/data-source",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-data-source.umd.cjs",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"name": "@tmagic/dep",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-dep.umd.cjs",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"name": "@tmagic/design",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-design.umd.cjs",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"name": "@tmagic/editor",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"name": "@tmagic/element-plus-adapter",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-element-plus-adapter.umd.cjs",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"name": "@tmagic/form",
|
||||
"type": "module",
|
||||
"sideEffects": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"name": "@tmagic/schema",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-schema.umd.cjs",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"name": "@tmagic/stage",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-stage.umd.cjs",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"name": "@tmagic/table",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-table.umd.cjs",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"name": "@tmagic/tdesign-vue-next-adapter",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-tdesign-vue-next-adapter.umd.cjs",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tmagic/ui-react",
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"files": [
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"name": "@tmagic/ui-vue2",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"name": "@tmagic/ui",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"name": "@tmagic/utils",
|
||||
"type": "module",
|
||||
"main": "dist/tmagic-utils.umd.cjs",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tmagic-playground",
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@ -13,15 +13,15 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "^2.3.1",
|
||||
"@tmagic/core": "1.4.14",
|
||||
"@tmagic/design": "1.4.14",
|
||||
"@tmagic/editor": "1.4.14",
|
||||
"@tmagic/element-plus-adapter": "1.4.14",
|
||||
"@tmagic/form": "1.4.14",
|
||||
"@tmagic/core": "1.4.15",
|
||||
"@tmagic/design": "1.4.15",
|
||||
"@tmagic/editor": "1.4.15",
|
||||
"@tmagic/element-plus-adapter": "1.4.15",
|
||||
"@tmagic/form": "1.4.15",
|
||||
"@tmagic/tmagic-form-runtime": "1.0.11",
|
||||
"@tmagic/schema": "1.4.14",
|
||||
"@tmagic/stage": "1.4.14",
|
||||
"@tmagic/utils": "1.4.14",
|
||||
"@tmagic/schema": "1.4.15",
|
||||
"@tmagic/stage": "1.4.15",
|
||||
"@tmagic/utils": "1.4.15",
|
||||
"element-plus": "^2.7.5",
|
||||
"lodash-es": "^4.17.21",
|
||||
"monaco-editor": "^0.48.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "runtime-react",
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@ -19,12 +19,12 @@
|
||||
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/core": "1.4.14",
|
||||
"@tmagic/data-source": "1.4.14",
|
||||
"@tmagic/ui-react": "1.4.14",
|
||||
"@tmagic/schema": "1.4.14",
|
||||
"@tmagic/stage": "1.4.14",
|
||||
"@tmagic/utils": "1.4.14",
|
||||
"@tmagic/core": "1.4.15",
|
||||
"@tmagic/data-source": "1.4.15",
|
||||
"@tmagic/ui-react": "1.4.15",
|
||||
"@tmagic/schema": "1.4.15",
|
||||
"@tmagic/stage": "1.4.15",
|
||||
"@tmagic/utils": "1.4.15",
|
||||
"axios": "^0.25.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"terser": "^5.31.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "runtime-vue2",
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@ -19,12 +19,12 @@
|
||||
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/core": "1.4.14",
|
||||
"@tmagic/data-source": "1.4.14",
|
||||
"@tmagic/ui-vue2": "1.4.14",
|
||||
"@tmagic/schema": "1.4.14",
|
||||
"@tmagic/stage": "1.4.14",
|
||||
"@tmagic/utils": "1.4.14",
|
||||
"@tmagic/core": "1.4.15",
|
||||
"@tmagic/data-source": "1.4.15",
|
||||
"@tmagic/ui-vue2": "1.4.15",
|
||||
"@tmagic/schema": "1.4.15",
|
||||
"@tmagic/stage": "1.4.15",
|
||||
"@tmagic/utils": "1.4.15",
|
||||
"@tmagic/vue-runtime-help": "^0.0.7",
|
||||
"axios": "^0.25.0",
|
||||
"terser": "^5.31.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "runtime-vue3",
|
||||
"version": "1.4.14",
|
||||
"version": "1.4.15",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@ -18,12 +18,12 @@
|
||||
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tmagic/core": "1.4.14",
|
||||
"@tmagic/data-source": "1.4.14",
|
||||
"@tmagic/schema": "1.4.14",
|
||||
"@tmagic/stage": "1.4.14",
|
||||
"@tmagic/ui": "1.4.14",
|
||||
"@tmagic/utils": "1.4.14",
|
||||
"@tmagic/core": "1.4.15",
|
||||
"@tmagic/data-source": "1.4.15",
|
||||
"@tmagic/schema": "1.4.15",
|
||||
"@tmagic/stage": "1.4.15",
|
||||
"@tmagic/ui": "1.4.15",
|
||||
"@tmagic/utils": "1.4.15",
|
||||
"@tmagic/vue-runtime-help": "^0.0.7",
|
||||
"axios": "^0.25.0",
|
||||
"vue": "^3.4.27"
|
||||
|
Loading…
x
Reference in New Issue
Block a user