Skip to content

Commit

Permalink
build: release 0.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed Apr 18, 2024
1 parent 28a239c commit c4498a0
Show file tree
Hide file tree
Showing 39 changed files with 133 additions and 153 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-knives-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-waves-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-ears-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-snakes-arrive.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cold-countries-rescue.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/curvy-chicken-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-shirts-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-brooms-know.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/four-dodos-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-cups-sniff.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hip-apricots-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-pants-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-fireants-prove.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/modern-scissors-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-mugs-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-coins-complain.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/pink-bottles-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-toys-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-adults-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-lies-complain.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/rich-ads-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-mails-sniff.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/three-emus-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-news-clap.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/young-beers-train.md

This file was deleted.

26 changes: 26 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @plait/common

## 0.55.0

### Minor Changes

- [#817](https://github.com/worktile/plait/pull/817) [`d30361f5`](https://github.com/worktile/plait/commit/d30361f58158474d526c1d91975dec0ddd9bef9f) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - support transform z index

* [#823](https://github.com/worktile/plait/pull/823) [`1159be17`](https://github.com/worktile/plait/commit/1159be17cd3acd0511e20625075afff52a24de45) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - support moveToTop and moveToBottom

- [#828](https://github.com/worktile/plait/pull/828) [`2b083781`](https://github.com/worktile/plait/commit/2b083781c5264c0d30f81f43346ce73de77d06d5) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - rename setFragment to buildFragment

remove DataTransfer param of setFragment and insertFragment

support duplicate elements

### Patch Changes

- [#825](https://github.com/worktile/plait/pull/825) [`051ab14e`](https://github.com/worktile/plait/commit/051ab14ef87b8d73ec97ba4bda73a560417083f6) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - support z index hotkey

* [#822](https://github.com/worktile/plait/pull/822) [`9eff29fc`](https://github.com/worktile/plait/commit/9eff29fc07f5fa4a723518f2311c54140341d886) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - fix the issue of inconsistent element order when pasting

- [#824](https://github.com/worktile/plait/pull/824) [`ba48c19f`](https://github.com/worktile/plait/commit/ba48c19f42ff7ccc32b191b0ccddb800d1491f06) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - ensuring consistent hierarchy of all selected elements when add group

* [#826](https://github.com/worktile/plait/pull/826) [`b8f49aa8`](https://github.com/worktile/plait/commit/b8f49aa8801a2a4835eb145cb14a1903df9fcc78) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - fix getTargetIndex error

- [#814](https://github.com/worktile/plait/pull/814) [`13614e23`](https://github.com/worktile/plait/commit/13614e23879ae3c6aa3715e93211d19fe270ddba) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - get selectedGroups from board.children when remove

## 0.54.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plait/common",
"version": "0.54.0",
"version": "0.55.0",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4",
Expand Down
45 changes: 45 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,50 @@
# plait

## 0.55.0

### Minor Changes

- [#821](https://github.com/worktile/plait/pull/821) [`3227986b`](https://github.com/worktile/plait/commit/3227986b7dfaabe2b4ae3de8fab488b475efcf27) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - render element g by list-render

normalize the depth of element g

* [#817](https://github.com/worktile/plait/pull/817) [`d30361f5`](https://github.com/worktile/plait/commit/d30361f58158474d526c1d91975dec0ddd9bef9f) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - support transform z index

- [#823](https://github.com/worktile/plait/pull/823) [`1159be17`](https://github.com/worktile/plait/commit/1159be17cd3acd0511e20625075afff52a24de45) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - support moveToTop and moveToBottom

* [#828](https://github.com/worktile/plait/pull/828) [`2b083781`](https://github.com/worktile/plait/commit/2b083781c5264c0d30f81f43346ce73de77d06d5) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - rename setFragment to buildFragment

remove DataTransfer param of setFragment and insertFragment

support duplicate elements

### Patch Changes

- [#829](https://github.com/worktile/plait/pull/829) [`99fecff2`](https://github.com/worktile/plait/commit/99fecff2be9f35dada7125710f40f1aa4a27d58c) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - do not handle the hierarchy of the group element when addGroup

* [#832](https://github.com/worktile/plait/pull/832) [`43e1220c`](https://github.com/worktile/plait/commit/43e1220c0dec055708fef514070f78786240844f) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - fix select elements error after move node

- [#825](https://github.com/worktile/plait/pull/825) [`051ab14e`](https://github.com/worktile/plait/commit/051ab14ef87b8d73ec97ba4bda73a560417083f6) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - support z index hotkey

* [#815](https://github.com/worktile/plait/pull/815) [`ced56afb`](https://github.com/worktile/plait/commit/ced56afbbe31a996be005f52977fcbb16df8b09d) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - transform.moveNode performance optimize

- [#824](https://github.com/worktile/plait/pull/824) [`ba48c19f`](https://github.com/worktile/plait/commit/ba48c19f42ff7ccc32b191b0ccddb800d1491f06) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - ensuring consistent hierarchy of all selected elements when add group

* [#827](https://github.com/worktile/plait/pull/827) [`34161f8f`](https://github.com/worktile/plait/commit/34161f8f66365fd753002469173b7d06a8c1975a) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - fix set z index error when selected indices not continuous

- [#816](https://github.com/worktile/plait/pull/816) [`501f2cd1`](https://github.com/worktile/plait/commit/501f2cd179835b037136465ad44ea586d738e4ca) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - fix remove group error when multiple groups are selected

* [#836](https://github.com/worktile/plait/pull/836) [`93306068`](https://github.com/worktile/plait/commit/9330606820cb2374224a4f2fc1a29e5f2edcd80c) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - prevent pointerDown from invoking when mind is creating, fix getNode error before mind having been initialized

add hasMounted method to get element mounted state, fix getElementG error after element had been deleted

- [#810](https://github.com/worktile/plait/pull/810) [`d3be4a3d`](https://github.com/worktile/plait/commit/d3be4a3d6faf7b959ad931e6e04eb3da26a90ceb) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - support render snap line when create
refactor snap handle

* [#834](https://github.com/worktile/plait/pull/834) [`3e90c64e`](https://github.com/worktile/plait/commit/3e90c64ee9929eeb543cf46ef4d2b90e252fb35c) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - add z index transform test

fix moving up/down one layer when adjacent groups and elements are selected is incorrect

## 0.54.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plait/core",
"version": "0.54.0",
"version": "0.55.0",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4",
Expand Down
31 changes: 31 additions & 0 deletions packages/draw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @plait/draw

## 0.55.0

### Minor Changes

- [#833](https://github.com/worktile/plait/pull/833) [`28a239cc`](https://github.com/worktile/plait/commit/28a239ccd8afd1835a6afc47208c6cd5f4d87c2c) Thanks [@MissLixf](https://github.com/MissLixf)! - support snap angle when rotate with hotkey

* [#828](https://github.com/worktile/plait/pull/828) [`2b083781`](https://github.com/worktile/plait/commit/2b083781c5264c0d30f81f43346ce73de77d06d5) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - rename setFragment to buildFragment

remove DataTransfer param of setFragment and insertFragment

support duplicate elements

### Patch Changes

- [#808](https://github.com/worktile/plait/pull/808) [`f813d61c`](https://github.com/worktile/plait/commit/f813d61c142a712bec5458df3fadcfa1506700be) Thanks [@MissLixf](https://github.com/MissLixf)! - add predefinedProcess shape

* [#802](https://github.com/worktile/plait/pull/802) [`a028814d`](https://github.com/worktile/plait/commit/a028814d5dfda0f04d8c3b37b56448e60820b1c0) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - add cloud shape

- [#812](https://github.com/worktile/plait/pull/812) [`8d68ce81`](https://github.com/worktile/plait/commit/8d68ce81d1c82a1ff08ea3ce28ea063eca4c97aa) Thanks [@MissLixf](https://github.com/MissLixf)! - add or and summingJunction shape for flow and add createCircleEngine function

* [#809](https://github.com/worktile/plait/pull/809) [`86e5b856`](https://github.com/worktile/plait/commit/86e5b856858aa0f681e8ffc4d1f82ab30280449b) Thanks [@MissLixf](https://github.com/MissLixf)! - add offPage shape

- [#811](https://github.com/worktile/plait/pull/811) [`e8c80010`](https://github.com/worktile/plait/commit/e8c800106ccb7f04ee86dbeabd1572c734d32355) Thanks [@MissLixf](https://github.com/MissLixf)! - fix(draw): fix manualInput shape line error

* [#835](https://github.com/worktile/plait/pull/835) [`1406d03c`](https://github.com/worktile/plait/commit/1406d03cfbbb714825771d464deab21151aeb9dd) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - support dotted line

- [#810](https://github.com/worktile/plait/pull/810) [`d3be4a3d`](https://github.com/worktile/plait/commit/d3be4a3d6faf7b959ad931e6e04eb3da26a90ceb) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - support render snap line when create
refactor snap handle

* [#820](https://github.com/worktile/plait/pull/820) [`cea92cad`](https://github.com/worktile/plait/commit/cea92cad6224f9209989e56d0153b47a419bb1cf) Thanks [@MissLixf](https://github.com/MissLixf)! - feat(draw): support rotate interaction

## 0.54.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/draw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plait/draw",
"version": "0.54.0",
"version": "0.55.0",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4",
Expand Down
2 changes: 2 additions & 0 deletions packages/flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @plait/flow

## 0.55.0

## 0.54.0

## 0.53.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plait/flow",
"version": "0.54.0",
"version": "0.55.0",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4"
Expand Down
2 changes: 2 additions & 0 deletions packages/layouts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# layouts

## 0.55.0

## 0.54.0

## 0.53.0
Expand Down
2 changes: 1 addition & 1 deletion packages/layouts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plait/layouts",
"version": "0.54.0",
"version": "0.55.0",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4"
Expand Down
18 changes: 18 additions & 0 deletions packages/mind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# mind

## 0.55.0

### Minor Changes

- [#823](https://github.com/worktile/plait/pull/823) [`1159be17`](https://github.com/worktile/plait/commit/1159be17cd3acd0511e20625075afff52a24de45) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - support moveToTop and moveToBottom

* [#828](https://github.com/worktile/plait/pull/828) [`2b083781`](https://github.com/worktile/plait/commit/2b083781c5264c0d30f81f43346ce73de77d06d5) Thanks [@huanhuanwa](https://github.com/huanhuanwa)! - rename setFragment to buildFragment

remove DataTransfer param of setFragment and insertFragment

support duplicate elements

### Patch Changes

- [#836](https://github.com/worktile/plait/pull/836) [`93306068`](https://github.com/worktile/plait/commit/9330606820cb2374224a4f2fc1a29e5f2edcd80c) Thanks [@pubuzhixing8](https://github.com/pubuzhixing8)! - prevent pointerDown from invoking when mind is creating, fix getNode error before mind having been initialized

add hasMounted method to get element mounted state, fix getElementG error after element had been deleted

## 0.54.0

## 0.53.0
Expand Down
2 changes: 1 addition & 1 deletion packages/mind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plait/mind",
"version": "0.54.0",
"version": "0.55.0",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4"
Expand Down
2 changes: 2 additions & 0 deletions packages/text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# text

## 0.55.0

## 0.54.0

## 0.53.0
Expand Down
2 changes: 1 addition & 1 deletion packages/text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plait/text",
"version": "0.54.0",
"version": "0.55.0",
"peerDependencies": {
"@angular/common": "^17.2.4",
"@angular/core": "^17.2.4",
Expand Down

0 comments on commit c4498a0

Please sign in to comment.