diff --git a/.changeset/poor-lions-rush.md b/.changeset/poor-lions-rush.md deleted file mode 100644 index 6467b350..00000000 --- a/.changeset/poor-lions-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use calculated drag distance to trigger drag-click. diff --git a/.changeset/twelve-rules-exist.md b/.changeset/twelve-rules-exist.md deleted file mode 100644 index cf4a76dc..00000000 --- a/.changeset/twelve-rules-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Allow node/edge pointer events if mouse event listeners (like `nodeClick` or `edgeClick`) exists. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 317f6b79..d7e9c120 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @vue-flow/core +## 1.41.2 + +### Patch Changes + +- [#1624](https://github.com/bcakmakoglu/vue-flow/pull/1624) [`6692072`](https://github.com/bcakmakoglu/vue-flow/commit/6692072c919fef0f343b0a75d77636f5a820639e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use calculated drag distance to trigger drag-click. + +- [#1618](https://github.com/bcakmakoglu/vue-flow/pull/1618) [`1fa90ac`](https://github.com/bcakmakoglu/vue-flow/commit/1fa90acec247b2dd8a6e8c6db7209eb8791a02d0) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow node/edge pointer events if mouse event listeners (like `nodeClick` or `edgeClick`) exists. + ## 1.41.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index e0ce7781..34bb4bed 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.41.1", + "version": "1.41.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",