diff --git a/.changeset/angry-bats-explain.md b/.changeset/angry-bats-explain.md deleted file mode 100644 index d296e7df..00000000 --- a/.changeset/angry-bats-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Make label coords (x,y) optional in BaseEdge diff --git a/.changeset/quick-jars-fold.md b/.changeset/quick-jars-fold.md deleted file mode 100644 index ab7cdce4..00000000 --- a/.changeset/quick-jars-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Fix input field focus inside nodes preventing selection rect to be created diff --git a/.changeset/shy-flowers-live.md b/.changeset/shy-flowers-live.md deleted file mode 100644 index f4fda67e..00000000 --- a/.changeset/shy-flowers-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Add `elevateNodesOnSelect` option to enable/disable increasing z-index of selected nodes diff --git a/.changeset/tidy-rocks-occur.md b/.changeset/tidy-rocks-occur.md deleted file mode 100644 index 5b9c3e9f..00000000 --- a/.changeset/tidy-rocks-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Re-group edges by z-index on edge selection changes diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8712b056..0258fd40 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @vue-flow/core +## 1.7.2 + +### Patch Changes + +- [#547](https://github.com/bcakmakoglu/vue-flow/pull/547) [`ccf10ff`](https://github.com/bcakmakoglu/vue-flow/commit/ccf10ff77958948e53ecb9806c9b77f095bbc40d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Make label coords (x,y) optional in BaseEdge + +- [#551](https://github.com/bcakmakoglu/vue-flow/pull/551) [`2f187a0`](https://github.com/bcakmakoglu/vue-flow/commit/2f187a0f7d2b24b1c7cb9b5e4fad150136bdd97c) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix input field focus inside nodes preventing selection rect to be created + +- [#550](https://github.com/bcakmakoglu/vue-flow/pull/550) [`b734d08`](https://github.com/bcakmakoglu/vue-flow/commit/b734d085b2c84c93a49334acf90c5528da7ab709) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `elevateNodesOnSelect` option to enable/disable increasing z-index of selected nodes + +- [#548](https://github.com/bcakmakoglu/vue-flow/pull/548) [`011f0ed`](https://github.com/bcakmakoglu/vue-flow/commit/011f0ed23387af1cbbbf71003d4efdeaf8bcf798) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Re-group edges by z-index on edge selection changes + ## 1.7.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index afc9768b..45e125d4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.7.1", + "version": "1.7.2", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",