diff --git a/.changeset/beige-poets-hug.md b/.changeset/beige-poets-hug.md deleted file mode 100644 index 2d2dc516..00000000 --- a/.changeset/beige-poets-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Properly cleanup drag handlers when drag is disabled diff --git a/.changeset/eighty-coins-taste.md b/.changeset/eighty-coins-taste.md deleted file mode 100644 index 5cc9e470..00000000 --- a/.changeset/eighty-coins-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use existing node, if one was passed, for intersection checks diff --git a/.changeset/neat-pumpkins-yawn.md b/.changeset/neat-pumpkins-yawn.md deleted file mode 100644 index c211b05e..00000000 --- a/.changeset/neat-pumpkins-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Add immediate flag to prop watchers. Fixes default viewport values not being available when viewport is mounted diff --git a/.changeset/seven-walls-argue.md b/.changeset/seven-walls-argue.md deleted file mode 100644 index da9f4bbe..00000000 --- a/.changeset/seven-walls-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Do not wait for d3zoom to be available when setting min/max zoom diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 449d6f4e..ebbdc49a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @vue-flow/core +## 1.24.2 + +### Patch Changes + +- [#1164](https://github.com/bcakmakoglu/vue-flow/pull/1164) [`e3edb6dd`](https://github.com/bcakmakoglu/vue-flow/commit/e3edb6dd8bfeebc5c4becc0bd564072fe3f04be1) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Properly cleanup drag handlers when drag is disabled + +- [#1163](https://github.com/bcakmakoglu/vue-flow/pull/1163) [`56469e95`](https://github.com/bcakmakoglu/vue-flow/commit/56469e95df5031362d88476c061f730ac9fffd28) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use existing node, if one was passed, for intersection checks + +- [#1159](https://github.com/bcakmakoglu/vue-flow/pull/1159) [`8013c9cf`](https://github.com/bcakmakoglu/vue-flow/commit/8013c9cf20a9be89746e274be799043c153390bf) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add immediate flag to prop watchers. Fixes default viewport values not being available when viewport is mounted + +- [#1159](https://github.com/bcakmakoglu/vue-flow/pull/1159) [`8013c9cf`](https://github.com/bcakmakoglu/vue-flow/commit/8013c9cf20a9be89746e274be799043c153390bf) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Do not wait for d3zoom to be available when setting min/max zoom + ## 1.24.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index abbd8314..a168614c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.24.1", + "version": "1.24.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",