diff --git a/.changeset/clever-impalas-visit.md b/.changeset/clever-impalas-visit.md deleted file mode 100644 index a44ecbb4..00000000 --- a/.changeset/clever-impalas-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Use correct filter for pan on scroll class name diff --git a/.changeset/four-wolves-wait.md b/.changeset/four-wolves-wait.md deleted file mode 100644 index fa4a5107..00000000 --- a/.changeset/four-wolves-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Release apply default handlers when scope is disposed diff --git a/.changeset/green-bats-laugh.md b/.changeset/green-bats-laugh.md deleted file mode 100644 index 9f0a7d8e..00000000 --- a/.changeset/green-bats-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Allow panning while pan key is pressed diff --git a/.changeset/purple-lemons-bow.md b/.changeset/purple-lemons-bow.md deleted file mode 100644 index a9cad9ad..00000000 --- a/.changeset/purple-lemons-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Create a key predicate for string key filters and check if we need to use `event.key` or `event.code` to match the key diff --git a/.changeset/rotten-phones-look.md b/.changeset/rotten-phones-look.md deleted file mode 100644 index 25777657..00000000 --- a/.changeset/rotten-phones-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -select nodes on click when nodeDragThreshold > 0 diff --git a/.changeset/selfish-books-nail.md b/.changeset/selfish-books-nail.md deleted file mode 100644 index 491cf06d..00000000 --- a/.changeset/selfish-books-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Allow adding edges with missing source or target node to state but don't render them unless source and target exist diff --git a/.changeset/shaggy-ads-check.md b/.changeset/shaggy-ads-check.md deleted file mode 100644 index ad9c1d5e..00000000 --- a/.changeset/shaggy-ads-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Push component emit handlers into the emit fns set instead of using the `on` helper which overwrites any existing default handlers diff --git a/.changeset/sharp-beds-lie.md b/.changeset/sharp-beds-lie.md deleted file mode 100644 index f5201200..00000000 --- a/.changeset/sharp-beds-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Use viewport and vueflow refs directly from store instead of assigning valuesafter mount diff --git a/.changeset/sweet-phones-arrive.md b/.changeset/sweet-phones-arrive.md deleted file mode 100644 index 997b2d62..00000000 --- a/.changeset/sweet-phones-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Use nodes from state as the default third arg for `getIntersectingNodes` diff --git a/.changeset/three-ads-yawn.md b/.changeset/three-ads-yawn.md deleted file mode 100644 index 416564ad..00000000 --- a/.changeset/three-ads-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Update to use vue 3.3 diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a65dc0b7..7209e57c 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,31 @@ # @vue-flow/core +## 1.24.0 + +### Minor Changes + +- [#1149](https://github.com/bcakmakoglu/vue-flow/pull/1149) [`d11e59f1`](https://github.com/bcakmakoglu/vue-flow/commit/d11e59f1869ab34e3b52b6593806f29fa8d510d2) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow adding edges with missing source or target node to state but don't render them unless source and target exist + +- [#1146](https://github.com/bcakmakoglu/vue-flow/pull/1146) [`6f93bbbb`](https://github.com/bcakmakoglu/vue-flow/commit/6f93bbbba077cf65062ad7cc878d362c9827ccd1) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use viewport and vueflow refs directly from store instead of assigning valuesafter mount + +- [#1128](https://github.com/bcakmakoglu/vue-flow/pull/1128) [`0ff65bf2`](https://github.com/bcakmakoglu/vue-flow/commit/0ff65bf2abc51612969bd4a0d0ebed44c59171f8) Thanks [@github-actions](https://github.com/apps/github-actions)! - Use nodes from state as the default third arg for `getIntersectingNodes` + +### Patch Changes + +- [#1128](https://github.com/bcakmakoglu/vue-flow/pull/1128) [`7d153860`](https://github.com/bcakmakoglu/vue-flow/commit/7d1538606c7f4d77d1828a9ad31c0164eb0d6418) Thanks [@github-actions](https://github.com/apps/github-actions)! - Use correct filter for pan on scroll class name + +- [#1147](https://github.com/bcakmakoglu/vue-flow/pull/1147) [`6bc391c6`](https://github.com/bcakmakoglu/vue-flow/commit/6bc391c693bcb9c6b123523cbc3e67fe0ac33fcc) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Release apply default handlers when scope is disposed + +- [#1146](https://github.com/bcakmakoglu/vue-flow/pull/1146) [`6f93bbbb`](https://github.com/bcakmakoglu/vue-flow/commit/6f93bbbba077cf65062ad7cc878d362c9827ccd1) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Allow panning while pan key is pressed + +- [#1139](https://github.com/bcakmakoglu/vue-flow/pull/1139) [`eee9bd87`](https://github.com/bcakmakoglu/vue-flow/commit/eee9bd87ad520c6c44526e393c698d05dd1924b0) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Create a key predicate for string key filters and check if we need to use `event.key` or `event.code` to match the key + +- [#1128](https://github.com/bcakmakoglu/vue-flow/pull/1128) [`f5138157`](https://github.com/bcakmakoglu/vue-flow/commit/f5138157937e51e2952f7b5708124d5cf76903f9) Thanks [@github-actions](https://github.com/apps/github-actions)! - select nodes on click when nodeDragThreshold > 0 + +- [#1149](https://github.com/bcakmakoglu/vue-flow/pull/1149) [`a7fe412a`](https://github.com/bcakmakoglu/vue-flow/commit/a7fe412a9111493f6363f40ee1838578a8739771) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Push component emit handlers into the emit fns set instead of using the `on` helper which overwrites any existing default handlers + +- [#1128](https://github.com/bcakmakoglu/vue-flow/pull/1128) [`84e98305`](https://github.com/bcakmakoglu/vue-flow/commit/84e98305b1448b1325784497e058c66d23ed7ade) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update to use vue 3.3 + ## 1.23.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index f8ebfdfd..51f799d9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.23.0", + "version": "1.24.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",