diff --git a/.changeset/nasty-planes-prove.md b/.changeset/nasty-planes-prove.md deleted file mode 100644 index 72e52e30..00000000 --- a/.changeset/nasty-planes-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Respect zoom activation key code when hovering an element with `nopan` on it diff --git a/.changeset/pink-hotels-laugh.md b/.changeset/pink-hotels-laugh.md deleted file mode 100644 index f21ac733..00000000 --- a/.changeset/pink-hotels-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use nodeRect to check for intersections diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d301caa3..2ffcfa8f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.25.3 + +### Patch Changes + +- [#1184](https://github.com/bcakmakoglu/vue-flow/pull/1184) [`6639551b`](https://github.com/bcakmakoglu/vue-flow/commit/6639551b35596001f61f199e94beefa7a331174b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Respect zoom activation key code when hovering an element with `nopan` on it + +- [#1183](https://github.com/bcakmakoglu/vue-flow/pull/1183) [`d43852b0`](https://github.com/bcakmakoglu/vue-flow/commit/d43852b05cef23b45f8abe1df758100e6b6b8e77) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use nodeRect to check for intersections + ## 1.25.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 9dab5d7f..032bf354 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.25.2", + "version": "1.25.3", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",