diff --git a/.changeset/breezy-chefs-add.md b/.changeset/breezy-chefs-add.md deleted file mode 100644 index 81f206367..000000000 --- a/.changeset/breezy-chefs-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Allow passing event target to `useKeyPress` diff --git a/.changeset/clever-cougars-guess.md b/.changeset/clever-cougars-guess.md deleted file mode 100644 index a156c12a2..000000000 --- a/.changeset/clever-cougars-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Use pointer events to capture interactions on `Pane` cmp and prevent selections from being cancelled when moving outside of the `Pane` while holding selection key diff --git a/.changeset/four-roses-allow.md b/.changeset/four-roses-allow.md deleted file mode 100644 index 4cefcd07c..000000000 --- a/.changeset/four-roses-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Remove `v-memo` from EdgeRenderer so that edges get their correct z-index applied diff --git a/.changeset/giant-mayflies-study.md b/.changeset/giant-mayflies-study.md deleted file mode 100644 index 6238df66c..000000000 --- a/.changeset/giant-mayflies-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Calculate correct handle position in handle lookup diff --git a/.changeset/short-ligers-help.md b/.changeset/short-ligers-help.md deleted file mode 100644 index 05aec8357..000000000 --- a/.changeset/short-ligers-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Use correct end handle position in connection line component and store handle positions during connections. diff --git a/.changeset/thin-beans-wait.md b/.changeset/thin-beans-wait.md deleted file mode 100644 index 82633d86c..000000000 --- a/.changeset/thin-beans-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Allow passing a Record as class to node/edge objects diff --git a/.changeset/thirty-days-retire.md b/.changeset/thirty-days-retire.md deleted file mode 100644 index 003aa9eff..000000000 --- a/.changeset/thirty-days-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Allow passing an array of strings as class to node/edge objects diff --git a/.changeset/weak-timers-think.md b/.changeset/weak-timers-think.md deleted file mode 100644 index c9fd56a78..000000000 --- a/.changeset/weak-timers-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Make `useKeyPress` public and export it diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 2adf27d50..d01cfe867 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,27 @@ # @vue-flow/core +## 1.38.0 + +### Minor Changes + +- [#1492](https://github.com/bcakmakoglu/vue-flow/pull/1492) [`f85ea42`](https://github.com/bcakmakoglu/vue-flow/commit/f85ea42d591f75d714e864f9114ce3e22cd0cd99) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow passing event target to `useKeyPress` + +- [#1492](https://github.com/bcakmakoglu/vue-flow/pull/1492) [`f85ea42`](https://github.com/bcakmakoglu/vue-flow/commit/f85ea42d591f75d714e864f9114ce3e22cd0cd99) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use pointer events to capture interactions on `Pane` cmp and prevent selections from being cancelled when moving outside of the `Pane` while holding selection key + +- [#1508](https://github.com/bcakmakoglu/vue-flow/pull/1508) [`005b25b`](https://github.com/bcakmakoglu/vue-flow/commit/005b25bd56789bfdcaa589025ff158fbeb719e01) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use correct end handle position in connection line component and store handle positions during connections. + +- [#1502](https://github.com/bcakmakoglu/vue-flow/pull/1502) [`30c81dc`](https://github.com/bcakmakoglu/vue-flow/commit/30c81dccc840aa8441fb8b8dd3c38a4792719f04) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow passing a Record as class to node/edge objects + +- [#1502](https://github.com/bcakmakoglu/vue-flow/pull/1502) [`30c81dc`](https://github.com/bcakmakoglu/vue-flow/commit/30c81dccc840aa8441fb8b8dd3c38a4792719f04) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow passing an array of strings as class to node/edge objects + +- [#1492](https://github.com/bcakmakoglu/vue-flow/pull/1492) [`2dff0dd`](https://github.com/bcakmakoglu/vue-flow/commit/2dff0dd85d2cb26f563c23a22a08b3d430309e74) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Make `useKeyPress` public and export it + +### Patch Changes + +- [#1506](https://github.com/bcakmakoglu/vue-flow/pull/1506) [`45e9d03`](https://github.com/bcakmakoglu/vue-flow/commit/45e9d0322d68d774346315ec87ad7d906bad7cf8) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove `v-memo` from EdgeRenderer so that edges get their correct z-index applied + +- [#1494](https://github.com/bcakmakoglu/vue-flow/pull/1494) [`09c32c5`](https://github.com/bcakmakoglu/vue-flow/commit/09c32c51b13d3188b3339dcb3eb985474fd770a1) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Calculate correct handle position in handle lookup + ## 1.37.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index db7b3a148..8b1eb5a7c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.37.1", + "version": "1.38.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",