diff --git a/CHANGELOG.md b/CHANGELOG.md index 522e4bf0..c59513e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.2.3](https://github.com/Tencent/tmagic-editor/compare/v1.2.2...v1.2.3) (2023-02-15) + + +### Features + +* **cli:** 支持配置是否自动安装组件npm包,支持配置安装组件npm包后是否保持package.json不变 ([d06a874](https://github.com/Tencent/tmagic-editor/commit/d06a874c3b997a73f80bed4196974a331d6ef133)) +* **form:** select config.option.afterRequest添加postOptions ([4d0b4c3](https://github.com/Tencent/tmagic-editor/commit/4d0b4c31781e5a3381fc4d73bf62c6f66253a563)) + + + ## [1.2.2](https://github.com/Tencent/tmagic-editor/compare/v1.2.1...v1.2.2) (2023-02-09) diff --git a/package.json b/package.json index 9762e0bf..1008ecb5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.3", "name": "tmagic", "private": true, "packageManager": "pnpm@7.1.9", diff --git a/packages/cli/package.json b/packages/cli/package.json index e44ae9ae..be0e0e46 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.3", "name": "@tmagic/cli", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/core/package.json b/packages/core/package.json index 0e2a902b..d3295e68 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.3", "name": "@tmagic/core", "type": "module", "sideEffects": [ @@ -36,7 +36,7 @@ "vue" ], "dependencies": { - "@tmagic/schema": "1.2.2", + "@tmagic/schema": "1.2.3", "events": "^3.3.0", "lodash-es": "^4.17.21" }, diff --git a/packages/design/package.json b/packages/design/package.json index 4e0d1eec..9dbb5a34 100644 --- a/packages/design/package.json +++ b/packages/design/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.3", "name": "@tmagic/design", "type": "module", "sideEffects": [ diff --git a/packages/editor/package.json b/packages/editor/package.json index 1148f068..9cbe9488 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.3", "name": "@tmagic/editor", "type": "module", "sideEffects": [ @@ -46,12 +46,12 @@ "dependencies": { "@babel/core": "^7.18.0", "@element-plus/icons-vue": "^2.0.9", - "@tmagic/core": "1.2.2", - "@tmagic/design": "1.2.2", - "@tmagic/form": "1.2.2", - "@tmagic/schema": "1.2.2", - "@tmagic/stage": "1.2.2", - "@tmagic/utils": "1.2.2", + "@tmagic/core": "1.2.3", + "@tmagic/design": "1.2.3", + "@tmagic/form": "1.2.3", + "@tmagic/schema": "1.2.3", + "@tmagic/stage": "1.2.3", + "@tmagic/utils": "1.2.3", "buffer": "^6.0.3", "color": "^3.1.3", "events": "^3.3.0", @@ -63,8 +63,8 @@ "vue": "^3.2.37" }, "peerDependencies": { - "@tmagic/design": "1.2.2", - "@tmagic/form": "1.2.2", + "@tmagic/design": "1.2.3", + "@tmagic/form": "1.2.3", "monaco-editor": "^0.34.0", "vue": "^3.2.37" }, diff --git a/packages/element-plus-adapter/package.json b/packages/element-plus-adapter/package.json index efac4541..70ff6234 100644 --- a/packages/element-plus-adapter/package.json +++ b/packages/element-plus-adapter/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.3", "name": "@tmagic/element-plus-adapter", "type": "module", "sideEffects": [ diff --git a/packages/form/package.json b/packages/form/package.json index 558a1c38..006da0d2 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.3", "name": "@tmagic/form", "type": "module", "sideEffects": [ @@ -36,8 +36,8 @@ }, "dependencies": { "@element-plus/icons-vue": "^2.0.9", - "@tmagic/design": "1.2.2", - "@tmagic/utils": "1.2.2", + "@tmagic/design": "1.2.3", + "@tmagic/utils": "1.2.3", "lodash-es": "^4.17.21", "sortablejs": "^1.14.0", "vue": "^3.2.37" diff --git a/packages/schema/package.json b/packages/schema/package.json index 4c412808..909dadea 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.3", "name": "@tmagic/schema", "type": "module", "sideEffects": false, diff --git a/packages/stage/package.json b/packages/stage/package.json index 277bfce2..504e32e5 100644 --- a/packages/stage/package.json +++ b/packages/stage/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.3", "name": "@tmagic/stage", "type": "module", "sideEffects": [ @@ -30,9 +30,9 @@ }, "dependencies": { "@scena/guides": "^0.17.0", - "@tmagic/core": "1.2.2", - "@tmagic/schema": "1.2.2", - "@tmagic/utils": "1.2.2", + "@tmagic/core": "1.2.3", + "@tmagic/schema": "1.2.3", + "@tmagic/utils": "1.2.3", "events": "^3.3.0", "keycon": "^1.1.2", "lodash-es": "^4.17.21", diff --git a/packages/table/package.json b/packages/table/package.json index c6e7fd96..ee34c619 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.3", "name": "@tmagic/table", "type": "module", "sideEffects": [ @@ -33,14 +33,14 @@ "url": "https://github.com/Tencent/tmagic-editor.git" }, "dependencies": { - "@tmagic/design": "1.2.2", - "@tmagic/form": "1.2.2", - "@tmagic/utils": "1.2.2", + "@tmagic/design": "1.2.3", + "@tmagic/form": "1.2.3", + "@tmagic/utils": "1.2.3", "lodash-es": "^4.17.21", "vue": "^3.2.37" }, "peerDependencies": { - "@tmagic/form": "1.2.2", + "@tmagic/form": "1.2.3", "vue": "^3.2.37" }, "devDependencies": { diff --git a/packages/tdesign-vue-next-adapter/package.json b/packages/tdesign-vue-next-adapter/package.json index 4c2c28ad..3383019b 100644 --- a/packages/tdesign-vue-next-adapter/package.json +++ b/packages/tdesign-vue-next-adapter/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.3", "name": "@tmagic/tdesign-vue-next-adapter", "type": "module", "sideEffects": [ diff --git a/packages/ui-react/package.json b/packages/ui-react/package.json index 495a40f6..5d2e93c4 100644 --- a/packages/ui-react/package.json +++ b/packages/ui-react/package.json @@ -1,6 +1,6 @@ { "name": "@tmagic/ui-react", - "version": "1.2.2", + "version": "1.2.3", "type": "module", "main": "src/index.ts", "engines": { @@ -14,8 +14,8 @@ "react:build": "tsc && vite build" }, "dependencies": { - "@tmagic/core": "1.2.2", - "@tmagic/schema": "1.2.2", + "@tmagic/core": "1.2.3", + "@tmagic/schema": "1.2.3", "qrcode": "^1.5.0", "react": "^17.0.0", "react-dom": "^17.0.0" diff --git a/packages/ui-vue2/package.json b/packages/ui-vue2/package.json index c083121d..0d737266 100644 --- a/packages/ui-vue2/package.json +++ b/packages/ui-vue2/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.3", "name": "@tmagic/ui-vue2", "type": "module", "main": "src/index.ts", @@ -11,9 +11,9 @@ "url": "https://github.com/Tencent/tmagic-editor.git" }, "dependencies": { - "@tmagic/core": "1.2.2", - "@tmagic/schema": "1.2.2", - "@tmagic/utils": "1.2.2", + "@tmagic/core": "1.2.3", + "@tmagic/schema": "1.2.3", + "@tmagic/utils": "1.2.3", "qrcode": "^1.5.0", "vue": "^2.7.4" }, diff --git a/packages/ui/package.json b/packages/ui/package.json index 20f21ef3..85138484 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.3", "name": "@tmagic/ui", "type": "module", "main": "src/index.ts", @@ -12,9 +12,9 @@ "url": "https://github.com/Tencent/tmagic-editor.git" }, "dependencies": { - "@tmagic/core": "1.2.2", - "@tmagic/schema": "1.2.2", - "@tmagic/utils": "1.2.2", + "@tmagic/core": "1.2.3", + "@tmagic/schema": "1.2.3", + "@tmagic/utils": "1.2.3", "delegate": "^3.2.0", "qrcode": "^1.5.0", "tiny-emitter": "^2.1.0", diff --git a/packages/utils/package.json b/packages/utils/package.json index 263c3a0f..692cda5c 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.2.3", "name": "@tmagic/utils", "type": "module", "main": "dist/tmagic-utils.umd.cjs", @@ -25,7 +25,7 @@ "url": "https://github.com/Tencent/tmagic-editor.git" }, "dependencies": { - "@tmagic/schema": "1.2.2", + "@tmagic/schema": "1.2.3", "dayjs": "^1.11.4" }, "peerDependencies": { diff --git a/playground/package.json b/playground/package.json index 46168e1a..65b18c77 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,6 @@ { "name": "tmagic-playground", - "version": "1.2.2", + "version": "1.2.3", "type": "module", "private": true, "scripts": { @@ -13,13 +13,13 @@ }, "dependencies": { "@element-plus/icons-vue": "^2.0.9", - "@tmagic/design": "1.2.2", - "@tmagic/editor": "1.2.2", - "@tmagic/element-plus-adapter": "1.2.2", - "@tmagic/form": "1.2.2", - "@tmagic/schema": "1.2.2", - "@tmagic/stage": "1.2.2", - "@tmagic/utils": "1.2.2", + "@tmagic/design": "1.2.3", + "@tmagic/editor": "1.2.3", + "@tmagic/element-plus-adapter": "1.2.3", + "@tmagic/form": "1.2.3", + "@tmagic/schema": "1.2.3", + "@tmagic/stage": "1.2.3", + "@tmagic/utils": "1.2.3", "element-plus": "^2.2.19", "monaco-editor": "^0.34.0", "serialize-javascript": "^6.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index eb95dacf..2c36883d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -107,7 +107,7 @@ importers: packages/core: specifiers: - '@tmagic/schema': 1.2.2 + '@tmagic/schema': 1.2.3 '@types/events': ^3.0.0 '@types/lodash-es': ^4.17.4 '@types/node': ^15.12.4 @@ -157,12 +157,12 @@ importers: specifiers: '@babel/core': ^7.18.0 '@element-plus/icons-vue': ^2.0.9 - '@tmagic/core': 1.2.2 - '@tmagic/design': 1.2.2 - '@tmagic/form': 1.2.2 - '@tmagic/schema': 1.2.2 - '@tmagic/stage': 1.2.2 - '@tmagic/utils': 1.2.2 + '@tmagic/core': 1.2.3 + '@tmagic/design': 1.2.3 + '@tmagic/form': 1.2.3 + '@tmagic/schema': 1.2.3 + '@tmagic/stage': 1.2.3 + '@tmagic/utils': 1.2.3 '@types/events': ^3.0.0 '@types/lodash-es': ^4.17.4 '@types/node': ^15.12.4 @@ -239,8 +239,8 @@ importers: specifiers: '@babel/core': ^7.18.0 '@element-plus/icons-vue': ^2.0.9 - '@tmagic/design': 1.2.2 - '@tmagic/utils': 1.2.2 + '@tmagic/design': 1.2.3 + '@tmagic/utils': 1.2.3 '@types/lodash-es': ^4.17.4 '@types/node': ^15.12.4 '@types/sortablejs': ^1.10.7 @@ -293,9 +293,9 @@ importers: packages/stage: specifiers: '@scena/guides': ^0.17.0 - '@tmagic/core': 1.2.2 - '@tmagic/schema': 1.2.2 - '@tmagic/utils': 1.2.2 + '@tmagic/core': 1.2.3 + '@tmagic/schema': 1.2.3 + '@tmagic/utils': 1.2.3 '@types/events': ^3.0.0 '@types/lodash-es': ^4.17.4 '@types/node': ^15.12.4 @@ -329,9 +329,9 @@ importers: packages/table: specifiers: - '@tmagic/design': 1.2.2 - '@tmagic/form': 1.2.2 - '@tmagic/utils': 1.2.2 + '@tmagic/design': 1.2.3 + '@tmagic/form': 1.2.3 + '@tmagic/utils': 1.2.3 '@types/color': ^3.0.1 '@types/lodash-es': ^4.17.4 '@types/node': ^15.12.4 @@ -392,9 +392,9 @@ importers: packages/ui: specifiers: '@testing-library/vue': ^6.4.2 - '@tmagic/core': 1.2.2 - '@tmagic/schema': 1.2.2 - '@tmagic/utils': 1.2.2 + '@tmagic/core': 1.2.3 + '@tmagic/schema': 1.2.3 + '@tmagic/utils': 1.2.3 '@types/qrcode': ^1.4.2 '@vue/compiler-sfc': ^3.2.37 '@vue/test-utils': ^2.0.0 @@ -418,8 +418,8 @@ importers: packages/ui-react: specifiers: - '@tmagic/core': 1.2.2 - '@tmagic/schema': 1.2.2 + '@tmagic/core': 1.2.3 + '@tmagic/schema': 1.2.3 '@types/react': ^17.0.37 '@types/react-dom': ^17.0.11 qrcode: ^1.5.0 @@ -439,9 +439,9 @@ importers: packages/ui-vue2: specifiers: - '@tmagic/core': 1.2.2 - '@tmagic/schema': 1.2.2 - '@tmagic/utils': 1.2.2 + '@tmagic/core': 1.2.3 + '@tmagic/schema': 1.2.3 + '@tmagic/utils': 1.2.3 qrcode: ^1.5.0 vite: ^3.1.3 vue: ^2.7.4 @@ -458,7 +458,7 @@ importers: packages/utils: specifiers: - '@tmagic/schema': 1.2.2 + '@tmagic/schema': 1.2.3 '@types/node': ^15.12.4 dayjs: ^1.11.4 rimraf: ^3.0.2 @@ -476,13 +476,13 @@ importers: playground: specifiers: '@element-plus/icons-vue': ^2.0.9 - '@tmagic/design': 1.2.2 - '@tmagic/editor': 1.2.2 - '@tmagic/element-plus-adapter': 1.2.2 - '@tmagic/form': 1.2.2 - '@tmagic/schema': 1.2.2 - '@tmagic/stage': 1.2.2 - '@tmagic/utils': 1.2.2 + '@tmagic/design': 1.2.3 + '@tmagic/editor': 1.2.3 + '@tmagic/element-plus-adapter': 1.2.3 + '@tmagic/form': 1.2.3 + '@tmagic/schema': 1.2.3 + '@tmagic/stage': 1.2.3 + '@tmagic/utils': 1.2.3 '@types/node': ^15.12.4 '@types/serialize-javascript': ^5.0.1 '@vitejs/plugin-legacy': ^2.2.0 @@ -532,12 +532,12 @@ importers: runtime/react: specifiers: - '@tmagic/cli': 1.2.2 - '@tmagic/core': 1.2.2 - '@tmagic/schema': 1.2.2 - '@tmagic/stage': 1.2.2 - '@tmagic/ui-react': 1.2.2 - '@tmagic/utils': 1.2.2 + '@tmagic/cli': 1.2.3 + '@tmagic/core': 1.2.3 + '@tmagic/schema': 1.2.3 + '@tmagic/stage': 1.2.3 + '@tmagic/ui-react': 1.2.3 + '@tmagic/utils': 1.2.3 '@types/react': ^17.0.37 '@types/react-dom': ^17.0.11 '@vitejs/plugin-legacy': ^2.2.0 @@ -571,12 +571,12 @@ importers: runtime/vue2: specifiers: - '@tmagic/cli': 1.2.2 - '@tmagic/core': 1.2.2 - '@tmagic/schema': 1.2.2 - '@tmagic/stage': 1.2.2 - '@tmagic/ui-vue2': 1.2.2 - '@tmagic/utils': 1.2.2 + '@tmagic/cli': 1.2.3 + '@tmagic/core': 1.2.3 + '@tmagic/schema': 1.2.3 + '@tmagic/stage': 1.2.3 + '@tmagic/ui-vue2': 1.2.3 + '@tmagic/utils': 1.2.3 '@types/events': ^3.0.0 '@vitejs/plugin-legacy': ^2.2.0 '@vitejs/plugin-vue2': ^1.1.2 @@ -612,12 +612,12 @@ importers: runtime/vue3: specifiers: - '@tmagic/cli': 1.2.2 - '@tmagic/core': 1.2.2 - '@tmagic/schema': 1.2.2 - '@tmagic/stage': 1.2.2 - '@tmagic/ui': 1.2.2 - '@tmagic/utils': 1.2.2 + '@tmagic/cli': 1.2.3 + '@tmagic/core': 1.2.3 + '@tmagic/schema': 1.2.3 + '@tmagic/stage': 1.2.3 + '@tmagic/ui': 1.2.3 + '@tmagic/utils': 1.2.3 '@types/node': ^15.12.4 '@vitejs/plugin-legacy': ^2.2.0 '@vitejs/plugin-vue': ^3.1.0 diff --git a/runtime/react/package.json b/runtime/react/package.json index 497f758b..7d81479d 100644 --- a/runtime/react/package.json +++ b/runtime/react/package.json @@ -1,6 +1,6 @@ { "name": "runtime-react", - "version": "1.2.2", + "version": "1.2.3", "type": "module", "private": true, "scripts": { @@ -21,12 +21,12 @@ "build:event:admin": "vite build --config build.vite.config.ts --mode event:admin" }, "dependencies": { - "@tmagic/cli": "1.2.2", - "@tmagic/core": "1.2.2", - "@tmagic/ui-react": "1.2.2", - "@tmagic/schema": "1.2.2", - "@tmagic/stage": "1.2.2", - "@tmagic/utils": "1.2.2", + "@tmagic/cli": "1.2.3", + "@tmagic/core": "1.2.3", + "@tmagic/ui-react": "1.2.3", + "@tmagic/schema": "1.2.3", + "@tmagic/stage": "1.2.3", + "@tmagic/utils": "1.2.3", "axios": "^0.25.0", "terser": "^5.14.2", "react": "^17.0.2", diff --git a/runtime/vue2/package.json b/runtime/vue2/package.json index 010e0155..c6e26dc9 100644 --- a/runtime/vue2/package.json +++ b/runtime/vue2/package.json @@ -1,6 +1,6 @@ { "name": "runtime-vue2", - "version": "1.2.2", + "version": "1.2.3", "type": "module", "private": true, "scripts": { @@ -21,12 +21,12 @@ "build:event:admin": "vite build --config build.vite.config.ts --mode event:admin" }, "dependencies": { - "@tmagic/cli": "1.2.2", - "@tmagic/core": "1.2.2", - "@tmagic/ui-vue2": "1.2.2", - "@tmagic/schema": "1.2.2", - "@tmagic/stage": "1.2.2", - "@tmagic/utils": "1.2.2", + "@tmagic/cli": "1.2.3", + "@tmagic/core": "1.2.3", + "@tmagic/ui-vue2": "1.2.3", + "@tmagic/schema": "1.2.3", + "@tmagic/stage": "1.2.3", + "@tmagic/utils": "1.2.3", "axios": "^0.25.0", "terser": "^5.14.2", "vue": "^2.7.4" diff --git a/runtime/vue3/package.json b/runtime/vue3/package.json index 4be8d864..0381476d 100644 --- a/runtime/vue3/package.json +++ b/runtime/vue3/package.json @@ -1,6 +1,6 @@ { "name": "runtime-vue3", - "version": "1.2.2", + "version": "1.2.3", "type": "module", "private": true, "scripts": { @@ -21,12 +21,12 @@ "build:event:admin": "vite build --config build.vite.config.ts --mode event:admin" }, "dependencies": { - "@tmagic/cli": "1.2.2", - "@tmagic/core": "1.2.2", - "@tmagic/ui": "1.2.2", - "@tmagic/schema": "1.2.2", - "@tmagic/stage": "1.2.2", - "@tmagic/utils": "1.2.2", + "@tmagic/cli": "1.2.3", + "@tmagic/core": "1.2.3", + "@tmagic/ui": "1.2.3", + "@tmagic/schema": "1.2.3", + "@tmagic/stage": "1.2.3", + "@tmagic/utils": "1.2.3", "@vitejs/plugin-legacy": "^2.2.0", "@vitejs/plugin-vue-jsx": "^1.3.10", "axios": "^0.25.0",