chore: release v1.5.1

This commit is contained in:
roymondchen 2024-12-18 16:20:38 +08:00
parent 7887a14f6b
commit 18f92823c2
21 changed files with 54 additions and 35 deletions

View File

@ -1,3 +1,22 @@
## [1.5.1](https://github.com/Tencent/tmagic-editor/compare/v1.5.0...v1.5.1) (2024-12-18)
### Bug Fixes
* **form:** table 开启dropSort后多次拖动row后会报错 ([957b0d9](https://github.com/Tencent/tmagic-editor/commit/957b0d9b40fbf5786d5cbbc35db50d12775ae502))
### Features
* **design:** table添加row/cell class name ([432f1f5](https://github.com/Tencent/tmagic-editor/commit/432f1f5a559429352258736105cc865b310dbda9))
* **editor:** 数据源/代码编辑列表新增右键菜单 ([74f76d0](https://github.com/Tencent/tmagic-editor/commit/74f76d0ba31881cbff93dfe967e6ef38e69f96e9))
* **editor:** 样式添加display配置右侧边栏最小值设置成420 ([712e317](https://github.com/Tencent/tmagic-editor/commit/712e317e40ea171c920a3ba9f0cad5b0b0161440))
* **editor:** 组件配置中的样式支持单独一列显示 ([5cd6d21](https://github.com/Tencent/tmagic-editor/commit/5cd6d21b2e14eb846313c7af6c859934c187a446))
* **form:** 新增labelPosition配置 ([7a8da68](https://github.com/Tencent/tmagic-editor/commit/7a8da68edb2ccc1dcbe876dff96695513965e6a2))
* **vue-components,react-components:** 组件表单配置修改 ([e421a58](https://github.com/Tencent/tmagic-editor/commit/e421a58f4ea14bd9b6b9ef12e743fb018fead1b6))
# [1.5.0](https://github.com/Tencent/tmagic-editor/compare/v1.4.18...v1.5.0) (2024-12-10)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "1.5.0",
"version": "1.5.1",
"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.0",
"version": "1.5.1",
"type": "module",
"main": "dist/tmagic-ui-react.js",
"types": "types/index.d.ts",

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.5.0",
"version": "1.5.1",
"type": "module",
"private": true,
"scripts": {
@ -19,19 +19,19 @@
"build:ds:event": "vite build --config build.vite.config.ts --mode ds:event"
},
"dependencies": {
"@tmagic/core": "1.5.0",
"@tmagic/data-source": "1.5.0",
"@tmagic/core": "1.5.1",
"@tmagic/data-source": "1.5.1",
"@tmagic/react-runtime-help": "0.0.3",
"@tmagic/schema": "1.5.0",
"@tmagic/stage": "1.5.0",
"@tmagic/utils": "1.5.0",
"@tmagic/schema": "1.5.1",
"@tmagic/stage": "1.5.1",
"@tmagic/utils": "1.5.1",
"axios": "^0.25.0",
"terser": "^5.31.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tmagic/cli": "1.5.0",
"@tmagic/cli": "1.5.1",
"@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.0",
"version": "1.5.1",
"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.0",
"@tmagic/stage": "1.5.0",
"@tmagic/core": "1.5.1",
"@tmagic/stage": "1.5.1",
"@tmagic/vue-runtime-help": "^0.1.4",
"axios": "^0.25.0",
"terser": "^5.31.6",
"vue": "^2.7.16"
},
"devDependencies": {
"@tmagic/cli": "1.5.0",
"@tmagic/cli": "1.5.1",
"@types/events": "^3.0.0",
"axios": "^0.27.2",
"rollup": "^4.17.2",

View File

@ -1,6 +1,6 @@
{
"name": "runtime-vue3",
"version": "1.5.0",
"version": "1.5.1",
"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.0",
"@tmagic/stage": "1.5.0",
"@tmagic/core": "1.5.1",
"@tmagic/stage": "1.5.1",
"@tmagic/vue-runtime-help": "^0.1.4",
"axios": "^0.25.0",
"vue": ">=3.5.0"
},
"devDependencies": {
"@tmagic/cli": "^1.5.0",
"@tmagic/cli": "1.5.1",
"@types/node": "^18.19.0",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "5.2.1",