From 0d3e83e0a10096dd747d3f25e3e4d9e096fc76d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 15 Aug 2024 11:25:59 +0000 Subject: [PATCH] chore(packages): bump --- .changeset/bright-brooms-glow.md | 5 ----- .changeset/curly-llamas-obey.md | 5 ----- .changeset/cyan-houses-shout.md | 5 ----- .changeset/empty-guests-yawn.md | 5 ----- .changeset/itchy-pans-decide.md | 6 ------ .changeset/mighty-nails-cover.md | 6 ------ .changeset/perfect-nails-cover.md | 5 ----- .changeset/popular-mangos-obey.md | 5 ----- .changeset/quiet-masks-allow.md | 5 ----- .changeset/short-dingos-return.md | 5 ----- .changeset/tender-jobs-kneel.md | 5 ----- .changeset/tidy-swans-clap.md | 5 ----- .changeset/wild-seas-guess.md | 7 ------- packages/react/CHANGELOG.md | 23 +++++++++++++++++++++++ packages/react/package.json | 2 +- packages/svelte/CHANGELOG.md | 13 +++++++++++++ packages/svelte/package.json | 2 +- packages/system/CHANGELOG.md | 18 ++++++++++++++++++ packages/system/package.json | 2 +- 19 files changed, 57 insertions(+), 72 deletions(-) delete mode 100644 .changeset/bright-brooms-glow.md delete mode 100644 .changeset/curly-llamas-obey.md delete mode 100644 .changeset/cyan-houses-shout.md delete mode 100644 .changeset/empty-guests-yawn.md delete mode 100644 .changeset/itchy-pans-decide.md delete mode 100644 .changeset/mighty-nails-cover.md delete mode 100644 .changeset/perfect-nails-cover.md delete mode 100644 .changeset/popular-mangos-obey.md delete mode 100644 .changeset/quiet-masks-allow.md delete mode 100644 .changeset/short-dingos-return.md delete mode 100644 .changeset/tender-jobs-kneel.md delete mode 100644 .changeset/tidy-swans-clap.md delete mode 100644 .changeset/wild-seas-guess.md diff --git a/.changeset/bright-brooms-glow.md b/.changeset/bright-brooms-glow.md deleted file mode 100644 index 8f29eb3b..00000000 --- a/.changeset/bright-brooms-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/react': patch ---- - -fix(fitView): only trigger for resize observer diff --git a/.changeset/curly-llamas-obey.md b/.changeset/curly-llamas-obey.md deleted file mode 100644 index d573eaa2..00000000 --- a/.changeset/curly-llamas-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/svelte': patch ---- - -Rename `isConnectable` prop locally to `isConnectableProp` to avoid naming collision with derived value of `isConnectable` in `` component. diff --git a/.changeset/cyan-houses-shout.md b/.changeset/cyan-houses-shout.md deleted file mode 100644 index 83cd87fe..00000000 --- a/.changeset/cyan-houses-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/react': patch ---- - -fix(background): use offset prop correctly for dots variant diff --git a/.changeset/empty-guests-yawn.md b/.changeset/empty-guests-yawn.md deleted file mode 100644 index 9ee16568..00000000 --- a/.changeset/empty-guests-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/system': patch ---- - -strengthen css selector for edges for overflow visible diff --git a/.changeset/itchy-pans-decide.md b/.changeset/itchy-pans-decide.md deleted file mode 100644 index 1d3bd5a6..00000000 --- a/.changeset/itchy-pans-decide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@xyflow/react': minor -'@xyflow/system': patch ---- - -Added final connection state as a function parameter to onReconnectEnd diff --git a/.changeset/mighty-nails-cover.md b/.changeset/mighty-nails-cover.md deleted file mode 100644 index 10904ab2..00000000 --- a/.changeset/mighty-nails-cover.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@xyflow/react': patch -'@xyflow/system': patch ---- - -Replaced algorithm used for searching close handles while connecting diff --git a/.changeset/perfect-nails-cover.md b/.changeset/perfect-nails-cover.md deleted file mode 100644 index 58680cb1..00000000 --- a/.changeset/perfect-nails-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/system': patch ---- - -fix(connection) snapped position not updated correctly diff --git a/.changeset/popular-mangos-obey.md b/.changeset/popular-mangos-obey.md deleted file mode 100644 index 7513ed8c..00000000 --- a/.changeset/popular-mangos-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/svelte': patch ---- - -fix: make svelte-preprocess a dev dep diff --git a/.changeset/quiet-masks-allow.md b/.changeset/quiet-masks-allow.md deleted file mode 100644 index 87b69aae..00000000 --- a/.changeset/quiet-masks-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/react': patch ---- - -chore(react): re-export Handle type diff --git a/.changeset/short-dingos-return.md b/.changeset/short-dingos-return.md deleted file mode 100644 index 75cde9d4..00000000 --- a/.changeset/short-dingos-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/system': patch ---- - -Use the handle id of the matching handle type when warning about an edge that can't be created due to missing handle ids. diff --git a/.changeset/tender-jobs-kneel.md b/.changeset/tender-jobs-kneel.md deleted file mode 100644 index 8fb3b0f2..00000000 --- a/.changeset/tender-jobs-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/react': minor ---- - -Added optional selector for useConnection hook diff --git a/.changeset/tidy-swans-clap.md b/.changeset/tidy-swans-clap.md deleted file mode 100644 index 77c34e60..00000000 --- a/.changeset/tidy-swans-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/system': patch ---- - -fix(onlyRenderVisible) edges to offscreen nodes with fixed width & height displayed correctly diff --git a/.changeset/wild-seas-guess.md b/.changeset/wild-seas-guess.md deleted file mode 100644 index 250389af..00000000 --- a/.changeset/wild-seas-guess.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@xyflow/react': minor -'@xyflow/svelte': patch -'@xyflow/system': patch ---- - -feat(onConnectEnd): pass connectionState param diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 14426f97..4ffefb43 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,28 @@ # @xyflow/react +## 12.1.0 + +### Minor Changes + +- [#4555](https://github.com/xyflow/xyflow/pull/4555) [`24e87e39`](https://github.com/xyflow/xyflow/commit/24e87e398419646f671af1085fbfec3e197bc56b) Thanks [@peterkogo](https://github.com/peterkogo)! - Added final connection state as a function parameter to onReconnectEnd + +- [#4554](https://github.com/xyflow/xyflow/pull/4554) [`cca11ea1`](https://github.com/xyflow/xyflow/commit/cca11ea1c549f3fae1e52f5c121f607ded9764f3) Thanks [@peterkogo](https://github.com/peterkogo)! - Added optional selector for useConnection hook + +- [#4549](https://github.com/xyflow/xyflow/pull/4549) [`99733c01`](https://github.com/xyflow/xyflow/commit/99733c01bc70f9463e7dba0046c5f8d839a1d2ba) Thanks [@moklick](https://github.com/moklick)! - feat(onConnectEnd): pass connectionState param + +### Patch Changes + +- [#4550](https://github.com/xyflow/xyflow/pull/4550) [`41981970`](https://github.com/xyflow/xyflow/commit/41981970e40baae29ec1631ea5f1eec9c27dfb12) Thanks [@moklick](https://github.com/moklick)! - fix(fitView): only trigger for resize observer + +- [#4501](https://github.com/xyflow/xyflow/pull/4501) [`ec64b572`](https://github.com/xyflow/xyflow/commit/ec64b57240f0c61912d4910b095210f57d8df8ce) Thanks [@moklick](https://github.com/moklick)! - fix(background): use offset prop correctly for dots variant + +- [#4548](https://github.com/xyflow/xyflow/pull/4548) [`692e6440`](https://github.com/xyflow/xyflow/commit/692e6440b10e75cb31f3f3172aede9ed4d7f05d2) Thanks [@peterkogo](https://github.com/peterkogo)! - Replaced algorithm used for searching close handles while connecting + +- [#4547](https://github.com/xyflow/xyflow/pull/4547) [`fdff601d`](https://github.com/xyflow/xyflow/commit/fdff601de418f2ac6a78f04e5a586d67b8d436e6) Thanks [@moklick](https://github.com/moklick)! - chore(react): re-export Handle type + +- Updated dependencies [[`b63a3734`](https://github.com/xyflow/xyflow/commit/b63a3734b84b6817603c8e6e48e2836f048acc3b), [`24e87e39`](https://github.com/xyflow/xyflow/commit/24e87e398419646f671af1085fbfec3e197bc56b), [`692e6440`](https://github.com/xyflow/xyflow/commit/692e6440b10e75cb31f3f3172aede9ed4d7f05d2), [`559d4926`](https://github.com/xyflow/xyflow/commit/559d49264b940f93c5e205bf984aa76230b10806), [`4ecfd7e1`](https://github.com/xyflow/xyflow/commit/4ecfd7e19720b70024d0b5dff27d4537dd46b49a), [`e7ef328f`](https://github.com/xyflow/xyflow/commit/e7ef328f8f9286a817b19457d38c491e6c0bcffd), [`99733c01`](https://github.com/xyflow/xyflow/commit/99733c01bc70f9463e7dba0046c5f8d839a1d2ba)]: + - @xyflow/system@0.0.38 + ## 12.0.4 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 856549f5..07711961 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/react", - "version": "12.0.4", + "version": "12.1.0", "description": "React Flow - A highly customizable React library for building node-based editors and interactive flow charts.", "keywords": [ "react", diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 3f372ea2..b97dab78 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,5 +1,18 @@ # @xyflow/svelte +## 0.1.15 + +### Patch Changes + +- [#4510](https://github.com/xyflow/xyflow/pull/4510) [`12313a5b`](https://github.com/xyflow/xyflow/commit/12313a5b01312ef4425d3fa666e578961a151fe2) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Rename `isConnectable` prop locally to `isConnectableProp` to avoid naming collision with derived value of `isConnectable` in `` component. + +- [#4517](https://github.com/xyflow/xyflow/pull/4517) [`085951bc`](https://github.com/xyflow/xyflow/commit/085951bc07f02ac7af143409fe156bade8a63113) Thanks [@ghostdevv](https://github.com/ghostdevv)! - fix: make svelte-preprocess a dev dep + +- [#4549](https://github.com/xyflow/xyflow/pull/4549) [`99733c01`](https://github.com/xyflow/xyflow/commit/99733c01bc70f9463e7dba0046c5f8d839a1d2ba) Thanks [@moklick](https://github.com/moklick)! - feat(onConnectEnd): pass connectionState param + +- Updated dependencies [[`b63a3734`](https://github.com/xyflow/xyflow/commit/b63a3734b84b6817603c8e6e48e2836f048acc3b), [`24e87e39`](https://github.com/xyflow/xyflow/commit/24e87e398419646f671af1085fbfec3e197bc56b), [`692e6440`](https://github.com/xyflow/xyflow/commit/692e6440b10e75cb31f3f3172aede9ed4d7f05d2), [`559d4926`](https://github.com/xyflow/xyflow/commit/559d49264b940f93c5e205bf984aa76230b10806), [`4ecfd7e1`](https://github.com/xyflow/xyflow/commit/4ecfd7e19720b70024d0b5dff27d4537dd46b49a), [`e7ef328f`](https://github.com/xyflow/xyflow/commit/e7ef328f8f9286a817b19457d38c491e6c0bcffd), [`99733c01`](https://github.com/xyflow/xyflow/commit/99733c01bc70f9463e7dba0046c5f8d839a1d2ba)]: + - @xyflow/system@0.0.38 + ## 0.1.14 ### Patch Changes diff --git a/packages/svelte/package.json b/packages/svelte/package.json index 71df40fd..52a0aa6e 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/svelte", - "version": "0.1.14", + "version": "0.1.15", "description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.", "keywords": [ "svelte", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index 26def37c..b535cddf 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,5 +1,23 @@ # @xyflow/system +## 0.0.38 + +### Patch Changes + +- [#4544](https://github.com/xyflow/xyflow/pull/4544) [`b63a3734`](https://github.com/xyflow/xyflow/commit/b63a3734b84b6817603c8e6e48e2836f048acc3b) Thanks [@moklick](https://github.com/moklick)! - strengthen css selector for edges for overflow visible + +- [#4555](https://github.com/xyflow/xyflow/pull/4555) [`24e87e39`](https://github.com/xyflow/xyflow/commit/24e87e398419646f671af1085fbfec3e197bc56b) Thanks [@peterkogo](https://github.com/peterkogo)! - Added final connection state as a function parameter to onReconnectEnd + +- [#4548](https://github.com/xyflow/xyflow/pull/4548) [`692e6440`](https://github.com/xyflow/xyflow/commit/692e6440b10e75cb31f3f3172aede9ed4d7f05d2) Thanks [@peterkogo](https://github.com/peterkogo)! - Replaced algorithm used for searching close handles while connecting + +- [#4519](https://github.com/xyflow/xyflow/pull/4519) [`559d4926`](https://github.com/xyflow/xyflow/commit/559d49264b940f93c5e205bf984aa76230b10806) Thanks [@peterkogo](https://github.com/peterkogo)! - fix(connection) snapped position not updated correctly + +- [#4538](https://github.com/xyflow/xyflow/pull/4538) [`4ecfd7e1`](https://github.com/xyflow/xyflow/commit/4ecfd7e19720b70024d0b5dff27d4537dd46b49a) Thanks [@bcakmakoglu](https://github.com/bcakmakoglu)! - Use the handle id of the matching handle type when warning about an edge that can't be created due to missing handle ids. + +- [#4536](https://github.com/xyflow/xyflow/pull/4536) [`e7ef328f`](https://github.com/xyflow/xyflow/commit/e7ef328f8f9286a817b19457d38c491e6c0bcffd) Thanks [@peterkogo](https://github.com/peterkogo)! - fix(onlyRenderVisible) edges to offscreen nodes with fixed width & height displayed correctly + +- [#4549](https://github.com/xyflow/xyflow/pull/4549) [`99733c01`](https://github.com/xyflow/xyflow/commit/99733c01bc70f9463e7dba0046c5f8d839a1d2ba) Thanks [@moklick](https://github.com/moklick)! - feat(onConnectEnd): pass connectionState param + ## 0.0.37 ### Patch Changes diff --git a/packages/system/package.json b/packages/system/package.json index 5800478e..3498b25d 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/system", - "version": "0.0.37", + "version": "0.0.38", "description": "xyflow core system that powers React Flow and Svelte Flow.", "keywords": [ "node-based UI",