diff --git a/.changeset/flat-impalas-look.md b/.changeset/flat-impalas-look.md deleted file mode 100644 index bd67d0e4..00000000 --- a/.changeset/flat-impalas-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Use connection lookup to check what elements should be selected by a user selection box. diff --git a/.changeset/gentle-owls-grin.md b/.changeset/gentle-owls-grin.md deleted file mode 100644 index d4a7d5cc..00000000 --- a/.changeset/gentle-owls-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add `useNodeConnections` composable diff --git a/.changeset/stale-radios-listen.md b/.changeset/stale-radios-listen.md deleted file mode 100644 index 5212f84d..00000000 --- a/.changeset/stale-radios-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Inherit attributes on main edge path element in BaseEdge component. diff --git a/.changeset/three-phones-grow.md b/.changeset/three-phones-grow.md deleted file mode 100644 index 2e89820f..00000000 --- a/.changeset/three-phones-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/minimap": patch ---- - -Hide minimap node when graph node is hidden. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index bd52bb2f..34123c22 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/core +## 1.42.0 + +### Minor Changes + +- [#1729](https://github.com/bcakmakoglu/vue-flow/pull/1729) [`8a832f1`](https://github.com/bcakmakoglu/vue-flow/commit/8a832f1bc2eb045f95d9cc0e66bba7be559caad5) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use connection lookup to check what elements should be selected by a user selection box. + +- [#1729](https://github.com/bcakmakoglu/vue-flow/pull/1729) [`d4a6910`](https://github.com/bcakmakoglu/vue-flow/commit/d4a6910b90feb2169da32ded7738645853684338) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `useNodeConnections` composable + +- [#1742](https://github.com/bcakmakoglu/vue-flow/pull/1742) [`b1e2f57`](https://github.com/bcakmakoglu/vue-flow/commit/b1e2f57bf77ccb33e6b2d20e4be69e8c0bd29327) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Inherit attributes on main edge path element in BaseEdge component. + ## 1.41.7 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 81627d94..91d61361 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.41.7", + "version": "1.42.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/minimap/CHANGELOG.md b/packages/minimap/CHANGELOG.md index 6cdc8a50..52078e04 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/minimap +## 1.5.1 + +### Patch Changes + +- [#1739](https://github.com/bcakmakoglu/vue-flow/pull/1739) [`6f37cfd`](https://github.com/bcakmakoglu/vue-flow/commit/6f37cfde46c9f8725aa7e74d87c7b2a919f96613) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Hide minimap node when graph node is hidden. + ## 1.5.0 ### Minor Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index 3fed8bff..c61903a2 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/minimap", - "version": "1.5.0", + "version": "1.5.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",