Skip to content

Commit

Permalink
chore: release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen authored and jia000 committed Jun 27, 2022
1 parent 3de29e0 commit fd1fea2
Show file tree
Hide file tree
Showing 18 changed files with 139 additions and 107 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## [1.0.1](https://github.com/Tencent/tmagic-editor/compare/v1.0.0-rc.7...v1.0.1) (2022-06-27)


### Bug Fixes

* **core:** 拼写错误 ([c83d83b](https://github.com/Tencent/tmagic-editor/commit/c83d83b1a15103ce94dd7e224d6c71cec9a8a27b))
* **editor:** moveableOptions默认值中的container有误 ([2377629](https://github.com/Tencent/tmagic-editor/commit/23776299a730d3c440d41be4f1101e4fb909dcf9))
* **editor:** page和container默认value加上items ([10577ae](https://github.com/Tencent/tmagic-editor/commit/10577aea68a63323bc1312faced84bcd5c616d1f))
* **editor:** 修正Editor slot 变量位置 ([ecd80cb](https://github.com/Tencent/tmagic-editor/commit/ecd80cb4a4c83ada6076a09da6a36bda6491ef47))
* **editor:** 编辑器分栏左右各设置最小宽度 fix [#145](https://github.com/Tencent/tmagic-editor/issues/145) ([363330e](https://github.com/Tencent/tmagic-editor/commit/363330e07aea220e0a1efc76823ceeb810005865))
* **form:** 函数配置中添加config参数 ([7ad80e8](https://github.com/Tencent/tmagic-editor/commit/7ad80e848f81d3a96622540cce44f1fa10d9dc57))
* **form:** 函数配置中添加config参数 ([eae9725](https://github.com/Tencent/tmagic-editor/commit/eae9725ccbbdbe8ffc9ded5af42993cff21bec77))
* **stage:** 所有父节点中如果有translate,导致选中框定位出错 ([feff617](https://github.com/Tencent/tmagic-editor/commit/feff6177c97851dbe5457d4d59222c3f045ce864))
* **stage:** 无法拖到left为0 ([069aec6](https://github.com/Tencent/tmagic-editor/commit/069aec64c152eca2a6b0508b787343aa9ceebcf6))
* 修正getScrollParent逻辑 ([#141](https://github.com/Tencent/tmagic-editor/issues/141)) ([f72b8c7](https://github.com/Tencent/tmagic-editor/commit/f72b8c7614135382bea9899a86b2ab1cb0db761b))
* 创建活动时 ([ac2aef9](https://github.com/Tencent/tmagic-editor/commit/ac2aef980c1bcc5a197b616df2480ad0b1964c93))


### Features

* **docs:** 添加搜索 ([4e812c3](https://github.com/Tencent/tmagic-editor/commit/4e812c396de05286a990cfe8831b7cb20531b2e3))
* **editor:** 参考线缓存与页面绑定 ([fb612ea](https://github.com/Tencent/tmagic-editor/commit/fb612eaddc982ce885bfaaee4fc32e30f609d6c2))
* **form:** datetime默认的具体时刻设置为23:59:59 ([83cd101](https://github.com/Tencent/tmagic-editor/commit/83cd10159d87893d167f53f3a2218e0d18323df5))
* **form:** groundlist 函数配置增加prop/config两个变量 ([3de29e0](https://github.com/Tencent/tmagic-editor/commit/3de29e0316aa09db2e6876b0969af84b5b6c30ea))
* **playground:** 优化form/table playground ([c570370](https://github.com/Tencent/tmagic-editor/commit/c57037030d652ff160a108d632ff79b9bac97e2a))
* **playground:** 添加form、table playground入口 ([f808253](https://github.com/Tencent/tmagic-editor/commit/f80825331e373047d467bb189cc4e5857dac6dfa))
* **playground:** 添加不同设备切换 ([9f23cd6](https://github.com/Tencent/tmagic-editor/commit/9f23cd6361cce60c10178f39e133e13aa71a62ca))
* **stage:** 提供tmagicRuntimeReady message事件通知 ([def0e3e](https://github.com/Tencent/tmagic-editor/commit/def0e3ef8d3d3357d71be55dc3ca104b24fa527a))
* 支持配置updateDragEl方法来调制选中框 ([154860c](https://github.com/Tencent/tmagic-editor/commit/154860c66c149b72537029b351401a0e90179e9c))



# [1.0.0](https://github.com/Tencent/tmagic-editor/compare/v1.0.0-rc.7...v1.0.0) (2022-06-24)


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.0.0",
"version": "1.0.1",
"name": "tmagic",
"private": true,
"packageManager": "[email protected]",
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.0.0",
"version": "1.0.1",
"name": "@tmagic/core",
"sideEffects": [
"dist/*"
Expand Down Expand Up @@ -33,7 +33,7 @@
"vue"
],
"dependencies": {
"@tmagic/schema": "1.0.0",
"@tmagic/schema": "1.0.1",
"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.0.0",
"version": "1.0.1",
"name": "@tmagic/editor",
"sideEffects": [
"dist/*",
Expand Down Expand Up @@ -43,11 +43,11 @@
"dependencies": {
"@babel/core": "^7.18.0",
"@element-plus/icons": "0.0.11",
"@tmagic/core": "1.0.0",
"@tmagic/form": "1.0.0",
"@tmagic/schema": "1.0.0",
"@tmagic/stage": "1.0.0",
"@tmagic/utils": "1.0.0",
"@tmagic/core": "1.0.1",
"@tmagic/form": "1.0.1",
"@tmagic/schema": "1.0.1",
"@tmagic/stage": "1.0.1",
"@tmagic/utils": "1.0.1",
"buffer": "^6.0.3",
"color": "^3.1.3",
"element-plus": "^2.2.0",
Expand All @@ -60,7 +60,7 @@
"vue": "^3.2.0"
},
"peerDependencies": {
"@tmagic/form": "1.0.0",
"@tmagic/form": "1.0.1",
"element-plus": "^2.2.0",
"monaco-editor": "^0.32.1",
"vue": "^3.2.0"
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.0.0",
"version": "1.0.1",
"name": "@tmagic/form",
"sideEffects": [
"dist/*",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@element-plus/icons": "0.0.11",
"@tmagic/utils": "1.0.0",
"@tmagic/utils": "1.0.1",
"element-plus": "^2.2.0",
"lodash-es": "^4.17.21",
"moment": "^2.29.2",
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.0.0",
"version": "1.0.1",
"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.0.0",
"version": "1.0.1",
"name": "@tmagic/stage",
"sideEffects": [
"dist/*"
Expand Down Expand Up @@ -27,9 +27,9 @@
},
"dependencies": {
"@scena/guides": "^0.17.0",
"@tmagic/core": "1.0.0",
"@tmagic/schema": "1.0.0",
"@tmagic/utils": "1.0.0",
"@tmagic/core": "1.0.1",
"@tmagic/schema": "1.0.1",
"@tmagic/utils": "1.0.1",
"events": "^3.3.0",
"lodash-es": "^4.17.21",
"moveable": "^0.30.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.1",
"name": "@tmagic/table",
"sideEffects": [
"dist/*"
Expand Down Expand Up @@ -30,13 +30,13 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/form": "1.0.0",
"@tmagic/form": "1.0.1",
"element-plus": "^2.2.0",
"lodash-es": "^4.17.21",
"vue": "^3.2.0"
},
"peerDependencies": {
"@tmagic/form": "1.0.0",
"@tmagic/form": "1.0.1",
"element-plus": "^2.2.0",
"vue": "^3.2.0"
},
Expand Down
4 changes: 2 additions & 2 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.0.0",
"version": "1.0.1",
"main": "src/index.ts",
"engines": {
"node": ">=14"
Expand All @@ -13,7 +13,7 @@
"react:build": "tsc && vite build"
},
"dependencies": {
"@tmagic/schema": "1.0.0",
"@tmagic/schema": "1.0.1",
"qrcode": "^1.5.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.1",
"name": "@tmagic/ui-vue2",
"main": "src/index.ts",
"engines": {
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/schema": "1.0.0",
"@tmagic/schema": "1.0.1",
"@vue/composition-api": "1.0.5",
"qrcode": "^1.5.0",
"vue": "^2.6.14"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.1",
"name": "@tmagic/ui",
"main": "src/index.ts",
"engines": {
Expand All @@ -11,7 +11,7 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/schema": "1.0.0",
"@tmagic/schema": "1.0.1",
"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.0.0",
"version": "1.0.1",
"name": "@tmagic/utils",
"main": "dist/tmagic-utils.umd.js",
"module": "dist/tmagic-utils.es.js",
Expand All @@ -22,7 +22,7 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/schema": "1.0.0",
"@tmagic/schema": "1.0.1",
"moment": "^2.29.2"
},
"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.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"clean:top": "rimraf dist",
Expand All @@ -12,11 +12,11 @@
},
"dependencies": {
"@element-plus/icons": "0.0.11",
"@tmagic/editor": "1.0.0",
"@tmagic/form": "1.0.0",
"@tmagic/schema": "1.0.0",
"@tmagic/stage": "1.0.0",
"@tmagic/utils": "1.0.0",
"@tmagic/editor": "1.0.1",
"@tmagic/form": "1.0.1",
"@tmagic/schema": "1.0.1",
"@tmagic/stage": "1.0.1",
"@tmagic/utils": "1.0.1",
"element-plus": "^2.2.0",
"monaco-editor": "^0.32.1",
"serialize-javascript": "^6.0.0",
Expand Down
52 changes: 26 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fd1fea2

Please sign in to comment.