Skip to content

Commit

Permalink
chore: release v1.1.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Aug 12, 2022
1 parent 52973d2 commit cacf228
Show file tree
Hide file tree
Showing 19 changed files with 135 additions and 113 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.1.0-beta.9](https://github.com/Tencent/tmagic-editor/compare/v1.1.0-beta.8...v1.1.0-beta.9) (2022-08-12)


### Bug Fixes

* **editor:** 删除节点后,标记父节点为修改状态 ([0e82f65](https://github.com/Tencent/tmagic-editor/commit/0e82f652a9c72acbd9fae4e96d709e3fa594e411))
* **editor:** 水平居中添加了两个历史堆栈 ([8827743](https://github.com/Tencent/tmagic-editor/commit/882774311a8245769de92d68d3d43b523e85e571))
* **playground:** pc预览适配 ([31d60eb](https://github.com/Tencent/tmagic-editor/commit/31d60eb1bac7efb215fe9a613b6c7d3d0a2e66de))
* **stage:** 修复多选组件处于拖拽状态时画布组件命中高亮的问题,优化多选拖拽体验 ([#265](https://github.com/Tencent/tmagic-editor/issues/265)) ([8f5acff](https://github.com/Tencent/tmagic-editor/commit/8f5acff0a64925dff8913e50c067543128130d27))
* **stage:** 修复非多选状态下,点击选中组件切换为普通选中状态 ([#254](https://github.com/Tencent/tmagic-editor/issues/254)) ([cf9768b](https://github.com/Tencent/tmagic-editor/commit/cf9768ba96e043f9923a7c899218567dc6646167))
* **stage:** 多选时禁止拖出边界 ([edf66cc](https://github.com/Tencent/tmagic-editor/commit/edf66cc0768149387dca0993c901b2a7489727dd))


### Features

* **cli:** 支持temp下的config.ts配置文件,该模式下的配置文件会默认被删掉 ([52973d2](https://github.com/Tencent/tmagic-editor/commit/52973d2a34237e36042da2130e7296b609f7fc0f))
* **editor,stage:** 多选支持居中操作 ([c949590](https://github.com/Tencent/tmagic-editor/commit/c949590f805b6778f4f02e873f58bde1011cbefe))
* **stage,editor:** 拖入指定容器支持配置成按住alt才开启 ([4f8ea94](https://github.com/Tencent/tmagic-editor/commit/4f8ea94ee8ed5dcf719457d243f40314e11b599b))
* **stage:** 暂时禁用多选resizable ([b1ce0be](https://github.com/Tencent/tmagic-editor/commit/b1ce0be682ef5ddfce9b71e36864bfc0c79c969f))



# [1.1.0-beta.8](https://github.com/Tencent/tmagic-editor/compare/v1.1.0-beta.7...v1.1.0-beta.8) (2022-08-11)


Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "docs",
"private": true,
"version": "1.1.0-beta.8",
"version": "1.1.0-beta.9",
"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.6",
"@tmagic/form": "1.1.0-beta.8",
"@tmagic/schema": "1.1.0-beta.8",
"@tmagic/utils": "1.1.0-beta.8",
"@tmagic/form": "1.1.0-beta.9",
"@tmagic/schema": "1.1.0-beta.9",
"@tmagic/utils": "1.1.0-beta.9",
"element-plus": "^2.2.6",
"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.1.0-beta.8",
"version": "1.1.0-beta.9",
"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.1.0-beta.8",
"version": "1.1.0-beta.9",
"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.1.0-beta.8",
"version": "1.1.0-beta.9",
"name": "@tmagic/core",
"sideEffects": [
"dist/*"
Expand Down Expand Up @@ -35,7 +35,7 @@
"vue"
],
"dependencies": {
"@tmagic/schema": "1.1.0-beta.8",
"@tmagic/schema": "1.1.0-beta.9",
"events": "^3.3.0"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-beta.8",
"version": "1.1.0-beta.9",
"name": "@tmagic/editor",
"sideEffects": [
"dist/*",
Expand Down Expand Up @@ -45,11 +45,11 @@
"dependencies": {
"@babel/core": "^7.18.0",
"@element-plus/icons-vue": "^2.0.6",
"@tmagic/core": "1.1.0-beta.8",
"@tmagic/form": "1.1.0-beta.8",
"@tmagic/schema": "1.1.0-beta.8",
"@tmagic/stage": "1.1.0-beta.8",
"@tmagic/utils": "1.1.0-beta.8",
"@tmagic/core": "1.1.0-beta.9",
"@tmagic/form": "1.1.0-beta.9",
"@tmagic/schema": "1.1.0-beta.9",
"@tmagic/stage": "1.1.0-beta.9",
"@tmagic/utils": "1.1.0-beta.9",
"buffer": "^6.0.3",
"color": "^3.1.3",
"element-plus": "^2.2.6",
Expand All @@ -62,7 +62,7 @@
"vue": "^3.2.37"
},
"peerDependencies": {
"@tmagic/form": "1.1.0-beta.8",
"@tmagic/form": "1.1.0-beta.9",
"element-plus": "^2.2.6",
"monaco-editor": "^0.32.1",
"vue": "^3.2.37"
Expand Down
4 changes: 2 additions & 2 deletions packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-beta.8",
"version": "1.1.0-beta.9",
"name": "@tmagic/form",
"sideEffects": [
"dist/*",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@tmagic/utils": "1.1.0-beta.8",
"@tmagic/utils": "1.1.0-beta.9",
"element-plus": "^2.2.6",
"lodash-es": "^4.17.21",
"sortablejs": "^1.14.0",
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.1.0-beta.8",
"version": "1.1.0-beta.9",
"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.1.0-beta.8",
"version": "1.1.0-beta.9",
"name": "@tmagic/stage",
"sideEffects": [
"dist/*"
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"dependencies": {
"@scena/guides": "^0.17.0",
"@tmagic/core": "1.1.0-beta.8",
"@tmagic/schema": "1.1.0-beta.8",
"@tmagic/utils": "1.1.0-beta.8",
"@tmagic/core": "1.1.0-beta.9",
"@tmagic/schema": "1.1.0-beta.9",
"@tmagic/utils": "1.1.0-beta.9",
"events": "^3.3.0",
"keycon": "^1.1.2",
"lodash-es": "^4.17.21",
Expand Down
8 changes: 4 additions & 4 deletions packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-beta.8",
"version": "1.1.0-beta.9",
"name": "@tmagic/table",
"sideEffects": [
"dist/*"
Expand Down Expand Up @@ -32,14 +32,14 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/form": "1.1.0-beta.8",
"@tmagic/utils": "1.1.0-beta.8",
"@tmagic/form": "1.1.0-beta.9",
"@tmagic/utils": "1.1.0-beta.9",
"element-plus": "^2.2.6",
"lodash-es": "^4.17.21",
"vue": "^3.2.37"
},
"peerDependencies": {
"@tmagic/form": "1.1.0-beta.8",
"@tmagic/form": "1.1.0-beta.9",
"element-plus": "^2.2.6",
"vue": "^3.2.37"
},
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.1.0-beta.8",
"version": "1.1.0-beta.9",
"main": "src/index.ts",
"engines": {
"node": ">=14"
Expand All @@ -13,8 +13,8 @@
"react:build": "tsc && vite build"
},
"dependencies": {
"@tmagic/core": "1.1.0-beta.8",
"@tmagic/schema": "1.1.0-beta.8",
"@tmagic/core": "1.1.0-beta.9",
"@tmagic/schema": "1.1.0-beta.9",
"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.1.0-beta.8",
"version": "1.1.0-beta.9",
"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.1.0-beta.8",
"@tmagic/schema": "1.1.0-beta.8",
"@tmagic/utils": "1.1.0-beta.8",
"@tmagic/core": "1.1.0-beta.9",
"@tmagic/schema": "1.1.0-beta.9",
"@tmagic/utils": "1.1.0-beta.9",
"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.1.0-beta.8",
"version": "1.1.0-beta.9",
"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.1.0-beta.8",
"@tmagic/schema": "1.1.0-beta.8",
"@tmagic/utils": "1.1.0-beta.8",
"@tmagic/core": "1.1.0-beta.9",
"@tmagic/schema": "1.1.0-beta.9",
"@tmagic/utils": "1.1.0-beta.9",
"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.1.0-beta.8",
"version": "1.1.0-beta.9",
"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.1.0-beta.8",
"@tmagic/schema": "1.1.0-beta.9",
"dayjs": "^1.11.4"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tmagic-playground",
"version": "1.1.0-beta.8",
"version": "1.1.0-beta.9",
"private": true,
"scripts": {
"clean:top": "rimraf dist",
Expand All @@ -12,11 +12,11 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@tmagic/editor": "1.1.0-beta.8",
"@tmagic/form": "1.1.0-beta.8",
"@tmagic/schema": "1.1.0-beta.8",
"@tmagic/stage": "1.1.0-beta.8",
"@tmagic/utils": "1.1.0-beta.8",
"@tmagic/editor": "1.1.0-beta.9",
"@tmagic/form": "1.1.0-beta.9",
"@tmagic/schema": "1.1.0-beta.9",
"@tmagic/stage": "1.1.0-beta.9",
"@tmagic/utils": "1.1.0-beta.9",
"element-plus": "^2.2.6",
"monaco-editor": "^0.32.1",
"serialize-javascript": "^6.0.0",
Expand Down
Loading

0 comments on commit cacf228

Please sign in to comment.