Skip to content

Commit

Permalink
chore: release v1.2.0-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Nov 15, 2022
1 parent 16f671c commit 52fc452
Show file tree
Hide file tree
Showing 21 changed files with 160 additions and 130 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# [1.2.0-beta.12](https://github.com/Tencent/tmagic-editor/compare/v1.2.0-beta.11...v1.2.0-beta.12) (2022-11-15)


### Bug Fixes

* **cli:** entry生成路径错误问题 ([f5a8d6b](https://github.com/Tencent/tmagic-editor/commit/f5a8d6bdc6e490fbe45fa3472cb6430562d407ab))
* **editor:** 修复自动保存提示不展示的问 ([0f0ec18](https://github.com/Tencent/tmagic-editor/commit/0f0ec183a869f8530fc39f9cfd533640d707ca98)), closes [#440](https://github.com/Tencent/tmagic-editor/issues/440)
* **editor:** 区分直接关闭和保存后关闭 ([0eab817](https://github.com/Tencent/tmagic-editor/commit/0eab817a1132561383b545c13c8c90c31f58d5b7)), closes [#440](https://github.com/Tencent/tmagic-editor/issues/440)
* **editor:** 新增删除页面不应该添加历史 ([3e78a08](https://github.com/Tencent/tmagic-editor/commit/3e78a0809b776081d6f56076770e3b8acba0e993))
* 代码块结构改造完成 ([c7a8552](https://github.com/Tencent/tmagic-editor/commit/c7a8552d9b9de6709b5a36070cbcbcd2739c02ed))
* 优化组件列表多选键盘快捷键监听体验 ([b2702aa](https://github.com/Tencent/tmagic-editor/commit/b2702aaa9e3a74194626dee5599a444dd402e154))


### Features

* **cli:** ast 解析入口文件优化 ([04e1857](https://github.com/Tencent/tmagic-editor/commit/04e18572fd6cd76b80610d4c7b1cf05cf40eaabd))
* **cli:** hooks.beforeWriteEntry 改为 async ([cc21c47](https://github.com/Tencent/tmagic-editor/commit/cc21c47829e59be85270b325b884dbcf21d3d83e))
* **cli:** 优化 logger,优化 ast 解析 ([958bcd3](https://github.com/Tencent/tmagic-editor/commit/958bcd3ec5fc964532e13bb623a5ac36f898915c))
* **cli:** 增加 hook.beforeWriteEntry ([4c94fa0](https://github.com/Tencent/tmagic-editor/commit/4c94fa0a8fa0cbb9618017709bd2479629d4ac52))
* **cli:** 文件声明“不合法”修改为“缺失” ([6c5cc55](https://github.com/Tencent/tmagic-editor/commit/6c5cc55f31d7c6b3872a64cf464a53799efd757f))
* **cli:** 设置 dynamicImport 时生成 async-plugin-entry ([258ac4d](https://github.com/Tencent/tmagic-editor/commit/258ac4d56b1da3bf8b2e0fcd1c6189a13efc7793))
* core代码执行兼容老的数据格式 ([a03ac7c](https://github.com/Tencent/tmagic-editor/commit/a03ac7c78b3b0a15ebb3744593ee40769d6e126d))
* **editor:** 代码块支持传递参数 (merge request !9) ([16f671c](https://github.com/Tencent/tmagic-editor/commit/16f671cd8fa0a077a1b00ac374635671412804b3))
* **editor:** 代码编辑新增草稿功能 ([3673d60](https://github.com/Tencent/tmagic-editor/commit/3673d6016de1289104dd39c77c7f7bbd705f42a0)), closes [#440](https://github.com/Tencent/tmagic-editor/issues/440)
* **editor:** 拆分代码块编辑器便于以后扩展,支持草稿自动保存,修复代码块列表的样式问题 ([d98d374](https://github.com/Tencent/tmagic-editor/commit/d98d3748d36e3a87e726a27a6f2d851b0c26bf75)), closes [#440](https://github.com/Tencent/tmagic-editor/issues/440)
* **table:** 支持expand内容可以为html ([f824b66](https://github.com/Tencent/tmagic-editor/commit/f824b661bd897eefce567691c7f3ac55046246de))
* 修改code_block结构,组件代码关系绑定改为table,绑定关系更新未完成 ([c4293f1](https://github.com/Tencent/tmagic-editor/commit/c4293f17a679015277a4547cae2bf391f10b9fda))



# [1.2.0-beta.11](https://github.com/Tencent/tmagic-editor/compare/v1.2.0-beta.10...v1.2.0-beta.11) (2022-11-08)


Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "docs",
"private": true,
"version": "1.2.0-beta.11",
"version": "1.2.0-beta.12",
"scripts": {
"clean:top": "rimraf dist",
"dev": "vuepress dev src",
"build": "npm run clean:top && vuepress build src -d dist"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@tmagic/design": "1.2.0-beta.11",
"@tmagic/element-plus-adapter": "1.2.0-beta.11",
"@tmagic/form": "1.2.0-beta.11",
"@tmagic/schema": "1.2.0-beta.11",
"@tmagic/utils": "1.2.0-beta.11",
"@tmagic/design": "1.2.0-beta.12",
"@tmagic/element-plus-adapter": "1.2.0-beta.12",
"@tmagic/form": "1.2.0-beta.12",
"@tmagic/schema": "1.2.0-beta.12",
"@tmagic/utils": "1.2.0-beta.12",
"element-plus": "^2.2.19",
"highlight.js": "^11.2.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0-beta.11",
"version": "1.2.0-beta.12",
"name": "tmagic",
"private": true,
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0-beta.11",
"version": "1.2.0-beta.12",
"name": "@tmagic/cli",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0-beta.11",
"version": "1.2.0-beta.12",
"name": "@tmagic/core",
"sideEffects": [
"dist/*"
Expand Down Expand Up @@ -35,7 +35,7 @@
"vue"
],
"dependencies": {
"@tmagic/schema": "1.2.0-beta.11",
"@tmagic/schema": "1.2.0-beta.12",
"events": "^3.3.0",
"lodash-es": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/design/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0-beta.11",
"version": "1.2.0-beta.12",
"name": "@tmagic/design",
"sideEffects": [
"dist/*"
Expand Down
18 changes: 9 additions & 9 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0-beta.11",
"version": "1.2.0-beta.12",
"name": "@tmagic/editor",
"sideEffects": [
"dist/*",
Expand Down Expand Up @@ -45,12 +45,12 @@
"dependencies": {
"@babel/core": "^7.18.0",
"@element-plus/icons-vue": "^2.0.9",
"@tmagic/core": "1.2.0-beta.11",
"@tmagic/design": "1.2.0-beta.11",
"@tmagic/form": "1.2.0-beta.11",
"@tmagic/schema": "1.2.0-beta.11",
"@tmagic/stage": "1.2.0-beta.11",
"@tmagic/utils": "1.2.0-beta.11",
"@tmagic/core": "1.2.0-beta.12",
"@tmagic/design": "1.2.0-beta.12",
"@tmagic/form": "1.2.0-beta.12",
"@tmagic/schema": "1.2.0-beta.12",
"@tmagic/stage": "1.2.0-beta.12",
"@tmagic/utils": "1.2.0-beta.12",
"buffer": "^6.0.3",
"color": "^3.1.3",
"events": "^3.3.0",
Expand All @@ -62,8 +62,8 @@
"vue": "^3.2.37"
},
"peerDependencies": {
"@tmagic/design": "1.2.0-beta.11",
"@tmagic/form": "1.2.0-beta.11",
"@tmagic/design": "1.2.0-beta.12",
"@tmagic/form": "1.2.0-beta.12",
"monaco-editor": "^0.34.0",
"vue": "^3.2.37"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/element-plus-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0-beta.11",
"version": "1.2.0-beta.12",
"name": "@tmagic/element-plus-adapter",
"sideEffects": [
"dist/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0-beta.11",
"version": "1.2.0-beta.12",
"name": "@tmagic/form",
"sideEffects": [
"dist/*",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@tmagic/design": "1.2.0-beta.11",
"@tmagic/utils": "1.2.0-beta.11",
"@tmagic/design": "1.2.0-beta.12",
"@tmagic/utils": "1.2.0-beta.12",
"lodash-es": "^4.17.21",
"sortablejs": "^1.14.0",
"vue": "^3.2.37"
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0-beta.11",
"version": "1.2.0-beta.12",
"name": "@tmagic/schema",
"sideEffects": false,
"main": "dist/tmagic-schema.umd.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/stage/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0-beta.11",
"version": "1.2.0-beta.12",
"name": "@tmagic/stage",
"sideEffects": [
"dist/*"
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"dependencies": {
"@scena/guides": "^0.17.0",
"@tmagic/core": "1.2.0-beta.11",
"@tmagic/schema": "1.2.0-beta.11",
"@tmagic/utils": "1.2.0-beta.11",
"@tmagic/core": "1.2.0-beta.12",
"@tmagic/schema": "1.2.0-beta.12",
"@tmagic/utils": "1.2.0-beta.12",
"events": "^3.3.0",
"keycon": "^1.1.2",
"lodash-es": "^4.17.21",
Expand Down
10 changes: 5 additions & 5 deletions packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0-beta.11",
"version": "1.2.0-beta.12",
"name": "@tmagic/table",
"sideEffects": [
"dist/*"
Expand Down Expand Up @@ -32,14 +32,14 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/design": "1.2.0-beta.11",
"@tmagic/form": "1.2.0-beta.11",
"@tmagic/utils": "1.2.0-beta.11",
"@tmagic/design": "1.2.0-beta.12",
"@tmagic/form": "1.2.0-beta.12",
"@tmagic/utils": "1.2.0-beta.12",
"lodash-es": "^4.17.21",
"vue": "^3.2.37"
},
"peerDependencies": {
"@tmagic/form": "1.2.0-beta.11",
"@tmagic/form": "1.2.0-beta.12",
"vue": "^3.2.37"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tmagic/ui-react",
"version": "1.2.0-beta.11",
"version": "1.2.0-beta.12",
"main": "src/index.ts",
"engines": {
"node": ">=14"
Expand All @@ -13,8 +13,8 @@
"react:build": "tsc && vite build"
},
"dependencies": {
"@tmagic/core": "1.2.0-beta.11",
"@tmagic/schema": "1.2.0-beta.11",
"@tmagic/core": "1.2.0-beta.12",
"@tmagic/schema": "1.2.0-beta.12",
"qrcode": "^1.5.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/ui-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0-beta.11",
"version": "1.2.0-beta.12",
"name": "@tmagic/ui-vue2",
"main": "src/index.ts",
"engines": {
Expand All @@ -10,9 +10,9 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/core": "1.2.0-beta.11",
"@tmagic/schema": "1.2.0-beta.11",
"@tmagic/utils": "1.2.0-beta.11",
"@tmagic/core": "1.2.0-beta.12",
"@tmagic/schema": "1.2.0-beta.12",
"@tmagic/utils": "1.2.0-beta.12",
"qrcode": "^1.5.0",
"vue": "^2.7.4"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0-beta.11",
"version": "1.2.0-beta.12",
"name": "@tmagic/ui",
"main": "src/index.ts",
"engines": {
Expand All @@ -11,9 +11,9 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/core": "1.2.0-beta.11",
"@tmagic/schema": "1.2.0-beta.11",
"@tmagic/utils": "1.2.0-beta.11",
"@tmagic/core": "1.2.0-beta.12",
"@tmagic/schema": "1.2.0-beta.12",
"@tmagic/utils": "1.2.0-beta.12",
"delegate": "^3.2.0",
"qrcode": "^1.5.0",
"tiny-emitter": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0-beta.11",
"version": "1.2.0-beta.12",
"name": "@tmagic/utils",
"main": "dist/tmagic-utils.umd.js",
"module": "dist/tmagic-utils.mjs",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/schema": "1.2.0-beta.11",
"@tmagic/schema": "1.2.0-beta.12",
"dayjs": "^1.11.4"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.2.0-beta.11",
"version": "1.2.0-beta.12",
"private": true,
"scripts": {
"clean:top": "rimraf dist",
Expand All @@ -12,13 +12,13 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@tmagic/design": "1.2.0-beta.11",
"@tmagic/editor": "1.2.0-beta.11",
"@tmagic/element-plus-adapter": "1.2.0-beta.11",
"@tmagic/form": "1.2.0-beta.11",
"@tmagic/schema": "1.2.0-beta.11",
"@tmagic/stage": "1.2.0-beta.11",
"@tmagic/utils": "1.2.0-beta.11",
"@tmagic/design": "1.2.0-beta.12",
"@tmagic/editor": "1.2.0-beta.12",
"@tmagic/element-plus-adapter": "1.2.0-beta.12",
"@tmagic/form": "1.2.0-beta.12",
"@tmagic/schema": "1.2.0-beta.12",
"@tmagic/stage": "1.2.0-beta.12",
"@tmagic/utils": "1.2.0-beta.12",
"element-plus": "^2.2.19",
"monaco-editor": "^0.34.0",
"serialize-javascript": "^6.0.0",
Expand Down
Loading

0 comments on commit 52fc452

Please sign in to comment.