diff --git a/.changeset/fresh-seas-admire.md b/.changeset/fresh-seas-admire.md deleted file mode 100644 index d4124545..00000000 --- a/.changeset/fresh-seas-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Fit view on init is now triggered as soon as node dimensions are updated for the first time diff --git a/.changeset/friendly-walls-try.md b/.changeset/friendly-walls-try.md deleted file mode 100644 index de67723c..00000000 --- a/.changeset/friendly-walls-try.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@vue-flow/pathfinding-edge': patch -'@vue-flow/node-resizer': patch -'@vue-flow/node-toolbar': patch -'@vue-flow/background': patch -'@vue-flow/controls': patch -'@vue-flow/minimap': patch -'@vue-flow/core': patch ---- - -Add compat mode to components to avoid breaking when used with @vue/compat diff --git a/.changeset/nine-beers-admire.md b/.changeset/nine-beers-admire.md deleted file mode 100644 index 1871a339..00000000 --- a/.changeset/nine-beers-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Allow depr. connectionLineType to be null diff --git a/.changeset/popular-coats-burn.md b/.changeset/popular-coats-burn.md deleted file mode 100644 index 6a9a09a8..00000000 --- a/.changeset/popular-coats-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Add missing straight type to connection line options diff --git a/.changeset/rotten-horses-fetch.md b/.changeset/rotten-horses-fetch.md deleted file mode 100644 index a573f8b4..00000000 --- a/.changeset/rotten-horses-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Fix connections for handles that are bigger than the specified connection radius diff --git a/.changeset/six-bugs-crash.md b/.changeset/six-bugs-crash.md deleted file mode 100644 index f9cfe2a1..00000000 --- a/.changeset/six-bugs-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Always emit edge update event diff --git a/.changeset/spotty-boxes-boil.md b/.changeset/spotty-boxes-boil.md deleted file mode 100644 index 8e064c5e..00000000 --- a/.changeset/spotty-boxes-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Fix connection line not rendering properly when destructuring slot props diff --git a/.changeset/tall-flowers-juggle.md b/.changeset/tall-flowers-juggle.md deleted file mode 100644 index fe32d2b7..00000000 --- a/.changeset/tall-flowers-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Set `user-select: none` for edge labels diff --git a/.changeset/wild-waves-pump.md b/.changeset/wild-waves-pump.md deleted file mode 100644 index d301382c..00000000 --- a/.changeset/wild-waves-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vue-flow/core': patch ---- - -Avoid re-rendering edges that have been deleted diff --git a/packages/background/CHANGELOG.md b/packages/background/CHANGELOG.md index 0ad844e7..2c193eac 100644 --- a/packages/background/CHANGELOG.md +++ b/packages/background/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/background +## 1.0.4 + +### Patch Changes + +- [#682](https://github.com/bcakmakoglu/vue-flow/pull/682) [`b08cb4d4`](https://github.com/bcakmakoglu/vue-flow/commit/b08cb4d45904c229d9ecda5e3cb477cbb7a6acaf) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add compat mode to components to avoid breaking when used with @vue/compat + ## 1.0.3 ### Patch Changes diff --git a/packages/background/package.json b/packages/background/package.json index e6762e6d..19d4d758 100644 --- a/packages/background/package.json +++ b/packages/background/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/background", - "version": "1.0.3", + "version": "1.0.4", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/controls/CHANGELOG.md b/packages/controls/CHANGELOG.md index 1c3c64f5..0deec687 100644 --- a/packages/controls/CHANGELOG.md +++ b/packages/controls/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/controls +## 1.0.3 + +### Patch Changes + +- [#682](https://github.com/bcakmakoglu/vue-flow/pull/682) [`b08cb4d4`](https://github.com/bcakmakoglu/vue-flow/commit/b08cb4d45904c229d9ecda5e3cb477cbb7a6acaf) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add compat mode to components to avoid breaking when used with @vue/compat + ## 1.0.2 ### Patch Changes diff --git a/packages/controls/package.json b/packages/controls/package.json index a5183745..5be9a577 100644 --- a/packages/controls/package.json +++ b/packages/controls/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/controls", - "version": "1.0.2", + "version": "1.0.3", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a18222db..038f24b5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,27 @@ # @vue-flow/core +## 1.14.3 + +### Patch Changes + +- [#671](https://github.com/bcakmakoglu/vue-flow/pull/671) [`c47bc5ce`](https://github.com/bcakmakoglu/vue-flow/commit/c47bc5ceb2ea9c739be5eef3291c1312fdbce824) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fit view on init is now triggered as soon as node dimensions are updated for the first time + +- [#682](https://github.com/bcakmakoglu/vue-flow/pull/682) [`b08cb4d4`](https://github.com/bcakmakoglu/vue-flow/commit/b08cb4d45904c229d9ecda5e3cb477cbb7a6acaf) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add compat mode to components to avoid breaking when used with @vue/compat + +- [`03edd46c`](https://github.com/bcakmakoglu/vue-flow/commit/03edd46cef18b246cca061e554b469a1cfbefa16) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow depr. connectionLineType to be null + +- [`03edd46c`](https://github.com/bcakmakoglu/vue-flow/commit/03edd46cef18b246cca061e554b469a1cfbefa16) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add missing straight type to connection line options + +- [#680](https://github.com/bcakmakoglu/vue-flow/pull/680) [`70ae3410`](https://github.com/bcakmakoglu/vue-flow/commit/70ae341062072acab234ce9ee88b33d2866ef7b3) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix connections for handles that are bigger than the specified connection radius + +- [#680](https://github.com/bcakmakoglu/vue-flow/pull/680) [`70ae3410`](https://github.com/bcakmakoglu/vue-flow/commit/70ae341062072acab234ce9ee88b33d2866ef7b3) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Always emit edge update event + +- [`03edd46c`](https://github.com/bcakmakoglu/vue-flow/commit/03edd46cef18b246cca061e554b469a1cfbefa16) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Fix connection line not rendering properly when destructuring slot props + +- [#681](https://github.com/bcakmakoglu/vue-flow/pull/681) [`d73995aa`](https://github.com/bcakmakoglu/vue-flow/commit/d73995aae1b14ea5cad4ee3764cff558344bcb34) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Set `user-select: none` for edge labels + +- [#668](https://github.com/bcakmakoglu/vue-flow/pull/668) [`d39c63e5`](https://github.com/bcakmakoglu/vue-flow/commit/d39c63e5f3ec54fb1de10d84a7271546d1b7e3e8) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Avoid re-rendering edges that have been deleted + ## 1.14.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index db4a85ad..d4a5cafb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.14.2", + "version": "1.14.3", "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 b74f2ce9..e902a696 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/minimap +## 1.0.3 + +### Patch Changes + +- [#682](https://github.com/bcakmakoglu/vue-flow/pull/682) [`b08cb4d4`](https://github.com/bcakmakoglu/vue-flow/commit/b08cb4d45904c229d9ecda5e3cb477cbb7a6acaf) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add compat mode to components to avoid breaking when used with @vue/compat + ## 1.0.2 ### Patch Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index 8ee8fbb1..2692fff4 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/minimap", - "version": "1.0.2", + "version": "1.0.3", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/node-resizer/CHANGELOG.md b/packages/node-resizer/CHANGELOG.md index efd0f4f6..5a5a7d7e 100644 --- a/packages/node-resizer/CHANGELOG.md +++ b/packages/node-resizer/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/node-resizer +## 1.2.1 + +### Patch Changes + +- [#682](https://github.com/bcakmakoglu/vue-flow/pull/682) [`b08cb4d4`](https://github.com/bcakmakoglu/vue-flow/commit/b08cb4d45904c229d9ecda5e3cb477cbb7a6acaf) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add compat mode to components to avoid breaking when used with @vue/compat + ## 1.2.0 ### Minor Changes diff --git a/packages/node-resizer/package.json b/packages/node-resizer/package.json index 3752c7e3..ca386355 100644 --- a/packages/node-resizer/package.json +++ b/packages/node-resizer/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/node-resizer", - "version": "1.2.0", + "version": "1.2.1", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/node-toolbar/CHANGELOG.md b/packages/node-toolbar/CHANGELOG.md index 1d519b6a..79a1e9e5 100644 --- a/packages/node-toolbar/CHANGELOG.md +++ b/packages/node-toolbar/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/node-toolbar +## 1.0.5 + +### Patch Changes + +- [#682](https://github.com/bcakmakoglu/vue-flow/pull/682) [`b08cb4d4`](https://github.com/bcakmakoglu/vue-flow/commit/b08cb4d45904c229d9ecda5e3cb477cbb7a6acaf) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add compat mode to components to avoid breaking when used with @vue/compat + ## 1.0.4 ### Patch Changes diff --git a/packages/node-toolbar/package.json b/packages/node-toolbar/package.json index 89f4a609..a210bec2 100644 --- a/packages/node-toolbar/package.json +++ b/packages/node-toolbar/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/node-toolbar", - "version": "1.0.4", + "version": "1.0.5", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", diff --git a/packages/pathfinding-edge/CHANGELOG.md b/packages/pathfinding-edge/CHANGELOG.md index d26074c0..b986bad0 100644 --- a/packages/pathfinding-edge/CHANGELOG.md +++ b/packages/pathfinding-edge/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/pathfinding-edge +## 1.0.3 + +### Patch Changes + +- [#682](https://github.com/bcakmakoglu/vue-flow/pull/682) [`b08cb4d4`](https://github.com/bcakmakoglu/vue-flow/commit/b08cb4d45904c229d9ecda5e3cb477cbb7a6acaf) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add compat mode to components to avoid breaking when used with @vue/compat + ## 1.0.2 ### Patch Changes diff --git a/packages/pathfinding-edge/package.json b/packages/pathfinding-edge/package.json index 3c9597c6..6c41a0ba 100644 --- a/packages/pathfinding-edge/package.json +++ b/packages/pathfinding-edge/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/pathfinding-edge", - "version": "1.0.2", + "version": "1.0.3", "private": false, "repository": { "type": "git",