1
0
mirror of synced 2025-12-10 11:48:29 +08:00

release v1.0.0-rc.11 (#138)

* fix(editor): 页面标题不要换行

* docs: 教程与stageCore

* fix(editor): runtime.updateRootConfig可以为空

* fix(editor): 编辑组件是获取parent需要获取到Proxy

* fix(editor): 默认page属性值加上layout

* fix(stage): magic注入时机应当在iframe onload之后

* chore: release v1.0.0-rc.11

* chore: 更新changlog

Co-authored-by: roymondchen <roymondchen@tencent.com>
This commit is contained in:
jia000
2022-06-17 17:13:22 +08:00
committed by GitHub
parent e5f269cd88
commit 0fe6e0ed75
33 changed files with 1210 additions and 120 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "1.0.0-rc.10",
"version": "1.0.0-rc.11",
"name": "@tmagic/table",
"sideEffects": [
"dist/*"
@@ -30,13 +30,13 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/form": "1.0.0-rc.10",
"@tmagic/form": "1.0.0-rc.11",
"element-plus": "^2.2.0",
"lodash-es": "^4.17.21",
"vue": "^3.2.0"
},
"peerDependencies": {
"@tmagic/form": "1.0.0-rc.10",
"@tmagic/form": "1.0.0-rc.11",
"element-plus": "^2.2.0",
"vue": "^3.2.0"
},