diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dbc8a7f..126eb3c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,44 @@ +## [1.0.4](https://github.com/Tencent/tmagic-editor/compare/v1.0.0-rc.7...v1.0.4) (2022-07-07) + + +### Bug Fixes + +* **core:** 拼写错误 ([c83d83b](https://github.com/Tencent/tmagic-editor/commit/c83d83b1a15103ce94dd7e224d6c71cec9a8a27b)) +* **editor:** moveableOptions默认值中的container有误 ([2377629](https://github.com/Tencent/tmagic-editor/commit/23776299a730d3c440d41be4f1101e4fb909dcf9)) +* **editor:** page和container默认value加上items ([10577ae](https://github.com/Tencent/tmagic-editor/commit/10577aea68a63323bc1312faced84bcd5c616d1f)) +* **editor:** 修正Editor slot 变量位置 ([ecd80cb](https://github.com/Tencent/tmagic-editor/commit/ecd80cb4a4c83ada6076a09da6a36bda6491ef47)) +* **editor:** 编辑器分栏左右各设置最小宽度 fix [#145](https://github.com/Tencent/tmagic-editor/issues/145) ([363330e](https://github.com/Tencent/tmagic-editor/commit/363330e07aea220e0a1efc76823ceeb810005865)) +* **form:** date组件初始值 不显示 ([5dcb063](https://github.com/Tencent/tmagic-editor/commit/5dcb06342d22dcd30e7f0e45253dbd664f4afe74)) +* **form:** el-upload类型读取失败导致Table.vue.d.ts丢失 ([fab8717](https://github.com/Tencent/tmagic-editor/commit/fab8717fcf889ed8c6a4b2ee1569a5760c4ff231)) +* **form:** fieldset checkbox chang事件不会触发 ([26c60c3](https://github.com/Tencent/tmagic-editor/commit/26c60c316ae688c41b9b0093ea5ee7d85fcb98af)) +* **form:** tabs配置name后出错 ([9454bb3](https://github.com/Tencent/tmagic-editor/commit/9454bb3679881e7a4617ae782a17e6c51d1f12bc)) +* **form:** 函数配置中添加config参数 ([7ad80e8](https://github.com/Tencent/tmagic-editor/commit/7ad80e848f81d3a96622540cce44f1fa10d9dc57)) +* **form:** 函数配置中添加config参数 ([eae9725](https://github.com/Tencent/tmagic-editor/commit/eae9725ccbbdbe8ffc9ded5af42993cff21bec77)) +* **form:** 初始化values时,数组中的对象出现key丢失 ([32e86d8](https://github.com/Tencent/tmagic-editor/commit/32e86d8167f85a77306d5236dc4f885fc4b7b050)) +* **form:** 配置了names,validator中的value应为model ([3090bc7](https://github.com/Tencent/tmagic-editor/commit/3090bc77631e1be3974120adf48df938fd546a5e)) +* **runtime:** 解决启动脚本不识别组件包内的插件 ([8b70ede](https://github.com/Tencent/tmagic-editor/commit/8b70edeaf21b9029c9cddf8df9b2845b2a6aba05)) +* **stage:** 所有父节点中如果有translate,导致选中框定位出错 ([feff617](https://github.com/Tencent/tmagic-editor/commit/feff6177c97851dbe5457d4d59222c3f045ce864)) +* **stage:** 无法拖到left为0 ([069aec6](https://github.com/Tencent/tmagic-editor/commit/069aec64c152eca2a6b0508b787343aa9ceebcf6)) +* 修正getScrollParent逻辑 ([#141](https://github.com/Tencent/tmagic-editor/issues/141)) ([f72b8c7](https://github.com/Tencent/tmagic-editor/commit/f72b8c7614135382bea9899a86b2ab1cb0db761b)) +* 创建活动时 ([ac2aef9](https://github.com/Tencent/tmagic-editor/commit/ac2aef980c1bcc5a197b616df2480ad0b1964c93)) + + +### Features + +* **docs:** 添加搜索 ([4e812c3](https://github.com/Tencent/tmagic-editor/commit/4e812c396de05286a990cfe8831b7cb20531b2e3)) +* **editor:** 参考线缓存与页面绑定 ([fb612ea](https://github.com/Tencent/tmagic-editor/commit/fb612eaddc982ce885bfaaee4fc32e30f609d6c2)) +* **editor:** 添加layer-panel/component-list-panel slot ([c8c0e24](https://github.com/Tencent/tmagic-editor/commit/c8c0e24f4917d84f434362d4a5610f5873c6af22)) +* **form:** datetime移出默认defaultTime,支持defaultTime配置 ([e1705c3](https://github.com/Tencent/tmagic-editor/commit/e1705c350e8fcd2b51ff35ec573ce08a6a307d3b)) +* **form:** datetime默认的具体时刻设置为23:59:59 ([83cd101](https://github.com/Tencent/tmagic-editor/commit/83cd10159d87893d167f53f3a2218e0d18323df5)) +* **form:** groundlist 函数配置增加prop/config两个变量 ([3de29e0](https://github.com/Tencent/tmagic-editor/commit/3de29e0316aa09db2e6876b0969af84b5b6c30ea)) +* **playground:** 优化form/table playground ([c570370](https://github.com/Tencent/tmagic-editor/commit/c57037030d652ff160a108d632ff79b9bac97e2a)) +* **playground:** 添加form、table playground入口 ([f808253](https://github.com/Tencent/tmagic-editor/commit/f80825331e373047d467bb189cc4e5857dac6dfa)) +* **playground:** 添加不同设备切换 ([9f23cd6](https://github.com/Tencent/tmagic-editor/commit/9f23cd6361cce60c10178f39e133e13aa71a62ca)) +* **stage:** 提供tmagicRuntimeReady message事件通知 ([def0e3e](https://github.com/Tencent/tmagic-editor/commit/def0e3ef8d3d3357d71be55dc3ca104b24fa527a)) +* 支持配置updateDragEl方法来调制选中框 ([154860c](https://github.com/Tencent/tmagic-editor/commit/154860c66c149b72537029b351401a0e90179e9c)) + + + ## [1.0.3](https://github.com/Tencent/tmagic-editor/compare/v1.0.0-rc.7...v1.0.3) (2022-07-05) diff --git a/package.json b/package.json index d74d276b..700a7a00 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.3", + "version": "1.0.4", "name": "tmagic", "private": true, "packageManager": "pnpm@7.1.9", diff --git a/packages/core/package.json b/packages/core/package.json index f07342dc..16704fc4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.3", + "version": "1.0.4", "name": "@tmagic/core", "sideEffects": [ "dist/*" @@ -33,7 +33,7 @@ "vue" ], "dependencies": { - "@tmagic/schema": "1.0.3", + "@tmagic/schema": "1.0.4", "events": "^3.3.0" }, "devDependencies": { diff --git a/packages/editor/package.json b/packages/editor/package.json index 693c609b..3b91d958 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.3", + "version": "1.0.4", "name": "@tmagic/editor", "sideEffects": [ "dist/*", @@ -43,11 +43,11 @@ "dependencies": { "@babel/core": "^7.18.0", "@element-plus/icons": "0.0.11", - "@tmagic/core": "1.0.3", - "@tmagic/form": "1.0.3", - "@tmagic/schema": "1.0.3", - "@tmagic/stage": "1.0.3", - "@tmagic/utils": "1.0.3", + "@tmagic/core": "1.0.4", + "@tmagic/form": "1.0.4", + "@tmagic/schema": "1.0.4", + "@tmagic/stage": "1.0.4", + "@tmagic/utils": "1.0.4", "buffer": "^6.0.3", "color": "^3.1.3", "element-plus": "^2.2.6", @@ -60,7 +60,7 @@ "vue": "^3.2.0" }, "peerDependencies": { - "@tmagic/form": "1.0.3", + "@tmagic/form": "1.0.4", "element-plus": "^2.2.6", "monaco-editor": "^0.32.1", "vue": "^3.2.0" diff --git a/packages/form/package.json b/packages/form/package.json index 15a1dc5f..177d0c41 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.3", + "version": "1.0.4", "name": "@tmagic/form", "sideEffects": [ "dist/*", @@ -33,7 +33,7 @@ }, "dependencies": { "@element-plus/icons": "0.0.11", - "@tmagic/utils": "1.0.3", + "@tmagic/utils": "1.0.4", "element-plus": "^2.2.6", "lodash-es": "^4.17.21", "moment": "^2.29.2", diff --git a/packages/schema/package.json b/packages/schema/package.json index 63747314..95318771 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.3", + "version": "1.0.4", "name": "@tmagic/schema", "sideEffects": false, "main": "dist/tmagic-schema.umd.js", diff --git a/packages/stage/package.json b/packages/stage/package.json index 6266e54a..f832460e 100644 --- a/packages/stage/package.json +++ b/packages/stage/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.3", + "version": "1.0.4", "name": "@tmagic/stage", "sideEffects": [ "dist/*" @@ -27,9 +27,9 @@ }, "dependencies": { "@scena/guides": "^0.17.0", - "@tmagic/core": "1.0.3", - "@tmagic/schema": "1.0.3", - "@tmagic/utils": "1.0.3", + "@tmagic/core": "1.0.4", + "@tmagic/schema": "1.0.4", + "@tmagic/utils": "1.0.4", "events": "^3.3.0", "lodash-es": "^4.17.21", "moveable": "^0.30.0", diff --git a/packages/table/package.json b/packages/table/package.json index 820efe6c..e780bfa0 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.3", + "version": "1.0.4", "name": "@tmagic/table", "sideEffects": [ "dist/*" @@ -30,13 +30,13 @@ "url": "https://github.com/Tencent/tmagic-editor.git" }, "dependencies": { - "@tmagic/form": "1.0.3", + "@tmagic/form": "1.0.4", "element-plus": "^2.2.6", "lodash-es": "^4.17.21", "vue": "^3.2.0" }, "peerDependencies": { - "@tmagic/form": "1.0.3", + "@tmagic/form": "1.0.4", "element-plus": "^2.2.6", "vue": "^3.2.0" }, diff --git a/packages/ui-react/package.json b/packages/ui-react/package.json index c3ba4964..a70cd9bf 100644 --- a/packages/ui-react/package.json +++ b/packages/ui-react/package.json @@ -1,6 +1,6 @@ { "name": "@tmagic/ui-react", - "version": "1.0.3", + "version": "1.0.4", "main": "src/index.ts", "engines": { "node": ">=14" @@ -13,7 +13,7 @@ "react:build": "tsc && vite build" }, "dependencies": { - "@tmagic/schema": "1.0.3", + "@tmagic/schema": "1.0.4", "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 326e5c23..3f049728 100644 --- a/packages/ui-vue2/package.json +++ b/packages/ui-vue2/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.3", + "version": "1.0.4", "name": "@tmagic/ui-vue2", "main": "src/index.ts", "engines": { @@ -10,7 +10,7 @@ "url": "https://github.com/Tencent/tmagic-editor.git" }, "dependencies": { - "@tmagic/schema": "1.0.3", + "@tmagic/schema": "1.0.4", "@vue/composition-api": "1.0.5", "qrcode": "^1.5.0", "vue": "^2.6.14" diff --git a/packages/ui/package.json b/packages/ui/package.json index 3951a4d3..fbbd0881 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.3", + "version": "1.0.4", "name": "@tmagic/ui", "main": "src/index.ts", "engines": { @@ -11,7 +11,7 @@ "url": "https://github.com/Tencent/tmagic-editor.git" }, "dependencies": { - "@tmagic/schema": "1.0.3", + "@tmagic/schema": "1.0.4", "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 69b8f855..bfd4a884 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.3", + "version": "1.0.4", "name": "@tmagic/utils", "main": "dist/tmagic-utils.umd.js", "module": "dist/tmagic-utils.es.js", @@ -22,7 +22,7 @@ "url": "https://github.com/Tencent/tmagic-editor.git" }, "dependencies": { - "@tmagic/schema": "1.0.3", + "@tmagic/schema": "1.0.4", "moment": "^2.29.2" }, "devDependencies": { diff --git a/playground/package.json b/playground/package.json index 25a51f60..7132bcbc 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,6 @@ { "name": "tmagic-playground", - "version": "1.0.3", + "version": "1.0.4", "private": true, "scripts": { "clean:top": "rimraf dist", @@ -12,11 +12,11 @@ }, "dependencies": { "@element-plus/icons": "0.0.11", - "@tmagic/editor": "1.0.3", - "@tmagic/form": "1.0.3", - "@tmagic/schema": "1.0.3", - "@tmagic/stage": "1.0.3", - "@tmagic/utils": "1.0.3", + "@tmagic/editor": "1.0.4", + "@tmagic/form": "1.0.4", + "@tmagic/schema": "1.0.4", + "@tmagic/stage": "1.0.4", + "@tmagic/utils": "1.0.4", "element-plus": "^2.2.6", "monaco-editor": "^0.32.1", "serialize-javascript": "^6.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 02aa4eb9..5967276b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -105,7 +105,7 @@ importers: packages/core: specifiers: - '@tmagic/schema': 1.0.3 + '@tmagic/schema': 1.0.4 '@types/events': ^3.0.0 '@types/node': ^15.12.4 events: ^3.3.0 @@ -126,11 +126,11 @@ importers: specifiers: '@babel/core': ^7.18.0 '@element-plus/icons': 0.0.11 - '@tmagic/core': 1.0.3 - '@tmagic/form': 1.0.3 - '@tmagic/schema': 1.0.3 - '@tmagic/stage': 1.0.3 - '@tmagic/utils': 1.0.3 + '@tmagic/core': 1.0.4 + '@tmagic/form': 1.0.4 + '@tmagic/schema': 1.0.4 + '@tmagic/stage': 1.0.4 + '@tmagic/utils': 1.0.4 '@types/events': ^3.0.0 '@types/lodash-es': ^4.17.4 '@types/node': ^15.12.4 @@ -189,7 +189,7 @@ importers: specifiers: '@babel/core': ^7.18.0 '@element-plus/icons': 0.0.11 - '@tmagic/utils': 1.0.3 + '@tmagic/utils': 1.0.4 '@types/lodash-es': ^4.17.4 '@types/node': ^15.12.4 '@types/sortablejs': ^1.10.7 @@ -243,9 +243,9 @@ importers: packages/stage: specifiers: '@scena/guides': ^0.17.0 - '@tmagic/core': 1.0.3 - '@tmagic/schema': 1.0.3 - '@tmagic/utils': 1.0.3 + '@tmagic/core': 1.0.4 + '@tmagic/schema': 1.0.4 + '@tmagic/utils': 1.0.4 '@types/events': ^3.0.0 '@types/lodash-es': ^4.17.4 '@types/node': ^15.12.4 @@ -277,7 +277,7 @@ importers: packages/table: specifiers: - '@tmagic/form': 1.0.3 + '@tmagic/form': 1.0.4 '@types/color': ^3.0.1 '@types/lodash-es': ^4.17.4 '@types/node': ^15.12.4 @@ -313,7 +313,7 @@ importers: packages/ui: specifiers: '@testing-library/vue': ^6.4.2 - '@tmagic/schema': 1.0.3 + '@tmagic/schema': 1.0.4 '@types/qrcode': ^1.4.2 '@vue/compiler-sfc': ^3.2.0 '@vue/test-utils': ^2.0.0 @@ -335,7 +335,7 @@ importers: packages/ui-react: specifiers: - '@tmagic/schema': 1.0.3 + '@tmagic/schema': 1.0.4 '@types/react': ^17.0.37 '@types/react-dom': ^17.0.11 qrcode: ^1.5.0 @@ -354,7 +354,7 @@ importers: packages/ui-vue2: specifiers: - '@tmagic/schema': 1.0.3 + '@tmagic/schema': 1.0.4 '@vue/composition-api': 1.0.5 qrcode: ^1.5.0 vite: ^2.9.13 @@ -373,7 +373,7 @@ importers: packages/utils: specifiers: - '@tmagic/schema': 1.0.3 + '@tmagic/schema': 1.0.4 '@types/node': ^15.12.4 moment: ^2.29.2 typescript: ^4.3.4 @@ -391,11 +391,11 @@ importers: playground: specifiers: '@element-plus/icons': 0.0.11 - '@tmagic/editor': 1.0.3 - '@tmagic/form': 1.0.3 - '@tmagic/schema': 1.0.3 - '@tmagic/stage': 1.0.3 - '@tmagic/utils': 1.0.3 + '@tmagic/editor': 1.0.4 + '@tmagic/form': 1.0.4 + '@tmagic/schema': 1.0.4 + '@tmagic/stage': 1.0.4 + '@tmagic/utils': 1.0.4 '@types/node': ^15.12.4 '@types/serialize-javascript': ^5.0.1 '@vitejs/plugin-legacy': ^1.8.2 @@ -437,8 +437,8 @@ importers: runtime/react: specifiers: - '@tmagic/schema': 1.0.3 - '@tmagic/stage': 1.0.3 + '@tmagic/schema': 1.0.4 + '@tmagic/stage': 1.0.4 '@types/react': ^17.0.37 '@types/react-dom': ^17.0.11 '@vitejs/plugin-react-refresh': ^1.3.1 @@ -462,8 +462,8 @@ importers: runtime/vue2: specifiers: - '@tmagic/schema': 1.0.3 - '@tmagic/stage': 1.0.3 + '@tmagic/schema': 1.0.4 + '@tmagic/stage': 1.0.4 '@types/events': ^3.0.0 '@vue/composition-api': 1.0.5 axios: ^0.27.2 @@ -493,8 +493,8 @@ importers: runtime/vue3: specifiers: - '@tmagic/schema': 1.0.3 - '@tmagic/stage': 1.0.3 + '@tmagic/schema': 1.0.4 + '@tmagic/stage': 1.0.4 '@types/node': ^15.12.4 '@vitejs/plugin-vue': ^2.3.3 '@vue/compiler-sfc': ^3.2.0 diff --git a/runtime/react/package.json b/runtime/react/package.json index 9420650e..d8bdc05c 100644 --- a/runtime/react/package.json +++ b/runtime/react/package.json @@ -1,6 +1,6 @@ { "name": "runtime-react", - "version": "1.0.3", + "version": "1.0.4", "private": true, "scripts": { "dev:react": "npm run entry && npm run build:lib & npm run dev:html", @@ -11,8 +11,8 @@ "dev:html": "vite --port 8078" }, "dependencies": { - "@tmagic/schema": "1.0.3", - "@tmagic/stage": "1.0.3", + "@tmagic/schema": "1.0.4", + "@tmagic/stage": "1.0.4", "react": "^17.0.2", "react-dom": "^17.0.2" }, diff --git a/runtime/vue2/package-lock.json b/runtime/vue2/package-lock.json index e1c199b6..8ea88383 100644 --- a/runtime/vue2/package-lock.json +++ b/runtime/vue2/package-lock.json @@ -1,15 +1,15 @@ { "name": "runtime-vue2", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "runtime-vue2", - "version": "1.0.2", + "version": "1.0.3", "dependencies": { - "@tmagic/schema": "1.0.2", - "@tmagic/stage": "1.0.2", + "@tmagic/schema": "1.0.3", + "@tmagic/stage": "1.0.3", "@vue/composition-api": "1.0.5", "vue": "^2.6.14" }, @@ -846,11 +846,11 @@ } }, "node_modules/@tmagic/core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@tmagic/core/-/core-1.0.2.tgz", - "integrity": "sha512-gYvzkCwd8wbLmx7/J2aEXINnRapuRgGHUmtmyIE2gq8iLG3yFA/7RBcgQH1ZXiVMZAx+qL1XvJUVWPKQSJT4PQ==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tmagic/core/-/core-1.0.3.tgz", + "integrity": "sha512-agvOLNxXgLRD1gU/2PpJbqQETkwCakMQMDWYrFcrpgHsBB//x3lMZ75r3dwFkqNLMuoqIXUzhutqUS3e0fq3nw==", "dependencies": { - "@tmagic/schema": "1.0.2", + "@tmagic/schema": "1.0.3", "events": "^3.3.0" }, "engines": { @@ -858,22 +858,22 @@ } }, "node_modules/@tmagic/schema": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@tmagic/schema/-/schema-1.0.2.tgz", - "integrity": "sha512-PvN1ODMT3CwLpRSx98Y9dXpzpYoL6WkyWICI0EGk6pCFNLtc/8DniO4zwji7ndCWI7w+hOzsj+riyWqIzKvWVg==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tmagic/schema/-/schema-1.0.3.tgz", + "integrity": "sha512-oqc0pVqfedntyA0GWx1WQN2xMYReKqCbdKxIZgpmL68zVpgktjxpmPiq8i0+Xt9b+H086GRbKlYFwuUZjsKYVw==", "engines": { "node": ">=14" } }, "node_modules/@tmagic/stage": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@tmagic/stage/-/stage-1.0.2.tgz", - "integrity": "sha512-xG+qFxGP7zz5KhygKywI2F4HQqdbzT08UEx4wQU2ptgWaX5XmCujK1XEjdMmOapIJlKCymqF4AJhshG54xf3oA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tmagic/stage/-/stage-1.0.3.tgz", + "integrity": "sha512-dUJJqg7NnvAva4Je0FDJYHAzdfRXQ4wLU/LiHNVCT5jAJx3tDD2xkgYYdN6zH6D5MlHrqFpVK+wzBo9FNb2NPQ==", "dependencies": { "@scena/guides": "^0.17.0", - "@tmagic/core": "1.0.2", - "@tmagic/schema": "1.0.2", - "@tmagic/utils": "1.0.2", + "@tmagic/core": "1.0.3", + "@tmagic/schema": "1.0.3", + "@tmagic/utils": "1.0.3", "events": "^3.3.0", "lodash-es": "^4.17.21", "moveable": "^0.30.0", @@ -884,11 +884,11 @@ } }, "node_modules/@tmagic/utils": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@tmagic/utils/-/utils-1.0.2.tgz", - "integrity": "sha512-gyT/kJjxZjOLxwwShShdESsC5fPF1eqW0aDD0KsxOVjML9WOTeoLBfVPq4oFW/5p8/xQ18a/lCkD+5Spq2pyDA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tmagic/utils/-/utils-1.0.3.tgz", + "integrity": "sha512-xk7D2IxzpJnGy4WmYKlBwJT+UaoWj5GuP4Zr3boui/upphXJf2h4ohg7QmryeQPzZBBsyfEjWifAlH9IdD7QuA==", "dependencies": { - "@tmagic/schema": "1.0.2", + "@tmagic/schema": "1.0.3", "moment": "^2.29.2" }, "engines": { @@ -2158,9 +2158,9 @@ } }, "node_modules/moment": { - "version": "2.29.3", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz", - "integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==", + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==", "engines": { "node": "*" } @@ -3415,28 +3415,28 @@ } }, "@tmagic/core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@tmagic/core/-/core-1.0.2.tgz", - "integrity": "sha512-gYvzkCwd8wbLmx7/J2aEXINnRapuRgGHUmtmyIE2gq8iLG3yFA/7RBcgQH1ZXiVMZAx+qL1XvJUVWPKQSJT4PQ==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tmagic/core/-/core-1.0.3.tgz", + "integrity": "sha512-agvOLNxXgLRD1gU/2PpJbqQETkwCakMQMDWYrFcrpgHsBB//x3lMZ75r3dwFkqNLMuoqIXUzhutqUS3e0fq3nw==", "requires": { - "@tmagic/schema": "1.0.2", + "@tmagic/schema": "1.0.3", "events": "^3.3.0" } }, "@tmagic/schema": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@tmagic/schema/-/schema-1.0.2.tgz", - "integrity": "sha512-PvN1ODMT3CwLpRSx98Y9dXpzpYoL6WkyWICI0EGk6pCFNLtc/8DniO4zwji7ndCWI7w+hOzsj+riyWqIzKvWVg==" + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tmagic/schema/-/schema-1.0.3.tgz", + "integrity": "sha512-oqc0pVqfedntyA0GWx1WQN2xMYReKqCbdKxIZgpmL68zVpgktjxpmPiq8i0+Xt9b+H086GRbKlYFwuUZjsKYVw==" }, "@tmagic/stage": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@tmagic/stage/-/stage-1.0.2.tgz", - "integrity": "sha512-xG+qFxGP7zz5KhygKywI2F4HQqdbzT08UEx4wQU2ptgWaX5XmCujK1XEjdMmOapIJlKCymqF4AJhshG54xf3oA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tmagic/stage/-/stage-1.0.3.tgz", + "integrity": "sha512-dUJJqg7NnvAva4Je0FDJYHAzdfRXQ4wLU/LiHNVCT5jAJx3tDD2xkgYYdN6zH6D5MlHrqFpVK+wzBo9FNb2NPQ==", "requires": { "@scena/guides": "^0.17.0", - "@tmagic/core": "1.0.2", - "@tmagic/schema": "1.0.2", - "@tmagic/utils": "1.0.2", + "@tmagic/core": "1.0.3", + "@tmagic/schema": "1.0.3", + "@tmagic/utils": "1.0.3", "events": "^3.3.0", "lodash-es": "^4.17.21", "moveable": "^0.30.0", @@ -3444,11 +3444,11 @@ } }, "@tmagic/utils": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@tmagic/utils/-/utils-1.0.2.tgz", - "integrity": "sha512-gyT/kJjxZjOLxwwShShdESsC5fPF1eqW0aDD0KsxOVjML9WOTeoLBfVPq4oFW/5p8/xQ18a/lCkD+5Spq2pyDA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tmagic/utils/-/utils-1.0.3.tgz", + "integrity": "sha512-xk7D2IxzpJnGy4WmYKlBwJT+UaoWj5GuP4Zr3boui/upphXJf2h4ohg7QmryeQPzZBBsyfEjWifAlH9IdD7QuA==", "requires": { - "@tmagic/schema": "1.0.2", + "@tmagic/schema": "1.0.3", "moment": "^2.29.2" } }, @@ -4299,9 +4299,9 @@ } }, "moment": { - "version": "2.29.3", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.3.tgz", - "integrity": "sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==" + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "moveable": { "version": "0.30.0", diff --git a/runtime/vue2/package.json b/runtime/vue2/package.json index 9f402b9d..a2ee3ddd 100644 --- a/runtime/vue2/package.json +++ b/runtime/vue2/package.json @@ -1,6 +1,6 @@ { "name": "runtime-vue2", - "version": "1.0.3", + "version": "1.0.4", "private": true, "scripts": { "dev:vue2": "npm run entry && npm run build:lib & npm run dev:html", @@ -11,8 +11,8 @@ "dev:html": "vite --port 8078" }, "dependencies": { - "@tmagic/schema": "1.0.3", - "@tmagic/stage": "1.0.3", + "@tmagic/schema": "1.0.4", + "@tmagic/stage": "1.0.4", "@vue/composition-api": "1.0.5", "vue": "^2.6.14" }, diff --git a/runtime/vue3/package.json b/runtime/vue3/package.json index 9befa8e9..a96578ad 100644 --- a/runtime/vue3/package.json +++ b/runtime/vue3/package.json @@ -1,6 +1,6 @@ { "name": "runtime-vue3", - "version": "1.0.3", + "version": "1.0.4", "private": true, "scripts": { "dev": "npm run entry && npm run build:lib & npm run dev:html", @@ -11,8 +11,8 @@ "dev:html": "vite --port 8078" }, "dependencies": { - "@tmagic/schema": "1.0.3", - "@tmagic/stage": "1.0.3", + "@tmagic/schema": "1.0.4", + "@tmagic/stage": "1.0.4", "axios": "^0.25.0", "vue": "^3.2.0" },