diff --git a/.changeset/clever-crabs-shop.md b/.changeset/clever-crabs-shop.md deleted file mode 100644 index a6d7fbe3..00000000 --- a/.changeset/clever-crabs-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add handle validation result into store state diff --git a/.changeset/cold-wasps-love.md b/.changeset/cold-wasps-love.md deleted file mode 100644 index a710b741..00000000 --- a/.changeset/cold-wasps-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Force update node dimensions when ResizeObserver callback is triggered diff --git a/.changeset/giant-bags-hug.md b/.changeset/giant-bags-hug.md deleted file mode 100644 index 5daa6d48..00000000 --- a/.changeset/giant-bags-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Pass targetNode and targetHandle as props to custom connection lines diff --git a/.changeset/lucky-dots-train.md b/.changeset/lucky-dots-train.md deleted file mode 100644 index 66eef02c..00000000 --- a/.changeset/lucky-dots-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/node-resizer": minor ---- - -Add maxHeight and maxWidth props to node resizer diff --git a/.changeset/lucky-toys-sniff.md b/.changeset/lucky-toys-sniff.md deleted file mode 100644 index c2a0330b..00000000 --- a/.changeset/lucky-toys-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Export `clamp` utility diff --git a/.changeset/shiny-boxes-prove.md b/.changeset/shiny-boxes-prove.md deleted file mode 100644 index 9c8fa156..00000000 --- a/.changeset/shiny-boxes-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add `isValidConnection` prop to allow for validating edge updates or use a global validator for all handles diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0c1e6561..23a8bec0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,21 @@ # @vue-flow/core +## 1.16.0 + +### Minor Changes + +- [#745](https://github.com/bcakmakoglu/vue-flow/pull/745) [`01e91b68`](https://github.com/bcakmakoglu/vue-flow/commit/01e91b68f88467f5b1c190a12e69bd7f952849d2) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add handle validation result into store state + +- [#744](https://github.com/bcakmakoglu/vue-flow/pull/744) [`1bc50add`](https://github.com/bcakmakoglu/vue-flow/commit/1bc50add8ba8ea2298319341f6d3bd73e9ca39ab) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Pass targetNode and targetHandle as props to custom connection lines + +- [#740](https://github.com/bcakmakoglu/vue-flow/pull/740) [`a3ded51f`](https://github.com/bcakmakoglu/vue-flow/commit/a3ded51fa452e537c245768655368f089534091e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Export `clamp` utility + +- [#745](https://github.com/bcakmakoglu/vue-flow/pull/745) [`01e91b68`](https://github.com/bcakmakoglu/vue-flow/commit/01e91b68f88467f5b1c190a12e69bd7f952849d2) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `isValidConnection` prop to allow for validating edge updates or use a global validator for all handles + +### Patch Changes + +- [#740](https://github.com/bcakmakoglu/vue-flow/pull/740) [`a3ded51f`](https://github.com/bcakmakoglu/vue-flow/commit/a3ded51fa452e537c245768655368f089534091e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Force update node dimensions when ResizeObserver callback is triggered + ## 1.15.5 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 37a213aa..2b9a992a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.15.5", + "version": "1.16.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 82bbaf3b..39618ecc 100644 --- a/packages/node-resizer/CHANGELOG.md +++ b/packages/node-resizer/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/node-resizer +## 1.3.0 + +### Minor Changes + +- [#739](https://github.com/bcakmakoglu/vue-flow/pull/739) [`9e48211d`](https://github.com/bcakmakoglu/vue-flow/commit/9e48211de7a3ca34ecac2dbd2e0d580cd839e9c0) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add maxHeight and maxWidth props to node resizer + ## 1.2.2 ### Patch Changes diff --git a/packages/node-resizer/package.json b/packages/node-resizer/package.json index a69971f1..56cf5c93 100644 --- a/packages/node-resizer/package.json +++ b/packages/node-resizer/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/node-resizer", - "version": "1.2.2", + "version": "1.3.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",