From dd6aff24cbe5bd2e1e5ce36350e1b5261c0d42af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 6 Jun 2024 08:25:32 +0000 Subject: [PATCH] chore: bump versions --- .changeset/calm-pigs-yawn.md | 5 ----- .changeset/four-singers-suffer.md | 5 ----- .changeset/itchy-cats-kiss.md | 5 ----- .changeset/khaki-peas-draw.md | 5 ----- .changeset/large-kangaroos-wave.md | 7 ------- .changeset/selfish-vans-report.md | 5 ----- .changeset/shaggy-feet-shout.md | 5 ----- .changeset/short-eels-turn.md | 5 ----- .changeset/shy-kings-compare.md | 5 ----- .changeset/warm-seahorses-retire.md | 5 ----- packages/core/CHANGELOG.md | 28 ++++++++++++++++++++++++++++ packages/core/package.json | 2 +- 12 files changed, 29 insertions(+), 53 deletions(-) delete mode 100644 .changeset/calm-pigs-yawn.md delete mode 100644 .changeset/four-singers-suffer.md delete mode 100644 .changeset/itchy-cats-kiss.md delete mode 100644 .changeset/khaki-peas-draw.md delete mode 100644 .changeset/large-kangaroos-wave.md delete mode 100644 .changeset/selfish-vans-report.md delete mode 100644 .changeset/shaggy-feet-shout.md delete mode 100644 .changeset/short-eels-turn.md delete mode 100644 .changeset/shy-kings-compare.md delete mode 100644 .changeset/warm-seahorses-retire.md diff --git a/.changeset/calm-pigs-yawn.md b/.changeset/calm-pigs-yawn.md deleted file mode 100644 index e512bfbc5..000000000 --- a/.changeset/calm-pigs-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Return non-nullable edge from `useEdge` diff --git a/.changeset/four-singers-suffer.md b/.changeset/four-singers-suffer.md deleted file mode 100644 index 7904923fc..000000000 --- a/.changeset/four-singers-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Use node/edge id as the only dependency to render nodes/edges. diff --git a/.changeset/itchy-cats-kiss.md b/.changeset/itchy-cats-kiss.md deleted file mode 100644 index 4ed0b1d05..000000000 --- a/.changeset/itchy-cats-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Remove visibility (hidden) check from `getNodes` & `getEdges` diff --git a/.changeset/khaki-peas-draw.md b/.changeset/khaki-peas-draw.md deleted file mode 100644 index 9c7121995..000000000 --- a/.changeset/khaki-peas-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Disable pinch zoom on mobile if `zoomToPinch` is `false` diff --git a/.changeset/large-kangaroos-wave.md b/.changeset/large-kangaroos-wave.md deleted file mode 100644 index 4decc00ff..000000000 --- a/.changeset/large-kangaroos-wave.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Remove auto-generated hanle-ids and use `null` as the default handle id. -If you were relying on handle-ids in your code but weren't assigning them explicitly, you'll might need to update your code to handle this change. -By default, if you don't provide a handle-id, it will be `null` and the first handle of the corresponding type will be used. diff --git a/.changeset/selfish-vans-report.md b/.changeset/selfish-vans-report.md deleted file mode 100644 index 0baa379e0..000000000 --- a/.changeset/selfish-vans-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": patch ---- - -Disable dragging when using multi-touch diff --git a/.changeset/shaggy-feet-shout.md b/.changeset/shaggy-feet-shout.md deleted file mode 100644 index ddee78add..000000000 --- a/.changeset/shaggy-feet-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Render `null` if edge is hidden diff --git a/.changeset/short-eels-turn.md b/.changeset/short-eels-turn.md deleted file mode 100644 index 4f05a7129..000000000 --- a/.changeset/short-eels-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Add `edgeId` to handle connection objects returned by `useHandleConnections` diff --git a/.changeset/shy-kings-compare.md b/.changeset/shy-kings-compare.md deleted file mode 100644 index eae6df6b3..000000000 --- a/.changeset/shy-kings-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Replace internally nodeIds/edgeIds array with nodeLookup/edgeLookup map diff --git a/.changeset/warm-seahorses-retire.md b/.changeset/warm-seahorses-retire.md deleted file mode 100644 index f157cb4e1..000000000 --- a/.changeset/warm-seahorses-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vue-flow/core": minor ---- - -Render `null` if node is hidden but render whole list of nodes regardless of visibility diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index cca8eabbd..a844ea3ae 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,33 @@ # @vue-flow/core +## 1.35.0 + +### Minor Changes + +- [#1447](https://github.com/bcakmakoglu/vue-flow/pull/1447) [`acd6069`](https://github.com/bcakmakoglu/vue-flow/commit/acd60698637b93fcb7cc3fe4161673865c26d5db) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Return non-nullable edge from `useEdge` + +- [#1447](https://github.com/bcakmakoglu/vue-flow/pull/1447) [`acd6069`](https://github.com/bcakmakoglu/vue-flow/commit/acd60698637b93fcb7cc3fe4161673865c26d5db) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use node/edge id as the only dependency to render nodes/edges. + +- [#1446](https://github.com/bcakmakoglu/vue-flow/pull/1446) [`d8bdac1`](https://github.com/bcakmakoglu/vue-flow/commit/d8bdac137d753d82270bea15cbb5b30afc662e9b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove visibility (hidden) check from `getNodes` & `getEdges` + +- [#1440](https://github.com/bcakmakoglu/vue-flow/pull/1440) [`a02b9a4`](https://github.com/bcakmakoglu/vue-flow/commit/a02b9a42598adc0a37198297ca71d48dd621f42e) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Remove auto-generated hanle-ids and use `null` as the default handle id. + If you were relying on handle-ids in your code but weren't assigning them explicitly, you'll might need to update your code to handle this change. + By default, if you don't provide a handle-id, it will be `null` and the first handle of the corresponding type will be used. + +- [#1446](https://github.com/bcakmakoglu/vue-flow/pull/1446) [`d8bdac1`](https://github.com/bcakmakoglu/vue-flow/commit/d8bdac137d753d82270bea15cbb5b30afc662e9b) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Render `null` if edge is hidden + +- [#1433](https://github.com/bcakmakoglu/vue-flow/pull/1433) [`7547ade`](https://github.com/bcakmakoglu/vue-flow/commit/7547adeca54c133274a2ab62a5b31b168f017679) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Add `edgeId` to handle connection objects returned by `useHandleConnections` + +- [#1450](https://github.com/bcakmakoglu/vue-flow/pull/1450) [`d64efc6`](https://github.com/bcakmakoglu/vue-flow/commit/d64efc6ddf3a579a97151b279285c268dec22943) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Replace internally nodeIds/edgeIds array with nodeLookup/edgeLookup map + +- [#1445](https://github.com/bcakmakoglu/vue-flow/pull/1445) [`64a5162`](https://github.com/bcakmakoglu/vue-flow/commit/64a5162bb056b31e898fca6a499173a6c3dc0ae6) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Render `null` if node is hidden but render whole list of nodes regardless of visibility + +### Patch Changes + +- [#1449](https://github.com/bcakmakoglu/vue-flow/pull/1449) [`27ec132`](https://github.com/bcakmakoglu/vue-flow/commit/27ec1322ee8625f2035678d9cba6a642bd091cf1) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Disable pinch zoom on mobile if `zoomToPinch` is `false` + +- [#1448](https://github.com/bcakmakoglu/vue-flow/pull/1448) [`fe58110`](https://github.com/bcakmakoglu/vue-flow/commit/fe581106d80d4f49c26e35d01254cde0ba8d7923) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Disable dragging when using multi-touch + ## 1.34.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index ee907334c..42d479466 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-flow/core", - "version": "1.34.1", + "version": "1.35.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",