diff --git a/.changeset/long-bags-pay.md b/.changeset/long-bags-pay.md deleted file mode 100644 index 5dfab8e0..00000000 --- a/.changeset/long-bags-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use correct handle position as source x,y position of connection lines diff --git a/.changeset/nine-bobcats-hear.md b/.changeset/nine-bobcats-hear.md deleted file mode 100644 index e009ac6d..00000000 --- a/.changeset/nine-bobcats-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Abort fit view when there are no nodes to fit around diff --git a/.changeset/rotten-singers-own.md b/.changeset/rotten-singers-own.md deleted file mode 100644 index 6ecf17f7..00000000 --- a/.changeset/rotten-singers-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Correct source handle type to be possibly null when passing as prop to custom connection line components diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d1aa05ba..4d5cac41 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @vue-flow/core +## 1.21.3 + +### Patch Changes + +- [#1033](https://github.com/bcakmakoglu/vue-flow/pull/1033) [`8585dd53`](https://github.com/bcakmakoglu/vue-flow/commit/8585dd535f370fdaf0ef60d7035031242f34645f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use correct handle position as source x,y position of connection lines + +- [#1041](https://github.com/bcakmakoglu/vue-flow/pull/1041) [`373a345c`](https://github.com/bcakmakoglu/vue-flow/commit/373a345cd3000fa28ac80e00b9e60c139cfa1f8d) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Abort fit view when there are no nodes to fit around + +- [#1033](https://github.com/bcakmakoglu/vue-flow/pull/1033) [`8585dd53`](https://github.com/bcakmakoglu/vue-flow/commit/8585dd535f370fdaf0ef60d7035031242f34645f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Correct source handle type to be possibly null when passing as prop to custom connection line components + ## 1.21.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a475bb6c..b84c52f8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.21.2", + "version": "1.21.3", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",