diff --git a/.changeset/neat-days-learn.md b/.changeset/neat-days-learn.md deleted file mode 100644 index 83631017..00000000 --- a/.changeset/neat-days-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Correctly check if an event listener was bound to the VueFlow component, using for example `@node-click` or if a listener was bound using the exposed event hooks from `useVueFlow` when determening if a listener for an event exists at all. diff --git a/.changeset/orange-ligers-fail.md b/.changeset/orange-ligers-fail.md deleted file mode 100644 index 1b124c81..00000000 --- a/.changeset/orange-ligers-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use toHandle from valid handle check as target handle in ongoing connections diff --git a/.changeset/selfish-geese-attack.md b/.changeset/selfish-geese-attack.md deleted file mode 100644 index 8659b5ea..00000000 --- a/.changeset/selfish-geese-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Prevent multi touch from aborting connections. diff --git a/.changeset/stupid-bags-itch.md b/.changeset/stupid-bags-itch.md deleted file mode 100644 index b72e4d4e..00000000 --- a/.changeset/stupid-bags-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Skip resize handler if node is not visible. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 75c4fa6d..13644521 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @vue-flow/core +## 1.46.1 + +### Patch Changes + +- [#1935](https://github.com/bcakmakoglu/vue-flow/pull/1935) [`ca54587`](https://github.com/bcakmakoglu/vue-flow/commit/ca54587962af638cbe3a2d046663105bbe287a72) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Correctly check if an event listener was bound to the VueFlow component, using for example `@node-click` or if a listener was bound using the exposed event hooks from `useVueFlow` when determening if a listener for an event exists at all. + +- [#1932](https://github.com/bcakmakoglu/vue-flow/pull/1932) [`3e0442a`](https://github.com/bcakmakoglu/vue-flow/commit/3e0442a3b7ee0064f8879f079d053961d5774620) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use toHandle from valid handle check as target handle in ongoing connections + +- [#1938](https://github.com/bcakmakoglu/vue-flow/pull/1938) [`fd785e2`](https://github.com/bcakmakoglu/vue-flow/commit/fd785e2e595e238f9c93cb3db4f17ae1001f760f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent multi touch from aborting connections. + +- [#1936](https://github.com/bcakmakoglu/vue-flow/pull/1936) [`ff6b3d2`](https://github.com/bcakmakoglu/vue-flow/commit/ff6b3d2011924a14807e0c3b21f519445a498762) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Skip resize handler if node is not visible. + ## 1.46.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index fa77452c..c921449d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.46.0", + "version": "1.46.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",