diff --git a/.changeset/afraid-lies-deny.md b/.changeset/afraid-lies-deny.md deleted file mode 100644 index 982e3babb..000000000 --- a/.changeset/afraid-lies-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Calculate overlapping area in getNodeIntersections correctly. diff --git a/.changeset/clever-rabbits-guess.md b/.changeset/clever-rabbits-guess.md deleted file mode 100644 index 32a491747..000000000 --- a/.changeset/clever-rabbits-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/controls": patch ---- - -Add `type="button"` to control buttons to avoid form submission if controls are nested in a form element. diff --git a/.changeset/nine-games-deny.md b/.changeset/nine-games-deny.md deleted file mode 100644 index ee128590a..000000000 --- a/.changeset/nine-games-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Emit node drag-start, drag and drag-end events when a selection is dragged (selectionKeyCode). diff --git a/.changeset/twelve-olives-fly.md b/.changeset/twelve-olives-fly.md deleted file mode 100644 index 75bb2f92d..000000000 --- a/.changeset/twelve-olives-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use correct handlesuffix for connection lookup in `getHandleConnections` action. diff --git a/packages/controls/CHANGELOG.md b/packages/controls/CHANGELOG.md index 82c1be7e7..5d1fe919b 100644 --- a/packages/controls/CHANGELOG.md +++ b/packages/controls/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/controls +## 1.1.3 + +### Patch Changes + +- [#1912](https://github.com/bcakmakoglu/vue-flow/pull/1912) [`19d1d9d`](https://github.com/bcakmakoglu/vue-flow/commit/19d1d9d010d30c8fbaf7dafd112db583945a09ba) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `type="button"` to control buttons to avoid form submission if controls are nested in a form element. + ## 1.1.2 ### Patch Changes diff --git a/packages/controls/package.json b/packages/controls/package.json index 3e2a3fa2d..cc008dac0 100644 --- a/packages/controls/package.json +++ b/packages/controls/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/controls", - "version": "1.1.2", + "version": "1.1.3", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 89c0f5a4c..67b915327 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/core +## 1.45.1 + +### Patch Changes + +- [#1914](https://github.com/bcakmakoglu/vue-flow/pull/1914) [`8f65028`](https://github.com/bcakmakoglu/vue-flow/commit/8f65028389423fabd8d541a20045f3d53b075c16) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Calculate overlapping area in getNodeIntersections correctly. + +- [#1913](https://github.com/bcakmakoglu/vue-flow/pull/1913) [`5366b56`](https://github.com/bcakmakoglu/vue-flow/commit/5366b56c4368e5289f69262af7ac3e88963af7c2) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Emit node drag-start, drag and drag-end events when a selection is dragged (selectionKeyCode). + +- [#1882](https://github.com/bcakmakoglu/vue-flow/pull/1882) [`742eb98`](https://github.com/bcakmakoglu/vue-flow/commit/742eb98a50ba90a895ff1d856e9e20e7331a0df6) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use correct handlesuffix for connection lookup in `getHandleConnections` action. + ## 1.45.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index a933e937e..1b188e9a2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.45.0", + "version": "1.45.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",