chore: release v1.5.12

This commit is contained in:
roymondchen 2025-03-27 16:30:51 +08:00
parent b715a87f40
commit c8fc2f7bfb
21 changed files with 49 additions and 32 deletions

View File

@ -1,3 +1,20 @@
## [1.5.12](https://github.com/Tencent/tmagic-editor/compare/v1.5.11...v1.5.12) (2025-03-27)
### Bug Fixes
* **design:** card没有slots时隐藏对应slot ([4ddc55a](https://github.com/Tencent/tmagic-editor/commit/4ddc55aa6de4bafb978a621ab9b69af1e0c36d78))
* **editor:** 数据源修改后,依赖重新收集不准确 ([9c7d711](https://github.com/Tencent/tmagic-editor/commit/9c7d711c167c5e8ee1e9d8a8e89d66d245070dee))
* **editor:** 获取关联组件的方法默认值 ([f5742c1](https://github.com/Tencent/tmagic-editor/commit/f5742c107a68389c0828de991e7f5e9745e20d67))
* **vue-components:** button删除调试代码text支持富文本 ([2a714ae](https://github.com/Tencent/tmagic-editor/commit/2a714ae9cc89b7c88528c8afe9270ad774d7755d))
### Features
* **cli:** 如果识别不要组件文件则默认从npm包的default导入 ([b715a87](https://github.com/Tencent/tmagic-editor/commit/b715a87f409856ed396b3e35eb4102776329531e))
## [1.5.11](https://github.com/Tencent/tmagic-editor/compare/v1.5.10...v1.5.11) (2025-03-11)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.5.11",
"version": "1.5.12",
"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.11",
"@tmagic/core": "1.5.12",
"@tmagic/react-runtime-help": "0.1.0",
"@tmagic/stage": "1.5.11",
"@tmagic/stage": "1.5.12",
"axios": "^0.25.0",
"terser": "^5.31.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tmagic/cli": "1.5.11",
"@tmagic/cli": "1.5.12",
"@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.11",
"version": "1.5.12",
"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.11",
"@tmagic/stage": "1.5.11",
"@tmagic/core": "1.5.12",
"@tmagic/stage": "1.5.12",
"@tmagic/vue-runtime-help": "^1.1.0",
"axios": "^0.25.0",
"terser": "^5.31.6",
"vue": "^2.7.16"
},
"devDependencies": {
"@tmagic/cli": "1.5.11",
"@tmagic/cli": "1.5.12",
"@types/events": "^3.0.0",
"axios": "^0.27.2",
"rollup": "^4.31.0",

View File

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