Skip to content

Commit

Permalink
chore: release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Mar 26, 2024
1 parent ceff0d4 commit edfe5c6
Show file tree
Hide file tree
Showing 24 changed files with 188 additions and 169 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [1.4.2](https://github.com/Tencent/tmagic-editor/compare/v1.4.1...v1.4.2) (2024-03-26)


### Bug Fixes

* **editor:** element-plus更新到2.6后表单项清除后是undefined,改回是空字符串 ([ceff0d4](https://github.com/Tencent/tmagic-editor/commit/ceff0d41472efb04d58f0b477c4a63fb37c7a122))
* **editor:** element-plus更新到2.6后表单项清除后是undefined,除了string外其他统一改成null ([a4fc957](https://github.com/Tencent/tmagic-editor/commit/a4fc95775eab88ecb5850f824ae5bf7889e951e4))
* **editor:** 代码块配置表单项大小不受配置控制 ([f92127e](https://github.com/Tencent/tmagic-editor/commit/f92127e3d6a597413d3c3832ba2f1e6a993f0b3b))
* **editor:** 初始化时如果浏览器切到后台编辑器列宽度计算出问题 ([7049b1f](https://github.com/Tencent/tmagic-editor/commit/7049b1ff45c3bd2c70c39c1451b505fcaf2639bf))
* **form:** select 支持tdesign-vue-next ([15b88c9](https://github.com/Tencent/tmagic-editor/commit/15b88c97fc289c349467cf524b4becc44646ca2a)), closes [#584](https://github.com/Tencent/tmagic-editor/issues/584)


### Features

* **data-srouce:** manager新增init事件 ([9343989](https://github.com/Tencent/tmagic-editor/commit/934398911d7f9dc4ac9fc9c2b56ef4d158d06611))
* **editor:** 数据源字段选择器增加编辑按钮 ([66e1645](https://github.com/Tencent/tmagic-editor/commit/66e16452a89bf8aa8dec4faaf73efd1df87cd04e))



## [1.4.1](https://github.com/Tencent/tmagic-editor/compare/v1.4.0...v1.4.1) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.4.2",
"name": "tmagic",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.4.2",
"name": "@tmagic/cli",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.4.2",
"name": "@tmagic/core",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -37,9 +37,9 @@
"vue"
],
"dependencies": {
"@tmagic/data-source": "1.4.1",
"@tmagic/schema": "1.4.1",
"@tmagic/utils": "1.4.1",
"@tmagic/data-source": "1.4.2",
"@tmagic/schema": "1.4.2",
"@tmagic/utils": "1.4.2",
"events": "^3.3.0",
"lodash-es": "^4.17.21"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/data-source/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.4.2",
"name": "@tmagic/data-source",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -33,8 +33,8 @@
"data-source"
],
"dependencies": {
"@tmagic/utils": "1.4.1",
"@tmagic/schema": "1.4.1",
"@tmagic/utils": "1.4.2",
"@tmagic/schema": "1.4.2",
"events": "^3.3.0",
"lodash-es": "^4.17.21"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/dep/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.4.2",
"name": "@tmagic/dep",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -30,8 +30,8 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/schema": "1.4.1",
"@tmagic/utils": "1.4.1"
"@tmagic/schema": "1.4.2",
"@tmagic/utils": "1.4.2"
},
"devDependencies": {
"@types/node": "^18.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/design/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.4.2",
"name": "@tmagic/design",
"type": "module",
"sideEffects": [
Expand Down
22 changes: 11 additions & 11 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.4.2",
"name": "@tmagic/editor",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -48,14 +48,14 @@
"dependencies": {
"@babel/core": "^7.18.0",
"@element-plus/icons-vue": "^2.3.1",
"@tmagic/core": "1.4.1",
"@tmagic/dep": "1.4.1",
"@tmagic/design": "1.4.1",
"@tmagic/form": "1.4.1",
"@tmagic/schema": "1.4.1",
"@tmagic/stage": "1.4.1",
"@tmagic/table": "1.4.1",
"@tmagic/utils": "1.4.1",
"@tmagic/core": "1.4.2",
"@tmagic/dep": "1.4.2",
"@tmagic/design": "1.4.2",
"@tmagic/form": "1.4.2",
"@tmagic/schema": "1.4.2",
"@tmagic/stage": "1.4.2",
"@tmagic/table": "1.4.2",
"@tmagic/utils": "1.4.2",
"buffer": "^6.0.3",
"color": "^3.1.3",
"emmet-monaco-es": "^5.3.0",
Expand All @@ -69,8 +69,8 @@
"vue": "^3.4.21"
},
"peerDependencies": {
"@tmagic/design": "1.4.1",
"@tmagic/form": "1.4.1",
"@tmagic/design": "1.4.2",
"@tmagic/form": "1.4.2",
"monaco-editor": "^0.47.0",
"vue": "^3.4.21"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/element-plus-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.4.2",
"name": "@tmagic/element-plus-adapter",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -37,12 +37,12 @@
"typescript"
],
"dependencies": {
"@tmagic/design": "1.4.1",
"@tmagic/design": "1.4.2",
"element-plus": "^2.6.1",
"vue": "^3.4.21"
},
"peerDependencies": {
"@tmagic/design": "1.4.1",
"@tmagic/design": "1.4.2",
"element-plus": "^2.6.1",
"vue": "^3.4.21"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.4.2",
"name": "@tmagic/form",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@tmagic/design": "1.4.1",
"@tmagic/utils": "1.4.1",
"@tmagic/design": "1.4.2",
"@tmagic/utils": "1.4.2",
"lodash-es": "^4.17.21",
"sortablejs": "^1.14.0",
"vue": "^3.4.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.4.2",
"name": "@tmagic/schema",
"type": "module",
"sideEffects": false,
Expand Down
8 changes: 4 additions & 4 deletions packages/stage/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.4.2",
"name": "@tmagic/stage",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -31,9 +31,9 @@
},
"dependencies": {
"@scena/guides": "^0.29.2",
"@tmagic/core": "1.4.1",
"@tmagic/schema": "1.4.1",
"@tmagic/utils": "1.4.1",
"@tmagic/core": "1.4.2",
"@tmagic/schema": "1.4.2",
"@tmagic/utils": "1.4.2",
"events": "^3.3.0",
"keycon": "^1.4.0",
"lodash-es": "^4.17.21",
Expand Down
10 changes: 5 additions & 5 deletions packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.4.2",
"name": "@tmagic/table",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -35,14 +35,14 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/design": "1.4.1",
"@tmagic/form": "1.4.1",
"@tmagic/utils": "1.4.1",
"@tmagic/design": "1.4.2",
"@tmagic/form": "1.4.2",
"@tmagic/utils": "1.4.2",
"lodash-es": "^4.17.21",
"vue": "^3.4.21"
},
"peerDependencies": {
"@tmagic/form": "1.4.1",
"@tmagic/form": "1.4.2",
"vue": "^3.4.21"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/tdesign-vue-next-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.4.2",
"name": "@tmagic/tdesign-vue-next-adapter",
"type": "module",
"sideEffects": [
Expand Down Expand Up @@ -38,12 +38,12 @@
"typescript"
],
"dependencies": {
"@tmagic/design": "1.4.1",
"@tmagic/design": "1.4.2",
"tdesign-vue-next": "^1.8.1",
"vue": "^3.4.21"
},
"peerDependencies": {
"@tmagic/design": "1.4.1",
"@tmagic/design": "1.4.2",
"tdesign-vue-next": "^1.8.1",
"vue": "^3.4.21"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tmagic/ui-react",
"version": "1.4.1",
"version": "1.4.2",
"type": "module",
"main": "src/index.ts",
"engines": {
Expand All @@ -14,9 +14,9 @@
"react:build": "tsc && vite build"
},
"dependencies": {
"@tmagic/core": "1.4.1",
"@tmagic/schema": "1.4.1",
"@tmagic/utils": "1.4.1",
"@tmagic/core": "1.4.2",
"@tmagic/schema": "1.4.2",
"@tmagic/utils": "1.4.2",
"qrcode": "^1.5.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/ui-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.4.2",
"name": "@tmagic/ui-vue2",
"type": "module",
"main": "src/index.ts",
Expand All @@ -11,9 +11,9 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/core": "1.4.1",
"@tmagic/schema": "1.4.1",
"@tmagic/utils": "1.4.1",
"@tmagic/core": "1.4.2",
"@tmagic/schema": "1.4.2",
"@tmagic/utils": "1.4.2",
"qrcode": "^1.5.0",
"vue": "^2.7.4"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.4.2",
"name": "@tmagic/ui",
"type": "module",
"main": "src/index.ts",
Expand All @@ -12,9 +12,9 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/core": "1.4.1",
"@tmagic/schema": "1.4.1",
"@tmagic/utils": "1.4.1",
"@tmagic/core": "1.4.2",
"@tmagic/schema": "1.4.2",
"@tmagic/utils": "1.4.2",
"delegate": "^3.2.0",
"qrcode": "^1.5.0",
"tiny-emitter": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.4.2",
"name": "@tmagic/utils",
"type": "module",
"main": "dist/tmagic-utils.umd.cjs",
Expand Down Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/schema": "1.4.1",
"@tmagic/schema": "1.4.2",
"dayjs": "^1.11.4",
"lodash-es": "^4.17.21"
},
Expand Down
18 changes: 9 additions & 9 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.4.1",
"version": "1.4.2",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -13,15 +13,15 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@tmagic/core": "1.4.1",
"@tmagic/design": "1.4.1",
"@tmagic/editor": "1.4.1",
"@tmagic/element-plus-adapter": "1.4.1",
"@tmagic/form": "1.4.1",
"@tmagic/core": "1.4.2",
"@tmagic/design": "1.4.2",
"@tmagic/editor": "1.4.2",
"@tmagic/element-plus-adapter": "1.4.2",
"@tmagic/form": "1.4.2",
"@tmagic/tmagic-form-runtime": "1.0.2",
"@tmagic/schema": "1.4.1",
"@tmagic/stage": "1.4.1",
"@tmagic/utils": "1.4.1",
"@tmagic/schema": "1.4.2",
"@tmagic/stage": "1.4.2",
"@tmagic/utils": "1.4.2",
"element-plus": "^2.6.1",
"monaco-editor": "^0.47.0",
"serialize-javascript": "^6.0.0",
Expand Down
Loading

0 comments on commit edfe5c6

Please sign in to comment.