diff --git a/.changeset/nice-seals-tickle.md b/.changeset/nice-seals-tickle.md deleted file mode 100644 index ce16f1b47..000000000 --- a/.changeset/nice-seals-tickle.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Prevent overwriting width/height in node styles object with `node.width`/`node.height` if `width`/`height` already exist in the styles object. -Fixes NodeResizer not working when initial size was passed to a node through `node.width`/`node.height`. diff --git a/.changeset/swift-cups-pay.md b/.changeset/swift-cups-pay.md deleted file mode 100644 index 30583b73c..000000000 --- a/.changeset/swift-cups-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Prevent drag-click handler when multi selection is active. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f7c93eb8b..317f6b79b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,14 @@ # @vue-flow/core +## 1.41.1 + +### Patch Changes + +- [#1608](https://github.com/bcakmakoglu/vue-flow/pull/1608) [`0581cd8`](https://github.com/bcakmakoglu/vue-flow/commit/0581cd820f7db3aa04a7247e56d283327906b93b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent overwriting width/height in node styles object with `node.width`/`node.height` if `width`/`height` already exist in the styles object. + Fixes NodeResizer not working when initial size was passed to a node through `node.width`/`node.height`. + +- [#1609](https://github.com/bcakmakoglu/vue-flow/pull/1609) [`81a81fa`](https://github.com/bcakmakoglu/vue-flow/commit/81a81faf5a2708b34c6b867593480050fbcfb27f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Prevent drag-click handler when multi selection is active. + ## 1.41.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index c009ac8e0..e0ce77819 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.41.0", + "version": "1.41.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",