chore: release v1.4.17

This commit is contained in:
roymondchen 2024-08-30 17:40:02 +08:00
parent 883e227d54
commit 65f7816c59
22 changed files with 62 additions and 47 deletions

View File

@ -1,3 +1,18 @@
## [1.4.17](https://github.com/Tencent/tmagic-editor/compare/v1.4.16...v1.4.17) (2024-08-30)
### Bug Fixes
* **data-source:** 编辑器的runtime不能对数据源的mock配置有影响 ([fa2d00b](https://github.com/Tencent/tmagic-editor/commit/fa2d00ba3689b9b336a5a2d44c731a3fa4ce61f6))
* **form:** date相关的field,在没有配置valueFormat的情况下与默认的valueFormat不符 ([883e227](https://github.com/Tencent/tmagic-editor/commit/883e227d54c7f07b13bb190bc5f97a9e63671193))
### Features
* **vue-runtime-help:** 只有dsl中的组件才触发生命周期hook ([69f3cb2](https://github.com/Tencent/tmagic-editor/commit/69f3cb2f12d8b2e18ac957caa5f655024cbc8577))
## [1.4.16](https://github.com/Tencent/tmagic-editor/compare/v1.4.15...v1.4.16) (2024-08-02)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "1.4.16",
"version": "1.4.17",
"name": "@tmagic/design",
"type": "module",
"main": "dist/tmagic-design.umd.cjs",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{
"version": "1.4.16",
"version": "1.4.17",
"name": "@tmagic/table",
"type": "module",
"main": "dist/tmagic-table.umd.cjs",

View File

@ -1,5 +1,5 @@
{
"version": "1.4.16",
"version": "1.4.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.4.16",
"version": "1.4.17",
"type": "module",
"main": "src/index.ts",
"files": [

View File

@ -1,5 +1,5 @@
{
"version": "1.4.16",
"version": "1.4.17",
"name": "@tmagic/ui-vue2",
"type": "module",
"main": "src/index.ts",

View File

@ -1,5 +1,5 @@
{
"version": "1.4.16",
"version": "1.4.17",
"name": "@tmagic/ui",
"type": "module",
"main": "src/index.ts",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.4.16",
"version": "1.4.17",
"type": "module",
"private": true,
"scripts": {
@ -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.4.17",
"@tmagic/design": "1.4.17",
"@tmagic/editor": "1.4.17",
"@tmagic/element-plus-adapter": "1.4.17",
"@tmagic/form": "1.4.17",
"@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.4.17",
"@tmagic/stage": "1.4.17",
"@tmagic/utils": "1.4.17",
"element-plus": "^2.7.8",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.48.0",

View File

@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.4.16",
"version": "1.4.17",
"type": "module",
"private": true,
"scripts": {
@ -19,12 +19,12 @@
"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/ui-react": "1.4.16",
"@tmagic/schema": "1.4.16",
"@tmagic/stage": "1.4.16",
"@tmagic/utils": "1.4.16",
"@tmagic/core": "1.4.17",
"@tmagic/data-source": "1.4.17",
"@tmagic/ui-react": "1.4.17",
"@tmagic/schema": "1.4.17",
"@tmagic/stage": "1.4.17",
"@tmagic/utils": "1.4.17",
"axios": "^0.25.0",
"lodash-es": "^4.17.21",
"terser": "^5.31.0",

View File

@ -1,6 +1,6 @@
{
"name": "runtime-vue2",
"version": "1.4.16",
"version": "1.4.17",
"type": "module",
"private": true,
"scripts": {
@ -19,12 +19,12 @@
"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/ui-vue2": "1.4.16",
"@tmagic/schema": "1.4.16",
"@tmagic/stage": "1.4.16",
"@tmagic/utils": "1.4.16",
"@tmagic/core": "1.4.17",
"@tmagic/data-source": "1.4.17",
"@tmagic/ui-vue2": "1.4.17",
"@tmagic/schema": "1.4.17",
"@tmagic/stage": "1.4.17",
"@tmagic/utils": "1.4.17",
"@tmagic/vue-runtime-help": "^0.0.7",
"axios": "^0.25.0",
"terser": "^5.31.0",

View File

@ -1,6 +1,6 @@
{
"name": "runtime-vue3",
"version": "1.4.16",
"version": "1.4.17",
"type": "module",
"private": true,
"scripts": {
@ -18,12 +18,12 @@
"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/ui": "1.4.16",
"@tmagic/utils": "1.4.16",
"@tmagic/core": "1.4.17",
"@tmagic/data-source": "1.4.17",
"@tmagic/schema": "1.4.17",
"@tmagic/stage": "1.4.17",
"@tmagic/ui": "1.4.17",
"@tmagic/utils": "1.4.17",
"@tmagic/vue-runtime-help": "^0.0.7",
"axios": "^0.25.0",
"vue": "^3.4.35"