chore: release v1.5.17

This commit is contained in:
roymondchen 2025-05-06 20:12:11 +08:00
parent 9289ffd187
commit b88ca14fde
22 changed files with 45 additions and 33 deletions

View File

@ -1,3 +1,15 @@
## [1.5.17](https://github.com/Tencent/tmagic-editor/compare/v1.5.16...v1.5.17) (2025-05-06)
### Features
* **cli:** 指定组件不使用动态加载dynamicImport为true时有效 ([85284e5](https://github.com/Tencent/tmagic-editor/commit/85284e54f5874d2c7afe08e401b26ae6b21a153f))
* **editor,form,form-schema:** 新增form-schema将表单schema放入其中 ([50b74d1](https://github.com/Tencent/tmagic-editor/commit/50b74d10e6e52f14ac46547292eaba8fe9bbae11))
* **editor:** dsl初始化时收集依赖使用worker ([179b797](https://github.com/Tencent/tmagic-editor/commit/179b797c5c8b4cbcf76a1d32ec3e899efb32ae2a))
* **form:** select before/after request函数配置中增加prop字段 ([ed01cfc](https://github.com/Tencent/tmagic-editor/commit/ed01cfca870c726117c33478907f55d9fe66085b))
## [1.5.16](https://github.com/Tencent/tmagic-editor/compare/v1.5.15...v1.5.16) (2025-04-28)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.5.16",
"version": "1.5.17",
"type": "module",
"private": true,
"scripts": {
@ -13,9 +13,9 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@tmagic/core": "1.5.16",
"@tmagic/editor": "1.5.16",
"@tmagic/element-plus-adapter": "1.5.16",
"@tmagic/core": "1.5.17",
"@tmagic/editor": "1.5.17",
"@tmagic/element-plus-adapter": "1.5.17",
"@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.16",
"version": "1.5.17",
"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.16",
"@tmagic/core": "1.5.17",
"@tmagic/react-runtime-help": "0.1.0",
"@tmagic/stage": "1.5.16",
"@tmagic/stage": "1.5.17",
"axios": "^0.25.0",
"terser": "^5.31.6",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tmagic/cli": "1.5.16",
"@tmagic/cli": "1.5.17",
"@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.16",
"version": "1.5.17",
"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.16",
"@tmagic/stage": "1.5.16",
"@tmagic/core": "1.5.17",
"@tmagic/stage": "1.5.17",
"@tmagic/vue-runtime-help": "^1.1.0",
"axios": "^0.25.0",
"terser": "^5.31.6",
"vue": "^2.7.16"
},
"devDependencies": {
"@tmagic/cli": "1.5.16",
"@tmagic/cli": "1.5.17",
"@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.16",
"version": "1.5.17",
"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.16",
"@tmagic/stage": "1.5.16",
"@tmagic/core": "1.5.17",
"@tmagic/stage": "1.5.17",
"@tmagic/vue-runtime-help": "^1.1.0",
"axios": "^0.25.0",
"vue": "^3.5.0"
},
"devDependencies": {
"@tmagic/cli": "1.5.16",
"@tmagic/cli": "1.5.17",
"@types/node": "^18.19.0",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "5.2.3",