chore: release v1.5.13

This commit is contained in:
roymondchen 2025-04-10 20:54:13 +08:00
parent 0bcd7d0755
commit 42adb962fd
21 changed files with 49 additions and 32 deletions

View File

@ -1,3 +1,20 @@
## [1.5.13](https://github.com/Tencent/tmagic-editor/compare/v1.5.12...v1.5.13) (2025-04-10)
### Bug Fixes
* **data-source:** 数据源初始化时机比注册早回出现死循环 ([840c2c3](https://github.com/Tencent/tmagic-editor/commit/840c2c3c7d267f999e229f7720cbbdc1bf5e2436))
* 修复表格拖拽排序与表单选字操作冲突的问题 ([f91eb41](https://github.com/Tencent/tmagic-editor/commit/f91eb415dbdf23c8f05bc21617de67aef7bd524c))
### Features
* **core:** 支持传入env ([0bcd7d0](https://github.com/Tencent/tmagic-editor/commit/0bcd7d075518523809b639e8128583c87b90aa89))
* **core:** 支持自定义Node类 ([18524d8](https://github.com/Tencent/tmagic-editor/commit/18524d89fb8086a34307ed17e54da520db92add2))
* **editor:** 编辑代码块/数据源时高亮列表中对应的项 ([54e00f2](https://github.com/Tencent/tmagic-editor/commit/54e00f28524e546cecd0691d19fbcb0bee4af35e))
## [1.5.12](https://github.com/Tencent/tmagic-editor/compare/v1.5.11...v1.5.12) (2025-03-27)

View File

@ -1,5 +1,5 @@
{
"version": "1.5.12",
"version": "1.5.13",
"name": "tmagic",
"private": true,
"type": "module",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.12",
"version": "1.5.13",
"name": "@tmagic/cli",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.12",
"version": "1.5.13",
"name": "@tmagic/core",
"type": "module",
"main": "dist/tmagic-core.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.12",
"version": "1.5.13",
"name": "@tmagic/data-source",
"type": "module",
"main": "dist/tmagic-data-source.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.12",
"version": "1.5.13",
"name": "@tmagic/dep",
"type": "module",
"main": "dist/tmagic-dep.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.12",
"version": "1.5.13",
"name": "@tmagic/design",
"type": "module",
"sideEffects": [

View File

@ -1,5 +1,5 @@
{
"version": "1.5.12",
"version": "1.5.13",
"name": "@tmagic/editor",
"type": "module",
"sideEffects": [

View File

@ -1,5 +1,5 @@
{
"version": "1.5.12",
"version": "1.5.13",
"name": "@tmagic/element-plus-adapter",
"type": "module",
"main": "dist/tmagic-element-plus-adapter.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.12",
"version": "1.5.13",
"name": "@tmagic/form",
"type": "module",
"sideEffects": [

View File

@ -1,5 +1,5 @@
{
"version": "1.5.12",
"version": "1.5.13",
"name": "@tmagic/schema",
"type": "module",
"main": "dist/tmagic-schema.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.12",
"version": "1.5.13",
"name": "@tmagic/stage",
"type": "module",
"main": "dist/tmagic-stage.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.12",
"version": "1.5.13",
"name": "@tmagic/table",
"type": "module",
"sideEffects": [

View File

@ -1,5 +1,5 @@
{
"version": "1.5.12",
"version": "1.5.13",
"name": "@tmagic/tdesign-vue-next-adapter",
"type": "module",
"main": "dist/tmagic-tdesign-vue-next-adapter.umd.cjs",

View File

@ -1,6 +1,6 @@
{
"name": "@tmagic/ui-react",
"version": "1.5.12",
"version": "1.5.13",
"type": "module",
"main": "dist/tmagic-ui-react.js",
"types": "types/index.d.ts",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.12",
"version": "1.5.13",
"name": "@tmagic/ui",
"type": "module",
"main": "dist/tmagic-ui.js",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.12",
"version": "1.5.13",
"name": "@tmagic/utils",
"type": "module",
"main": "dist/tmagic-utils.umd.cjs",

View File

@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.5.12",
"version": "1.5.13",
"type": "module",
"private": true,
"scripts": {
@ -13,9 +13,9 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@tmagic/core": "1.5.12",
"@tmagic/editor": "1.5.12",
"@tmagic/element-plus-adapter": "1.5.12",
"@tmagic/core": "1.5.13",
"@tmagic/editor": "1.5.13",
"@tmagic/element-plus-adapter": "1.5.13",
"@tmagic/tmagic-form-runtime": "1.1.3",
"element-plus": "^2.9.7",
"lodash-es": "^4.17.21",

View File

@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.5.12",
"version": "1.5.13",
"type": "module",
"private": true,
"scripts": {
@ -19,16 +19,16 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.5.12",
"@tmagic/core": "1.5.13",
"@tmagic/react-runtime-help": "0.1.0",
"@tmagic/stage": "1.5.12",
"@tmagic/stage": "1.5.13",
"axios": "^0.25.0",
"terser": "^5.31.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tmagic/cli": "1.5.12",
"@tmagic/cli": "1.5.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-legacy": "^6.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "runtime-vue2",
"version": "1.5.12",
"version": "1.5.13",
"type": "module",
"private": true,
"scripts": {
@ -19,15 +19,15 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.5.12",
"@tmagic/stage": "1.5.12",
"@tmagic/core": "1.5.13",
"@tmagic/stage": "1.5.13",
"@tmagic/vue-runtime-help": "^1.1.0",
"axios": "^0.25.0",
"terser": "^5.31.6",
"vue": "^2.7.16"
},
"devDependencies": {
"@tmagic/cli": "1.5.12",
"@tmagic/cli": "1.5.13",
"@types/events": "^3.0.0",
"axios": "^0.27.2",
"rollup": "^4.38.0",

View File

@ -1,6 +1,6 @@
{
"name": "runtime-vue3",
"version": "1.5.12",
"version": "1.5.13",
"type": "module",
"private": true,
"scripts": {
@ -19,14 +19,14 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.5.12",
"@tmagic/stage": "1.5.12",
"@tmagic/core": "1.5.13",
"@tmagic/stage": "1.5.13",
"@tmagic/vue-runtime-help": "^1.1.0",
"axios": "^0.25.0",
"vue": "^3.5.0"
},
"devDependencies": {
"@tmagic/cli": "1.5.12",
"@tmagic/cli": "1.5.13",
"@types/node": "^18.19.0",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "5.2.3",