diff --git a/.changeset/cold-impalas-fly.md b/.changeset/cold-impalas-fly.md deleted file mode 100644 index bed0c805..00000000 --- a/.changeset/cold-impalas-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Allow using `expandParent` together with `parent` extent diff --git a/.changeset/honest-buttons-smoke.md b/.changeset/honest-buttons-smoke.md deleted file mode 100644 index 29cbcdec..00000000 --- a/.changeset/honest-buttons-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add `getIncomers`, `getOutgoers` and `getConnectedEdges` as store actions diff --git a/.changeset/honest-pots-visit.md b/.changeset/honest-pots-visit.md deleted file mode 100644 index e7af82e2..00000000 --- a/.changeset/honest-pots-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Respect pan on scroll class name diff --git a/.changeset/late-phones-rule.md b/.changeset/late-phones-rule.md deleted file mode 100644 index 272c52ca..00000000 --- a/.changeset/late-phones-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -disable panning when `panOnDrag` is `false` diff --git a/.changeset/lemon-badgers-report.md b/.changeset/lemon-badgers-report.md deleted file mode 100644 index e52991de..00000000 --- a/.changeset/lemon-badgers-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/node-resizer": patch ---- - -Wait for node dimensions to be initialised before enforcing min/max height/width on nodes diff --git a/.changeset/olive-hotels-swim.md b/.changeset/olive-hotels-swim.md deleted file mode 100644 index 0a867bbd..00000000 --- a/.changeset/olive-hotels-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Cleanup node handlebounds when a handle is unmounted diff --git a/.changeset/pink-donuts-sniff.md b/.changeset/pink-donuts-sniff.md deleted file mode 100644 index 06f3dbec..00000000 --- a/.changeset/pink-donuts-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add `nodeDragThreshold` option diff --git a/.changeset/sharp-bottles-lie.md b/.changeset/sharp-bottles-lie.md deleted file mode 100644 index dd4192cd..00000000 --- a/.changeset/sharp-bottles-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add `areNodesInitialized` gettet to store diff --git a/.changeset/sixty-papayas-kiss.md b/.changeset/sixty-papayas-kiss.md deleted file mode 100644 index a50ce7dc..00000000 --- a/.changeset/sixty-papayas-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add source and target node ids to edge removal changes diff --git a/.changeset/thick-mugs-unite.md b/.changeset/thick-mugs-unite.md deleted file mode 100644 index bd234028..00000000 --- a/.changeset/thick-mugs-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -add `flowToScreenCoordinate` & `screenToFlowCoordinate` to viewport actions diff --git a/.changeset/tidy-onions-enjoy.md b/.changeset/tidy-onions-enjoy.md deleted file mode 100644 index 411b3613..00000000 --- a/.changeset/tidy-onions-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -unselect edge if selected and multi-selection is active diff --git a/.changeset/twenty-houses-grow.md b/.changeset/twenty-houses-grow.md deleted file mode 100644 index 3580991c..00000000 --- a/.changeset/twenty-houses-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Queue node dimensions update to next tick diff --git a/.changeset/twenty-readers-dream.md b/.changeset/twenty-readers-dream.md deleted file mode 100644 index 7286dde0..00000000 --- a/.changeset/twenty-readers-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Allow passing a number as connectable prop to allow a specific number of connections per handle diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index bc0ea364..a65dc0b7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,35 @@ # @vue-flow/core +## 1.23.0 + +### Minor Changes + +- [#1121](https://github.com/bcakmakoglu/vue-flow/pull/1121) [`5b9340bd`](https://github.com/bcakmakoglu/vue-flow/commit/5b9340bd1dd46a76767b57ddf14a00dc9168bee2) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow using `expandParent` together with `parent` extent + +- [#1117](https://github.com/bcakmakoglu/vue-flow/pull/1117) [`7c6daff7`](https://github.com/bcakmakoglu/vue-flow/commit/7c6daff776b3f43824126c71cfe8851212923d68) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `getIncomers`, `getOutgoers` and `getConnectedEdges` as store actions + +- [#1115](https://github.com/bcakmakoglu/vue-flow/pull/1115) [`2bc9317c`](https://github.com/bcakmakoglu/vue-flow/commit/2bc9317cc2f69977f76d7fb562e82954f8946972) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Cleanup node handlebounds when a handle is unmounted + +- [#1112](https://github.com/bcakmakoglu/vue-flow/pull/1112) [`e526139f`](https://github.com/bcakmakoglu/vue-flow/commit/e526139f0b21b63eee920db6d135f17bb3661072) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `nodeDragThreshold` option + +- [#1118](https://github.com/bcakmakoglu/vue-flow/pull/1118) [`5802acc9`](https://github.com/bcakmakoglu/vue-flow/commit/5802acc90b8b273dd50b07c586a80f171d351e85) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `areNodesInitialized` gettet to store + +- [#1106](https://github.com/bcakmakoglu/vue-flow/pull/1106) [`5c1df240`](https://github.com/bcakmakoglu/vue-flow/commit/5c1df240bac46fd7034eb816bd42bf35834628c7) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add source and target node ids to edge removal changes + +- [#1119](https://github.com/bcakmakoglu/vue-flow/pull/1119) [`78cf8bb0`](https://github.com/bcakmakoglu/vue-flow/commit/78cf8bb029e66d9f70d30fda3fea5f47e4c05152) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - add `flowToScreenCoordinate` & `screenToFlowCoordinate` to viewport actions + +- [#1116](https://github.com/bcakmakoglu/vue-flow/pull/1116) [`8a29faa8`](https://github.com/bcakmakoglu/vue-flow/commit/8a29faa8292fc1ff5fdf7673b5759695c2be5f86) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow passing a number as connectable prop to allow a specific number of connections per handle + +### Patch Changes + +- [#1120](https://github.com/bcakmakoglu/vue-flow/pull/1120) [`4015e358`](https://github.com/bcakmakoglu/vue-flow/commit/4015e358316bba03423bf05f52075c6e15e5ffc1) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Respect pan on scroll class name + +- [#1122](https://github.com/bcakmakoglu/vue-flow/pull/1122) [`59171593`](https://github.com/bcakmakoglu/vue-flow/commit/59171593286c2fe50de016fa70a570a987a26478) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - disable panning when `panOnDrag` is `false` + +- [#1110](https://github.com/bcakmakoglu/vue-flow/pull/1110) [`03247e00`](https://github.com/bcakmakoglu/vue-flow/commit/03247e0088cf46738ba4e88a7b97ec8a12dbc61e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - unselect edge if selected and multi-selection is active + +- [#1123](https://github.com/bcakmakoglu/vue-flow/pull/1123) [`2f7a0fe1`](https://github.com/bcakmakoglu/vue-flow/commit/2f7a0fe1233f0aa44ddb3ef2f8469189cdc493bc) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Queue node dimensions update to next tick + ## 1.22.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 3e352d04..30371b04 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.22.3", + "version": "1.23.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/node-resizer/CHANGELOG.md b/packages/node-resizer/CHANGELOG.md index b0a33ed8..8e046155 100644 --- a/packages/node-resizer/CHANGELOG.md +++ b/packages/node-resizer/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/node-resizer +## 1.3.5 + +### Patch Changes + +- [#1113](https://github.com/bcakmakoglu/vue-flow/pull/1113) [`1f3c85a6`](https://github.com/bcakmakoglu/vue-flow/commit/1f3c85a67670535ad4958ed3f33529db75bec8f1) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Wait for node dimensions to be initialised before enforcing min/max height/width on nodes + ## 1.3.4 ### Patch Changes diff --git a/packages/node-resizer/package.json b/packages/node-resizer/package.json index a3a4d413..65e6196d 100644 --- a/packages/node-resizer/package.json +++ b/packages/node-resizer/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/node-resizer", - "version": "1.3.4", + "version": "1.3.5", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",