Skip to content

Commit

Permalink
chore: release v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed May 20, 2024
1 parent 22eb745 commit fbac2f8
Show file tree
Hide file tree
Showing 22 changed files with 68 additions and 50 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [1.4.5](https://github.com/Tencent/tmagic-editor/compare/v1.4.4...v1.4.5) (2024-05-20)


### Bug Fixes

* **core,data-source:** 事件参数中关联数据源字段无法自动更新 ([c665bf3](https://github.com/Tencent/tmagic-editor/commit/c665bf3ccc7627f134efb5fe7bc7f53c88ec338c))
* **editor,stage,utils:** 修复在ipad等大屏场景下编辑画布中元素位置计算偏差问题 ([#598](https://github.com/Tencent/tmagic-editor/issues/598)) ([e39a7d1](https://github.com/Tencent/tmagic-editor/commit/e39a7d140fef9bc00376b84910a78b04b277fae7))
* **form:** select option label不生效 ([9034cef](https://github.com/Tencent/tmagic-editor/commit/9034cef0d21626472f0b6618aaa5f5355019b9ed))
* **form:** select option 在没有adapter的时候默认使用el-option ([ad2146f](https://github.com/Tencent/tmagic-editor/commit/ad2146f3bd4df4720bf86fef14e33f1dbbd355de))


### Features

* **data-source:** manager init 事件增加error数据 ([708d3db](https://github.com/Tencent/tmagic-editor/commit/708d3db4bbeb2b2512d5c85919b1e738dc55da83))
* 支持数据源事件 ([#605](https://github.com/Tencent/tmagic-editor/issues/605)) ([88c04c6](https://github.com/Tencent/tmagic-editor/commit/88c04c6dac6ada5bacf30b33b6ed0a7649020fa2))



## [1.4.4](https://github.com/Tencent/tmagic-editor/compare/v1.4.3...v1.4.4) (2024-04-16)


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.4",
"version": "1.4.5",
"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.4",
"version": "1.4.5",
"name": "@tmagic/cli",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "@tmagic/core",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/data-source/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "@tmagic/data-source",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/dep/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "@tmagic/dep",
"type": "module",
"sideEffects": [
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.4",
"version": "1.4.5",
"name": "@tmagic/design",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "@tmagic/editor",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/element-plus-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "@tmagic/element-plus-adapter",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "@tmagic/form",
"type": "module",
"sideEffects": [
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.4",
"version": "1.4.5",
"name": "@tmagic/schema",
"type": "module",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/stage/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "@tmagic/stage",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "@tmagic/table",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion packages/tdesign-vue-next-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "@tmagic/tdesign-vue-next-adapter",
"type": "module",
"sideEffects": [
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "1.4.5",
"type": "module",
"main": "src/index.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "@tmagic/ui-vue2",
"type": "module",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "@tmagic/ui",
"type": "module",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "@tmagic/utils",
"type": "module",
"main": "dist/tmagic-utils.umd.cjs",
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.4",
"version": "1.4.5",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -13,15 +13,15 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@tmagic/core": "1.4.4",
"@tmagic/design": "1.4.4",
"@tmagic/editor": "1.4.4",
"@tmagic/element-plus-adapter": "1.4.4",
"@tmagic/form": "1.4.4",
"@tmagic/core": "1.4.5",
"@tmagic/design": "1.4.5",
"@tmagic/editor": "1.4.5",
"@tmagic/element-plus-adapter": "1.4.5",
"@tmagic/form": "1.4.5",
"@tmagic/tmagic-form-runtime": "1.0.2",
"@tmagic/schema": "1.4.4",
"@tmagic/stage": "1.4.4",
"@tmagic/utils": "1.4.4",
"@tmagic/schema": "1.4.5",
"@tmagic/stage": "1.4.5",
"@tmagic/utils": "1.4.5",
"element-plus": "^2.6.1",
"monaco-editor": "^0.48.0",
"serialize-javascript": "^6.0.0",
Expand Down
16 changes: 8 additions & 8 deletions runtime/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.4.4",
"version": "1.4.5",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -19,13 +19,13 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/cli": "1.4.4",
"@tmagic/core": "1.4.4",
"@tmagic/data-source": "1.4.4",
"@tmagic/ui-react": "1.4.4",
"@tmagic/schema": "1.4.4",
"@tmagic/stage": "1.4.4",
"@tmagic/utils": "1.4.4",
"@tmagic/cli": "1.4.5",
"@tmagic/core": "1.4.5",
"@tmagic/data-source": "1.4.5",
"@tmagic/ui-react": "1.4.5",
"@tmagic/schema": "1.4.5",
"@tmagic/stage": "1.4.5",
"@tmagic/utils": "1.4.5",
"axios": "^0.25.0",
"lodash-es": "^4.17.21",
"terser": "^5.31.0",
Expand Down
16 changes: 8 additions & 8 deletions runtime/vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runtime-vue2",
"version": "1.4.4",
"version": "1.4.5",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -19,13 +19,13 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/cli": "1.4.4",
"@tmagic/core": "1.4.4",
"@tmagic/data-source": "1.4.4",
"@tmagic/ui-vue2": "1.4.4",
"@tmagic/schema": "1.4.4",
"@tmagic/stage": "1.4.4",
"@tmagic/utils": "1.4.4",
"@tmagic/cli": "1.4.5",
"@tmagic/core": "1.4.5",
"@tmagic/data-source": "1.4.5",
"@tmagic/ui-vue2": "1.4.5",
"@tmagic/schema": "1.4.5",
"@tmagic/stage": "1.4.5",
"@tmagic/utils": "1.4.5",
"axios": "^0.25.0",
"terser": "^5.31.0",
"vue": "^2.7.4"
Expand Down
16 changes: 8 additions & 8 deletions runtime/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "runtime-vue3",
"version": "1.4.4",
"version": "1.4.5",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -18,13 +18,13 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/cli": "1.4.4",
"@tmagic/data-source": "1.4.4",
"@tmagic/core": "1.4.4",
"@tmagic/ui": "1.4.4",
"@tmagic/schema": "1.4.4",
"@tmagic/stage": "1.4.4",
"@tmagic/utils": "1.4.4",
"@tmagic/cli": "1.4.5",
"@tmagic/data-source": "1.4.5",
"@tmagic/core": "1.4.5",
"@tmagic/ui": "1.4.5",
"@tmagic/schema": "1.4.5",
"@tmagic/stage": "1.4.5",
"@tmagic/utils": "1.4.5",
"axios": "^0.25.0",
"vue": "^3.4.27"
},
Expand Down

0 comments on commit fbac2f8

Please sign in to comment.