diff --git a/.changeset/blue-melons-draw.md b/.changeset/blue-melons-draw.md deleted file mode 100644 index a4b8f1ff1..000000000 --- a/.changeset/blue-melons-draw.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@plait/common': minor -'@plait/core': minor -'@plait/draw': minor -'@plait/mind': minor ---- - -support alt key duplicate diff --git a/.changeset/giant-sheep-allow.md b/.changeset/giant-sheep-allow.md deleted file mode 100644 index f53b1b957..000000000 --- a/.changeset/giant-sheep-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@plait/draw': minor ---- - -add noteSquare, noteCurlyLeft and noteCurlyRight shape for flowchart diff --git a/.changeset/gold-bobcats-collect.md b/.changeset/gold-bobcats-collect.md deleted file mode 100644 index 524dc90ce..000000000 --- a/.changeset/gold-bobcats-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@plait/draw': minor ---- - -add database,hardDisk and internalStorage shape for flowchart diff --git a/.changeset/heavy-lemons-fix.md b/.changeset/heavy-lemons-fix.md deleted file mode 100644 index 7ff29ab53..000000000 --- a/.changeset/heavy-lemons-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@plait/draw': minor ---- - -add document and multiDocument shape for flowchart diff --git a/.changeset/hip-owls-cover.md b/.changeset/hip-owls-cover.md deleted file mode 100644 index 12ab78a60..000000000 --- a/.changeset/hip-owls-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@plait/core': patch ---- - -invoking updateListRender when plaitValue changed diff --git a/.changeset/khaki-windows-type.md b/.changeset/khaki-windows-type.md deleted file mode 100644 index eaf9924cd..000000000 --- a/.changeset/khaki-windows-type.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@plait/core': patch -'@plait/draw': patch -'@plait/mind': patch ---- - -fix element can not be selected after creating - -[mind]: fix console error after creating diff --git a/.changeset/pink-pears-fry.md b/.changeset/pink-pears-fry.md deleted file mode 100644 index 25b70391a..000000000 --- a/.changeset/pink-pears-fry.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@plait/common': minor -'@plait/core': minor -'@plait/draw': minor -'@plait/mind': minor ---- - -try to remove ELEMENT_TO_COMPONENT and getComponent - -add NODE_TO_CONTAINER_G、NODE_TO_G to store element and g's connection - -add ELEMENT_TO_REF to store element and other element-instance's connection - -remove the code that invoke getComponent in core、common、mind、draw diff --git a/.changeset/proud-keys-guess.md b/.changeset/proud-keys-guess.md deleted file mode 100644 index 82a409c7e..000000000 --- a/.changeset/proud-keys-guess.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@plait/common': patch -'@plait/core': patch -'@plait/draw': patch ---- - -prevent draw group rectangleG when pointer type is not selection or resizing diff --git a/.changeset/red-beers-camp.md b/.changeset/red-beers-camp.md deleted file mode 100644 index 8ba24c7cb..000000000 --- a/.changeset/red-beers-camp.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@plait/draw': patch ---- - -hide middlePoints on line when edit text - -fix the issue where the line cannot be resized when the text and drag point overlap \ No newline at end of file diff --git a/.changeset/six-llamas-complain.md b/.changeset/six-llamas-complain.md deleted file mode 100644 index 60b7f462e..000000000 --- a/.changeset/six-llamas-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@plait/draw': patch ---- - -fix angle snap error when rotate diff --git a/.changeset/tidy-frogs-kick.md b/.changeset/tidy-frogs-kick.md deleted file mode 100644 index 40404747a..000000000 --- a/.changeset/tidy-frogs-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@plait/draw': minor ---- - -should update target line element ref when add text diff --git a/.changeset/violet-olives-allow.md b/.changeset/violet-olives-allow.md deleted file mode 100644 index 1f29c071a..000000000 --- a/.changeset/violet-olives-allow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@plait/draw': patch ---- - -remove circle engine - -move function getNearestPointBetweenPointAndEllipse into math file diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 971755242..6458e75e9 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,23 @@ # @plait/common +## 0.56.0 + +### Minor Changes + +- [#851](https://github.com/worktile/plait/pull/851) [`f854a648`](https://github.com/worktile/plait/commit/f854a648867742a1e6dab7d6387e96601e8baa11) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - support alt key duplicate + +* [#845](https://github.com/worktile/plait/pull/845) [`d873bc39`](https://github.com/worktile/plait/commit/d873bc391dbfc9cc56a912a986f81399a7182b9b) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - try to remove ELEMENT_TO_COMPONENT and getComponent + + add NODE_TO_CONTAINER_G、NODE_TO_G to store element and g's connection + + add ELEMENT_TO_REF to store element and other element-instance's connection + + remove the code that invoke getComponent in core、common、mind、draw + +### Patch Changes + +- [#844](https://github.com/worktile/plait/pull/844) [`ce31af08`](https://github.com/worktile/plait/commit/ce31af089a6dd145f470bfb58aad6ebad4c55401) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - prevent draw group rectangleG when pointer type is not selection or resizing + ## 0.55.1 ### Patch Changes diff --git a/packages/common/package.json b/packages/common/package.json index a603a2b9a..6fad97ec3 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@plait/common", - "version": "0.55.1", + "version": "0.56.0", "peerDependencies": { "@angular/common": "^17.2.4", "@angular/core": "^17.2.4", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b1eb44434..b52385e16 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,29 @@ # plait +## 0.56.0 + +### Minor Changes + +- [#851](https://github.com/worktile/plait/pull/851) [`f854a648`](https://github.com/worktile/plait/commit/f854a648867742a1e6dab7d6387e96601e8baa11) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - support alt key duplicate + +* [#845](https://github.com/worktile/plait/pull/845) [`d873bc39`](https://github.com/worktile/plait/commit/d873bc391dbfc9cc56a912a986f81399a7182b9b) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - try to remove ELEMENT_TO_COMPONENT and getComponent + + add NODE_TO_CONTAINER_G、NODE_TO_G to store element and g's connection + + add ELEMENT_TO_REF to store element and other element-instance's connection + + remove the code that invoke getComponent in core、common、mind、draw + +### Patch Changes + +- [`24b24401`](https://github.com/worktile/plait/commit/24b2440176d519c4378085e0ba8b1c5dc03d0e31) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - invoking updateListRender when plaitValue changed + +* [`1c56b92d`](https://github.com/worktile/plait/commit/1c56b92d1232fe69cb6d3678925efe5436005ddb) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - fix element can not be selected after creating + + [mind]: fix console error after creating + +- [#844](https://github.com/worktile/plait/pull/844) [`ce31af08`](https://github.com/worktile/plait/commit/ce31af089a6dd145f470bfb58aad6ebad4c55401) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - prevent draw group rectangleG when pointer type is not selection or resizing + ## 0.55.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 751acdd06..3f19db455 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@plait/core", - "version": "0.55.1", + "version": "0.56.0", "peerDependencies": { "@angular/common": "^17.2.4", "@angular/core": "^17.2.4", diff --git a/packages/draw/CHANGELOG.md b/packages/draw/CHANGELOG.md index 1634f2767..e589ee4bd 100644 --- a/packages/draw/CHANGELOG.md +++ b/packages/draw/CHANGELOG.md @@ -1,5 +1,45 @@ # @plait/draw +## 0.56.0 + +### Minor Changes + +- [#851](https://github.com/worktile/plait/pull/851) [`f854a648`](https://github.com/worktile/plait/commit/f854a648867742a1e6dab7d6387e96601e8baa11) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - support alt key duplicate + +* [#848](https://github.com/worktile/plait/pull/848) [`123d4880`](https://github.com/worktile/plait/commit/123d4880e1a121f481e0499f29da8e78f93c99fa) Thanks [@MissLixf](https://github.com/MissLixf)! - add noteSquare, noteCurlyLeft and noteCurlyRight shape for flowchart + +- [#850](https://github.com/worktile/plait/pull/850) [`fd05792e`](https://github.com/worktile/plait/commit/fd05792e54c1ee63b81b5d22f831f46eb986f80a) Thanks [@MissLixf](https://github.com/MissLixf)! - add database,hardDisk and internalStorage shape for flowchart + +* [#846](https://github.com/worktile/plait/pull/846) [`ac660c60`](https://github.com/worktile/plait/commit/ac660c6066499beb861076533749dbbf92ab437e) Thanks [@MissLixf](https://github.com/MissLixf)! - add document and multiDocument shape for flowchart + +- [#845](https://github.com/worktile/plait/pull/845) [`d873bc39`](https://github.com/worktile/plait/commit/d873bc391dbfc9cc56a912a986f81399a7182b9b) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - try to remove ELEMENT_TO_COMPONENT and getComponent + + add NODE_TO_CONTAINER_G、NODE_TO_G to store element and g's connection + + add ELEMENT_TO_REF to store element and other element-instance's connection + + remove the code that invoke getComponent in core、common、mind、draw + +* [`8f2083f9`](https://github.com/worktile/plait/commit/8f2083f93acbe897154bae72c6f6b4ab66cceb57) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - should update target line element ref when add text + +### Patch Changes + +- [`1c56b92d`](https://github.com/worktile/plait/commit/1c56b92d1232fe69cb6d3678925efe5436005ddb) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - fix element can not be selected after creating + + [mind]: fix console error after creating + +* [#844](https://github.com/worktile/plait/pull/844) [`ce31af08`](https://github.com/worktile/plait/commit/ce31af089a6dd145f470bfb58aad6ebad4c55401) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - prevent draw group rectangleG when pointer type is not selection or resizing + +- [#852](https://github.com/worktile/plait/pull/852) [`94cc6da4`](https://github.com/worktile/plait/commit/94cc6da46779b3f5eed3da9a87e6a8bd8003fa99) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - hide middlePoints on line when edit text + + fix the issue where the line cannot be resized when the text and drag point overlap + +* [#843](https://github.com/worktile/plait/pull/843) [`b1f8557e`](https://github.com/worktile/plait/commit/b1f8557e2a0477fcb2025ef2fe13064c6a26a230) Thanks [@MissLixf](https://github.com/MissLixf)! - fix angle snap error when rotate + +- [#847](https://github.com/worktile/plait/pull/847) [`99097c54`](https://github.com/worktile/plait/commit/99097c545284f1d5e0509455c70d31020c0f76ad) Thanks [@MissLixf](https://github.com/MissLixf)! - remove circle engine + + move function getNearestPointBetweenPointAndEllipse into math file + ## 0.55.1 ## 0.55.0 diff --git a/packages/draw/package.json b/packages/draw/package.json index a5bcbf4c0..3c658193b 100644 --- a/packages/draw/package.json +++ b/packages/draw/package.json @@ -1,6 +1,6 @@ { "name": "@plait/draw", - "version": "0.55.1", + "version": "0.56.0", "peerDependencies": { "@angular/common": "^17.2.4", "@angular/core": "^17.2.4", diff --git a/packages/flow/CHANGELOG.md b/packages/flow/CHANGELOG.md index 4a4314609..1aa2a01c1 100644 --- a/packages/flow/CHANGELOG.md +++ b/packages/flow/CHANGELOG.md @@ -1,5 +1,7 @@ # @plait/flow +## 0.56.0 + ## 0.55.1 ## 0.55.0 diff --git a/packages/flow/package.json b/packages/flow/package.json index 9503be84d..c6da55ed0 100644 --- a/packages/flow/package.json +++ b/packages/flow/package.json @@ -1,6 +1,6 @@ { "name": "@plait/flow", - "version": "0.55.1", + "version": "0.56.0", "peerDependencies": { "@angular/common": "^17.2.4", "@angular/core": "^17.2.4" diff --git a/packages/layouts/CHANGELOG.md b/packages/layouts/CHANGELOG.md index 178751fbc..a0e7ef933 100644 --- a/packages/layouts/CHANGELOG.md +++ b/packages/layouts/CHANGELOG.md @@ -1,5 +1,7 @@ # layouts +## 0.56.0 + ## 0.55.1 ## 0.55.0 diff --git a/packages/layouts/package.json b/packages/layouts/package.json index 17799457b..9fabf3ab3 100644 --- a/packages/layouts/package.json +++ b/packages/layouts/package.json @@ -1,6 +1,6 @@ { "name": "@plait/layouts", - "version": "0.55.1", + "version": "0.56.0", "peerDependencies": { "@angular/common": "^17.2.4", "@angular/core": "^17.2.4" diff --git a/packages/mind/CHANGELOG.md b/packages/mind/CHANGELOG.md index 50b8b994b..03c66f141 100644 --- a/packages/mind/CHANGELOG.md +++ b/packages/mind/CHANGELOG.md @@ -1,5 +1,25 @@ # mind +## 0.56.0 + +### Minor Changes + +- [#851](https://github.com/worktile/plait/pull/851) [`f854a648`](https://github.com/worktile/plait/commit/f854a648867742a1e6dab7d6387e96601e8baa11) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - support alt key duplicate + +* [#845](https://github.com/worktile/plait/pull/845) [`d873bc39`](https://github.com/worktile/plait/commit/d873bc391dbfc9cc56a912a986f81399a7182b9b) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - try to remove ELEMENT_TO_COMPONENT and getComponent + + add NODE_TO_CONTAINER_G、NODE_TO_G to store element and g's connection + + add ELEMENT_TO_REF to store element and other element-instance's connection + + remove the code that invoke getComponent in core、common、mind、draw + +### Patch Changes + +- [`1c56b92d`](https://github.com/worktile/plait/commit/1c56b92d1232fe69cb6d3678925efe5436005ddb) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - fix element can not be selected after creating + + [mind]: fix console error after creating + ## 0.55.1 ## 0.55.0 diff --git a/packages/mind/package.json b/packages/mind/package.json index dbe2579e8..58a17c793 100644 --- a/packages/mind/package.json +++ b/packages/mind/package.json @@ -1,6 +1,6 @@ { "name": "@plait/mind", - "version": "0.55.1", + "version": "0.56.0", "peerDependencies": { "@angular/common": "^17.2.4", "@angular/core": "^17.2.4" diff --git a/packages/text/CHANGELOG.md b/packages/text/CHANGELOG.md index 6d2a2d922..3bdc07cbe 100644 --- a/packages/text/CHANGELOG.md +++ b/packages/text/CHANGELOG.md @@ -1,5 +1,7 @@ # text +## 0.56.0 + ## 0.55.1 ## 0.55.0 diff --git a/packages/text/package.json b/packages/text/package.json index a068fe26b..d5e8c79d3 100644 --- a/packages/text/package.json +++ b/packages/text/package.json @@ -1,6 +1,6 @@ { "name": "@plait/text", - "version": "0.55.1", + "version": "0.56.0", "peerDependencies": { "@angular/common": "^17.2.4", "@angular/core": "^17.2.4",