diff --git a/.changeset/gold-bears-help.md b/.changeset/gold-bears-help.md deleted file mode 100644 index da803ad7..00000000 --- a/.changeset/gold-bears-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add `clickConnectStart` and `clickConnectEnd` events diff --git a/.changeset/mean-cows-poke.md b/.changeset/mean-cows-poke.md deleted file mode 100644 index 3e747a11..00000000 --- a/.changeset/mean-cows-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add type to edge updater anchor class diff --git a/.changeset/red-teachers-cheer.md b/.changeset/red-teachers-cheer.md deleted file mode 100644 index 8f2772eb..00000000 --- a/.changeset/red-teachers-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/minimap": minor ---- - -Add `inversePan` and `zoomStep` props diff --git a/.changeset/selfish-poems-buy.md b/.changeset/selfish-poems-buy.md deleted file mode 100644 index 26255d92..00000000 --- a/.changeset/selfish-poems-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add `connectableStart` and `connectableEnd` handle props. Can be used to enable/disable starting or ending a connection on a specific handle. diff --git a/.changeset/thin-houses-impress.md b/.changeset/thin-houses-impress.md deleted file mode 100644 index 7acbfcd8..00000000 --- a/.changeset/thin-houses-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add connection start and end handles to store state diff --git a/.changeset/witty-points-press.md b/.changeset/witty-points-press.md deleted file mode 100644 index 9d8d26c8..00000000 --- a/.changeset/witty-points-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Do not remove orphaned edges from state. They will not be rendered but stay in the state, so a user can potentially fix the edge. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 910d1c3c..6c0bca59 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # @vue-flow/core +## 1.18.0 + +### Minor Changes + +- [#801](https://github.com/bcakmakoglu/vue-flow/pull/801) [`74c64ff3`](https://github.com/bcakmakoglu/vue-flow/commit/74c64ff34dd3e22111274d8211cd625c9b70e497) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add `clickConnectStart` and `clickConnectEnd` events + +- [#801](https://github.com/bcakmakoglu/vue-flow/pull/801) [`fb888b5f`](https://github.com/bcakmakoglu/vue-flow/commit/fb888b5f8bcd9e25a027601ce6295163951ef09e) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add type to edge updater anchor class + +- [#801](https://github.com/bcakmakoglu/vue-flow/pull/801) [`3cc8827c`](https://github.com/bcakmakoglu/vue-flow/commit/3cc8827c808271c4abdff14dd8464f0a4f767a58) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add `connectableStart` and `connectableEnd` handle props. Can be used to enable/disable starting or ending a connection on a specific handle. + +- [#840](https://github.com/bcakmakoglu/vue-flow/pull/840) [`34b5b7d2`](https://github.com/bcakmakoglu/vue-flow/commit/34b5b7d2fc37cc5a713e8ff94eab0d0aa7303ec5) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add connection start and end handles to store state + +- [#801](https://github.com/bcakmakoglu/vue-flow/pull/801) [`ae41dfac`](https://github.com/bcakmakoglu/vue-flow/commit/ae41dfac10ad790002c5d62b6e730797b18d48ff) Thanks [@github-actions](https://github.com/apps/github-actions)! - Do not remove orphaned edges from state. They will not be rendered but stay in the state, so a user can potentially fix the edge. + ## 1.17.6 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 5bfc939e..ebe0d603 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.17.6", + "version": "1.18.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 8cbebc64..a208e06a 100644 --- a/packages/minimap/CHANGELOG.md +++ b/packages/minimap/CHANGELOG.md @@ -1,5 +1,11 @@ # @vue-flow/minimap +## 1.1.0 + +### Minor Changes + +- [#801](https://github.com/bcakmakoglu/vue-flow/pull/801) [`38270cf5`](https://github.com/bcakmakoglu/vue-flow/commit/38270cf5c33d16ba5d832a2d80499642c1d1a6b0) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add `inversePan` and `zoomStep` props + ## 1.0.4 ### Patch Changes diff --git a/packages/minimap/package.json b/packages/minimap/package.json index 68c69bf2..68dc16e7 100644 --- a/packages/minimap/package.json +++ b/packages/minimap/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/minimap", - "version": "1.0.4", + "version": "1.1.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",