chore: release v1.7.7

This commit is contained in:
roymondchen 2026-03-12 17:30:47 +08:00
parent 71d6dd9e38
commit 814549e168
19 changed files with 47 additions and 29 deletions

View File

@ -1,3 +1,21 @@
## [1.7.7](https://github.com/Tencent/tmagic-editor/compare/v1.7.6...v1.7.7) (2026-03-12)
### Bug Fixes
* **editor:** 显示源码后再显示回编辑器画布空了 ([67d93ec](https://github.com/Tencent/tmagic-editor/commit/67d93ec35f2d8819c438450fcb808b496de229c0))
* **form:** timerange新增value format配置,默认为HH:mm:ss ([b4c2c65](https://github.com/Tencent/tmagic-editor/commit/b4c2c65ccb1a59b2d8ff090fbf1b15922e28605f))
* **vue-runtime-help:** useApp获取不到页面片中的node ([ecaa0f5](https://github.com/Tencent/tmagic-editor/commit/ecaa0f5f288894d4df50d3d7f17a168ae8d14d91))
### Features
* **cli:** packages配置不做去重处理,因为组件type与数据源type可能相同 ([084ff6f](https://github.com/Tencent/tmagic-editor/commit/084ff6ff68b51c357842a381a7b1ad10bcc390ec))
* **data-source:** 事件监听添加立即执行配置 ([0d698b2](https://github.com/Tencent/tmagic-editor/commit/0d698b20e72f58962f758c602d0f11596b1ffb52))
* **editor:** monaco-editor改成异步加载 ([71d6dd9](https://github.com/Tencent/tmagic-editor/commit/71d6dd9e38f9de6750018d1aff2836fe52bd7bc4))
## [1.7.6](https://github.com/Tencent/tmagic-editor/compare/v1.7.5...v1.7.6) (2026-01-19)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.7.6",
"version": "1.7.7",
"type": "module",
"private": true,
"scripts": {
@ -12,11 +12,11 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@tmagic/core": "1.7.6",
"@tmagic/design": "1.7.6",
"@tmagic/editor": "1.7.6",
"@tmagic/element-plus-adapter": "1.7.6",
"@tmagic/tdesign-vue-next-adapter": "1.7.6",
"@tmagic/core": "1.7.7",
"@tmagic/design": "1.7.7",
"@tmagic/editor": "1.7.7",
"@tmagic/element-plus-adapter": "1.7.7",
"@tmagic/tdesign-vue-next-adapter": "1.7.7",
"@tmagic/tmagic-form-runtime": "1.1.3",
"element-plus": "^2.11.8",
"lodash-es": "^4.17.21",

View File

@ -1,6 +1,6 @@
{
"name": "runtime-react",
"version": "1.7.6",
"version": "1.7.7",
"type": "module",
"private": true,
"engines": {
@ -16,16 +16,16 @@
"build:playground": "node scripts/build.mjs --type=playground"
},
"dependencies": {
"@tmagic/core": "1.7.6",
"@tmagic/core": "1.7.7",
"@tmagic/react-runtime-help": "0.2.2",
"@tmagic/stage": "1.7.6",
"@tmagic/stage": "1.7.7",
"axios": "^1.13.2",
"qrcode": "^1.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tmagic/cli": "1.7.6",
"@tmagic/cli": "1.7.7",
"@types/fs-extra": "^11.0.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",

View File

@ -1,6 +1,6 @@
{
"name": "runtime-vue",
"version": "1.7.6",
"version": "1.7.7",
"type": "module",
"private": true,
"engines": {
@ -16,14 +16,14 @@
"build:playground": "node scripts/build.mjs --type=playground"
},
"dependencies": {
"@tmagic/core": "1.7.6",
"@tmagic/stage": "1.7.6",
"@tmagic/core": "1.7.7",
"@tmagic/stage": "1.7.7",
"@tmagic/vue-runtime-help": "^2.0.0",
"axios": "^1.13.2",
"vue": "catalog:"
},
"devDependencies": {
"@tmagic/cli": "1.7.6",
"@tmagic/cli": "1.7.7",
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.0.10",
"@vitejs/plugin-legacy": "^7.2.1",