Skip to content

Commit

Permalink
chore: release v1.5.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Aug 15, 2024
1 parent 16b8948 commit 2c0b167
Show file tree
Hide file tree
Showing 21 changed files with 68 additions and 46 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.5.0-beta.0](https://github.com/Tencent/tmagic-editor/compare/v1.4.16...v1.5.0-beta.0) (2024-08-15)


### Bug Fixes

* **data-source:** 编辑器的runtime不能对数据源的mock配置有影响 ([fa2d00b](https://github.com/Tencent/tmagic-editor/commit/fa2d00ba3689b9b336a5a2d44c731a3fa4ce61f6))
* 迭代器内的组件配置了声明周期代码块无效 ([fb6f806](https://github.com/Tencent/tmagic-editor/commit/fb6f8068cef90a7aac66038f94fd0937637909c2))


### Features

* **cli:** 组件库支持import npm包组件 ([e82591e](https://github.com/Tencent/tmagic-editor/commit/e82591ee23c5b2e1c3efb6e21ec6f879631e5d67))
* **design,element-plus-adapter,tdesign-vue-next-adapter:** 重新实现Popover组件,不再使用element-plus或tdesign组件 ([677a193](https://github.com/Tencent/tmagic-editor/commit/677a1938a44c2defc4691e888e40b26eb44bdaa5))
* dsl id渲染到dom上的data-tamgic-id,不再是id属性 ([47a037a](https://github.com/Tencent/tmagic-editor/commit/47a037a8a5595b844f3a74dead876a0cebcf7eb6))
* **uitls:** 只是自定义dsl与dom el的关联关系函数 ([16b8948](https://github.com/Tencent/tmagic-editor/commit/16b8948e4d3d935df89c41ee69d983846f8d0f6c))
* **vue-runtime-help:** 只有dsl中的组件才触发生命周期hook ([69f3cb2](https://github.com/Tencent/tmagic-editor/commit/69f3cb2f12d8b2e18ac957caa5f655024cbc8577))
* 完善迭代器嵌套使用问题,重构事件配置处理代码 ([f7d5a4f](https://github.com/Tencent/tmagic-editor/commit/f7d5a4ffd6b275dbf3449fc358d2310b8205bca9))
* 将ui-react中的组件独立成包 ([df9b581](https://github.com/Tencent/tmagic-editor/commit/df9b581623ee138a316d19c7b0c11d76b80effc2))
* 统一vue ui组件,将ui中的组件独立成包 ([ac3cb74](https://github.com/Tencent/tmagic-editor/commit/ac3cb74693f32ba857797a11b549f34aaefc9cf6))



## [1.4.16](https://github.com/Tencent/tmagic-editor/compare/v1.4.15...v1.4.16) (2024-08-02)


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.16",
"version": "1.5.0-beta.0",
"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.16",
"version": "1.5.0-beta.0",
"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.16",
"version": "1.5.0-beta.0",
"name": "@tmagic/core",
"type": "module",
"main": "dist/tmagic-core.umd.cjs",
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.16",
"version": "1.5.0-beta.0",
"name": "@tmagic/data-source",
"type": "module",
"main": "dist/tmagic-data-source.umd.cjs",
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.16",
"version": "1.5.0-beta.0",
"name": "@tmagic/dep",
"type": "module",
"main": "dist/tmagic-dep.umd.cjs",
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.16",
"version": "1.5.0-beta.0",
"name": "@tmagic/design",
"type": "module",
"main": "dist/tmagic-design.umd.cjs",
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.16",
"version": "1.5.0-beta.0",
"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.16",
"version": "1.5.0-beta.0",
"name": "@tmagic/element-plus-adapter",
"type": "module",
"main": "dist/tmagic-element-plus-adapter.umd.cjs",
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.16",
"version": "1.5.0-beta.0",
"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.16",
"version": "1.5.0-beta.0",
"name": "@tmagic/schema",
"type": "module",
"main": "dist/tmagic-schema.umd.cjs",
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.16",
"version": "1.5.0-beta.0",
"name": "@tmagic/stage",
"type": "module",
"main": "dist/tmagic-stage.umd.cjs",
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.16",
"version": "1.5.0-beta.0",
"name": "@tmagic/table",
"type": "module",
"main": "dist/tmagic-table.umd.cjs",
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.16",
"version": "1.5.0-beta.0",
"name": "@tmagic/tdesign-vue-next-adapter",
"type": "module",
"main": "dist/tmagic-tdesign-vue-next-adapter.umd.cjs",
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.16",
"version": "1.5.0-beta.0",
"type": "module",
"main": "dist/tmagic-ui-react.js",
"types": "types/index.d.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.16",
"version": "1.5.0-beta.0",
"name": "@tmagic/ui",
"type": "module",
"main": "dist/tmagic-ui.js",
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.16",
"version": "1.5.0-beta.0",
"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.16",
"version": "1.5.0-beta.0",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -13,15 +13,15 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@tmagic/core": "1.4.16",
"@tmagic/design": "1.4.16",
"@tmagic/editor": "1.4.16",
"@tmagic/element-plus-adapter": "1.4.16",
"@tmagic/form": "1.4.16",
"@tmagic/core": "1.5.0-beta.0",
"@tmagic/design": "1.5.0-beta.0",
"@tmagic/editor": "1.5.0-beta.0",
"@tmagic/element-plus-adapter": "1.5.0-beta.0",
"@tmagic/form": "1.5.0-beta.0",
"@tmagic/tmagic-form-runtime": "1.0.11",
"@tmagic/schema": "1.4.16",
"@tmagic/stage": "1.4.16",
"@tmagic/utils": "1.4.16",
"@tmagic/schema": "1.5.0-beta.0",
"@tmagic/stage": "1.5.0-beta.0",
"@tmagic/utils": "1.5.0-beta.0",
"element-plus": "^2.8.0",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.48.0",
Expand Down
14 changes: 7 additions & 7 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.16",
"version": "1.5.0-beta.0",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -19,19 +19,19 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "workspace:*",
"@tmagic/data-source": "workspace:*",
"@tmagic/core": "1.5.0-beta.0",
"@tmagic/data-source": "1.5.0-beta.0",
"@tmagic/react-runtime-help": "workspace:*",
"@tmagic/schema": "workspace:*",
"@tmagic/stage": "workspace:*",
"@tmagic/utils": "workspace:*",
"@tmagic/schema": "1.5.0-beta.0",
"@tmagic/stage": "1.5.0-beta.0",
"@tmagic/utils": "1.5.0-beta.0",
"axios": "^0.25.0",
"terser": "^5.31.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tmagic/cli": "workspace:*",
"@tmagic/cli": "1.5.0-beta.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-legacy": "^5.4.0",
Expand Down
14 changes: 7 additions & 7 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.16",
"version": "1.5.0-beta.0",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -19,18 +19,18 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.4.16",
"@tmagic/data-source": "1.4.16",
"@tmagic/schema": "1.4.16",
"@tmagic/stage": "1.4.16",
"@tmagic/utils": "1.4.16",
"@tmagic/core": "1.5.0-beta.0",
"@tmagic/data-source": "1.5.0-beta.0",
"@tmagic/schema": "1.5.0-beta.0",
"@tmagic/stage": "1.5.0-beta.0",
"@tmagic/utils": "1.5.0-beta.0",
"@tmagic/vue-runtime-help": "^0.1.0",
"axios": "^0.25.0",
"terser": "^5.31.0",
"vue": "^2.7.4"
},
"devDependencies": {
"@tmagic/cli": "workspace:*",
"@tmagic/cli": "1.5.0-beta.0",
"@types/events": "^3.0.0",
"axios": "^0.27.2",
"rollup": "^4.17.2",
Expand Down
14 changes: 7 additions & 7 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.16",
"version": "1.5.0-beta.0",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -19,17 +19,17 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.4.16",
"@tmagic/data-source": "1.4.16",
"@tmagic/schema": "1.4.16",
"@tmagic/stage": "1.4.16",
"@tmagic/utils": "1.4.16",
"@tmagic/core": "1.5.0-beta.0",
"@tmagic/data-source": "1.5.0-beta.0",
"@tmagic/schema": "1.5.0-beta.0",
"@tmagic/stage": "1.5.0-beta.0",
"@tmagic/utils": "1.5.0-beta.0",
"@tmagic/vue-runtime-help": "^0.1.0",
"axios": "^0.25.0",
"vue": "^3.4.35"
},
"devDependencies": {
"@tmagic/cli": "workspace:*",
"@tmagic/cli": "1.5.0-beta.0",
"@types/node": "^18.19.0",
"@vitejs/plugin-legacy": "^5.4.0",
"@vitejs/plugin-vue": "^5.1.1",
Expand Down

0 comments on commit 2c0b167

Please sign in to comment.