diff --git a/.changeset/great-lies-grin.md b/.changeset/great-lies-grin.md deleted file mode 100644 index 14766ac8..00000000 --- a/.changeset/great-lies-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Expose template refs from base edge component diff --git a/.changeset/hot-nails-cough.md b/.changeset/hot-nails-cough.md deleted file mode 100644 index b3b063c3..00000000 --- a/.changeset/hot-nails-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Deprecate template prop for nodes diff --git a/.changeset/perfect-kings-complain.md b/.changeset/perfect-kings-complain.md deleted file mode 100644 index 6be70687..00000000 --- a/.changeset/perfect-kings-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Clamp node extent by node dimensions to avoid node overflowing the extent by its size diff --git a/.changeset/rude-pets-build.md b/.changeset/rude-pets-build.md deleted file mode 100644 index 0af1421b..00000000 --- a/.changeset/rude-pets-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Resolve slot templates before falling back to default node/edge components diff --git a/.changeset/ten-garlics-buy.md b/.changeset/ten-garlics-buy.md deleted file mode 100644 index 6032fda7..00000000 --- a/.changeset/ten-garlics-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Priotize handle below during handle lookup diff --git a/.changeset/weak-peaches-give.md b/.changeset/weak-peaches-give.md deleted file mode 100644 index adb3fe2b..00000000 --- a/.changeset/weak-peaches-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Add style and ref to base edge props to avoid volar ts error diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b9aca642..24b90395 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,23 @@ # @vue-flow/core +## 1.21.0 + +### Minor Changes + +- [#988](https://github.com/bcakmakoglu/vue-flow/pull/988) [`cfd33294`](https://github.com/bcakmakoglu/vue-flow/commit/cfd332942e3a31e309cb11cca54a384b64b8004b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Expose template refs from base edge component + +- [#1013](https://github.com/bcakmakoglu/vue-flow/pull/1013) [`159bc763`](https://github.com/bcakmakoglu/vue-flow/commit/159bc763478399c03ee78a87be90bab20ef0ae5f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Resolve slot templates before falling back to default node/edge components + +### Patch Changes + +- [#1013](https://github.com/bcakmakoglu/vue-flow/pull/1013) [`159bc763`](https://github.com/bcakmakoglu/vue-flow/commit/159bc763478399c03ee78a87be90bab20ef0ae5f) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Deprecate template prop for nodes + +- [#1014](https://github.com/bcakmakoglu/vue-flow/pull/1014) [`02d2dd58`](https://github.com/bcakmakoglu/vue-flow/commit/02d2dd58d3b31511a80c724f6297e43acc2d3d07) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Clamp node extent by node dimensions to avoid node overflowing the extent by its size + +- [#988](https://github.com/bcakmakoglu/vue-flow/pull/988) [`d6d4d5c7`](https://github.com/bcakmakoglu/vue-flow/commit/d6d4d5c7bf99744d000336fd1cf0ae89b5731153) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Priotize handle below during handle lookup + +- [#988](https://github.com/bcakmakoglu/vue-flow/pull/988) [`f5cfab61`](https://github.com/bcakmakoglu/vue-flow/commit/f5cfab617fd8cde1a4a10f6112f00238c3e3e4f9) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add style and ref to base edge props to avoid volar ts error + ## 1.20.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index c1755c64..38b16b1d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.20.2", + "version": "1.21.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",