From 76ea5540adfa243b30c6f21c17c0903e4b09411c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Jun 2025 13:39:09 +0000 Subject: [PATCH] chore(packages): bump --- .changeset/blue-gorillas-help.md | 5 ---- .changeset/dry-pianos-fail.md | 7 ----- .changeset/friendly-monkeys-fry.md | 5 ---- .changeset/funny-mayflies-grin.md | 5 ---- .changeset/grumpy-spiders-play.md | 7 ----- .changeset/hip-fireants-change.md | 5 ---- .changeset/late-taxis-press.md | 7 ----- .changeset/nine-crabs-help.md | 5 ---- .changeset/quiet-forks-visit.md | 8 ------ .changeset/sharp-dogs-chew.md | 7 ----- .changeset/short-bugs-stare.md | 7 ----- .changeset/sour-flowers-love.md | 5 ---- .changeset/thirty-snakes-float.md | 6 ----- .changeset/tough-rivers-tell.md | 5 ---- .changeset/twenty-panthers-report.md | 5 ---- packages/react/CHANGELOG.md | 23 ++++++++++++++++ packages/react/package.json | 2 +- packages/svelte/CHANGELOG.md | 39 ++++++++++++++++++++++++++++ packages/svelte/package.json | 2 +- packages/system/CHANGELOG.md | 16 ++++++++++++ packages/system/package.json | 2 +- 21 files changed, 81 insertions(+), 92 deletions(-) delete mode 100644 .changeset/blue-gorillas-help.md delete mode 100644 .changeset/dry-pianos-fail.md delete mode 100644 .changeset/friendly-monkeys-fry.md delete mode 100644 .changeset/funny-mayflies-grin.md delete mode 100644 .changeset/grumpy-spiders-play.md delete mode 100644 .changeset/hip-fireants-change.md delete mode 100644 .changeset/late-taxis-press.md delete mode 100644 .changeset/nine-crabs-help.md delete mode 100644 .changeset/quiet-forks-visit.md delete mode 100644 .changeset/sharp-dogs-chew.md delete mode 100644 .changeset/short-bugs-stare.md delete mode 100644 .changeset/sour-flowers-love.md delete mode 100644 .changeset/thirty-snakes-float.md delete mode 100644 .changeset/tough-rivers-tell.md delete mode 100644 .changeset/twenty-panthers-report.md diff --git a/.changeset/blue-gorillas-help.md b/.changeset/blue-gorillas-help.md deleted file mode 100644 index f299d8a2..00000000 --- a/.changeset/blue-gorillas-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/svelte': patch ---- - -Prevent selecting of edges when spacebar is pressed diff --git a/.changeset/dry-pianos-fail.md b/.changeset/dry-pianos-fail.md deleted file mode 100644 index d8c7acf4..00000000 --- a/.changeset/dry-pianos-fail.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@xyflow/react": minor -"@xyflow/svelte": minor -"@xyflow/system": patch ---- - -Add `ariaRole` prop to nodes and edges diff --git a/.changeset/friendly-monkeys-fry.md b/.changeset/friendly-monkeys-fry.md deleted file mode 100644 index d62a60eb..00000000 --- a/.changeset/friendly-monkeys-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/svelte': patch ---- - -Fix data in `EdgeProps` that was not typed correctly diff --git a/.changeset/funny-mayflies-grin.md b/.changeset/funny-mayflies-grin.md deleted file mode 100644 index cd46d039..00000000 --- a/.changeset/funny-mayflies-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/svelte': patch ---- - -Fix initial fitView for SSR diff --git a/.changeset/grumpy-spiders-play.md b/.changeset/grumpy-spiders-play.md deleted file mode 100644 index 2a3cedd6..00000000 --- a/.changeset/grumpy-spiders-play.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@xyflow/react': minor -'@xyflow/svelte': minor -'@xyflow/system': patch ---- - -Improve typing for Nodes diff --git a/.changeset/hip-fireants-change.md b/.changeset/hip-fireants-change.md deleted file mode 100644 index 90137725..00000000 --- a/.changeset/hip-fireants-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/svelte': patch ---- - -Fix setting nodesInitialized multiple times diff --git a/.changeset/late-taxis-press.md b/.changeset/late-taxis-press.md deleted file mode 100644 index 05def642..00000000 --- a/.changeset/late-taxis-press.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@xyflow/react': minor -'@xyflow/svelte': minor -'@xyflow/system': patch ---- - -Add an `ease` and `interpolate` option to all function that alter the viewport diff --git a/.changeset/nine-crabs-help.md b/.changeset/nine-crabs-help.md deleted file mode 100644 index 747174ac..00000000 --- a/.changeset/nine-crabs-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/svelte': patch ---- - -Change a11y description inline styles to classes diff --git a/.changeset/quiet-forks-visit.md b/.changeset/quiet-forks-visit.md deleted file mode 100644 index 89c3a0ee..00000000 --- a/.changeset/quiet-forks-visit.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@xyflow/react": minor -"@xyflow/svelte": minor -"@xyflow/system": patch ---- - -Add `ariaLabelConfig` prop for customizing UI text like aria labels and descriptions. - diff --git a/.changeset/sharp-dogs-chew.md b/.changeset/sharp-dogs-chew.md deleted file mode 100644 index 2c8f2acc..00000000 --- a/.changeset/sharp-dogs-chew.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@xyflow/react': minor -'@xyflow/svelte': minor -'@xyflow/system': patch ---- - -Add `domAttributes` option for nodes and edges diff --git a/.changeset/short-bugs-stare.md b/.changeset/short-bugs-stare.md deleted file mode 100644 index 1ac80cac..00000000 --- a/.changeset/short-bugs-stare.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@xyflow/react': minor -'@xyflow/svelte': minor -'@xyflow/system': patch ---- - -Prevent NodeResizer controls to become too small when zooming out diff --git a/.changeset/sour-flowers-love.md b/.changeset/sour-flowers-love.md deleted file mode 100644 index 3fc49168..00000000 --- a/.changeset/sour-flowers-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/svelte': patch ---- - -Fix `ViewportPortal` not working when used outside of `SvelteFlow` component diff --git a/.changeset/thirty-snakes-float.md b/.changeset/thirty-snakes-float.md deleted file mode 100644 index 8b39c4f3..00000000 --- a/.changeset/thirty-snakes-float.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@xyflow/react": minor -"@xyflow/svelte": minor ---- - -Focus nodes on tab if not within the viewport and add a new prop `autoPanOnNodeFocus` diff --git a/.changeset/tough-rivers-tell.md b/.changeset/tough-rivers-tell.md deleted file mode 100644 index d2e2e7e4..00000000 --- a/.changeset/tough-rivers-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/svelte': patch ---- - -Export missing callback types diff --git a/.changeset/twenty-panthers-report.md b/.changeset/twenty-panthers-report.md deleted file mode 100644 index 7ea0afba..00000000 --- a/.changeset/twenty-panthers-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@xyflow/svelte': patch ---- - -Display nodes correctly in SSR output diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 1fe6fa4b..64db3c57 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,28 @@ # @xyflow/react +## 12.7.0 + +### Minor Changes + +- [#5299](https://github.com/xyflow/xyflow/pull/5299) [`848b486b`](https://github.com/xyflow/xyflow/commit/848b486b2201b650ecb3317f367a723edb2458e1) Thanks [@printerscanner](https://github.com/printerscanner)! - Add `ariaRole` prop to nodes and edges + +- [#5280](https://github.com/xyflow/xyflow/pull/5280) [`dba6faf2`](https://github.com/xyflow/xyflow/commit/dba6faf20e7ec2524d5270d177331d3bd260f3ac) Thanks [@moklick](https://github.com/moklick)! - Improve typing for Nodes + +- [#5276](https://github.com/xyflow/xyflow/pull/5276) [`6ce44a05`](https://github.com/xyflow/xyflow/commit/6ce44a05c829068ff5a8416ce3fa4ee6e0eced48) Thanks [@moklick](https://github.com/moklick)! - Add an `ease` and `interpolate` option to all function that alter the viewport + +- [#5277](https://github.com/xyflow/xyflow/pull/5277) [`f59730ce`](https://github.com/xyflow/xyflow/commit/f59730ce3530a91f579f6bbd2ea9335680f552ef) Thanks [@printerscanner](https://github.com/printerscanner)! - Add `ariaLabelConfig` prop for customizing UI text like aria labels and descriptions. + +- [#5317](https://github.com/xyflow/xyflow/pull/5317) [`09458f52`](https://github.com/xyflow/xyflow/commit/09458f52ff57356e03404c58e9bfdbfd50579850) Thanks [@moklick](https://github.com/moklick)! - Add `domAttributes` option for nodes and edges + +- [#5326](https://github.com/xyflow/xyflow/pull/5326) [`050b511c`](https://github.com/xyflow/xyflow/commit/050b511cd6966ba526299f7ca11f9ca4791fd2cf) Thanks [@peterkogo](https://github.com/peterkogo)! - Prevent NodeResizer controls to become too small when zooming out + +- [#5308](https://github.com/xyflow/xyflow/pull/5308) [`09fab679`](https://github.com/xyflow/xyflow/commit/09fab6794031410c9e9465281d038c3520afe783) Thanks [@printerscanner](https://github.com/printerscanner)! - Focus nodes on tab if not within the viewport and add a new prop `autoPanOnNodeFocus` + +### Patch Changes + +- Updated dependencies [[`848b486b`](https://github.com/xyflow/xyflow/commit/848b486b2201b650ecb3317f367a723edb2458e1), [`dba6faf2`](https://github.com/xyflow/xyflow/commit/dba6faf20e7ec2524d5270d177331d3bd260f3ac), [`6ce44a05`](https://github.com/xyflow/xyflow/commit/6ce44a05c829068ff5a8416ce3fa4ee6e0eced48), [`f59730ce`](https://github.com/xyflow/xyflow/commit/f59730ce3530a91f579f6bbd2ea9335680f552ef), [`09458f52`](https://github.com/xyflow/xyflow/commit/09458f52ff57356e03404c58e9bfdbfd50579850), [`050b511c`](https://github.com/xyflow/xyflow/commit/050b511cd6966ba526299f7ca11f9ca4791fd2cf)]: + - @xyflow/system@0.0.62 + ## 12.6.4 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 25846b72..321fa20c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/react", - "version": "12.6.4", + "version": "12.7.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 4b7b5d7e..d695cb8d 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -1,5 +1,44 @@ # @xyflow/svelte +## 1.1.0 + +### Minor Changes + +- [#5299](https://github.com/xyflow/xyflow/pull/5299) [`848b486b`](https://github.com/xyflow/xyflow/commit/848b486b2201b650ecb3317f367a723edb2458e1) Thanks [@printerscanner](https://github.com/printerscanner)! - Add `ariaRole` prop to nodes and edges + +- [#5280](https://github.com/xyflow/xyflow/pull/5280) [`dba6faf2`](https://github.com/xyflow/xyflow/commit/dba6faf20e7ec2524d5270d177331d3bd260f3ac) Thanks [@moklick](https://github.com/moklick)! - Improve typing for Nodes + +- [#5276](https://github.com/xyflow/xyflow/pull/5276) [`6ce44a05`](https://github.com/xyflow/xyflow/commit/6ce44a05c829068ff5a8416ce3fa4ee6e0eced48) Thanks [@moklick](https://github.com/moklick)! - Add an `ease` and `interpolate` option to all function that alter the viewport + +- [#5277](https://github.com/xyflow/xyflow/pull/5277) [`f59730ce`](https://github.com/xyflow/xyflow/commit/f59730ce3530a91f579f6bbd2ea9335680f552ef) Thanks [@printerscanner](https://github.com/printerscanner)! - Add `ariaLabelConfig` prop for customizing UI text like aria labels and descriptions. + +- [#5317](https://github.com/xyflow/xyflow/pull/5317) [`09458f52`](https://github.com/xyflow/xyflow/commit/09458f52ff57356e03404c58e9bfdbfd50579850) Thanks [@moklick](https://github.com/moklick)! - Add `domAttributes` option for nodes and edges + +- [#5326](https://github.com/xyflow/xyflow/pull/5326) [`050b511c`](https://github.com/xyflow/xyflow/commit/050b511cd6966ba526299f7ca11f9ca4791fd2cf) Thanks [@peterkogo](https://github.com/peterkogo)! - Prevent NodeResizer controls to become too small when zooming out + +- [#5308](https://github.com/xyflow/xyflow/pull/5308) [`09fab679`](https://github.com/xyflow/xyflow/commit/09fab6794031410c9e9465281d038c3520afe783) Thanks [@printerscanner](https://github.com/printerscanner)! - Focus nodes on tab if not within the viewport and add a new prop `autoPanOnNodeFocus` + +### Patch Changes + +- [#5327](https://github.com/xyflow/xyflow/pull/5327) [`75ed6dec`](https://github.com/xyflow/xyflow/commit/75ed6decfb3ff408f6136bc1bc712fc4eb3737ef) Thanks [@peterkogo](https://github.com/peterkogo)! - Prevent selecting of edges when spacebar is pressed + +- [#5294](https://github.com/xyflow/xyflow/pull/5294) [`4a582e23`](https://github.com/xyflow/xyflow/commit/4a582e2371066170b12f3df947f24fe233b542cd) Thanks [@peterkogo](https://github.com/peterkogo)! - Fix data in `EdgeProps` that was not typed correctly + +- [#5327](https://github.com/xyflow/xyflow/pull/5327) [`d0c36fdb`](https://github.com/xyflow/xyflow/commit/d0c36fdb708b784cbbd87711512b813eb68757ac) Thanks [@peterkogo](https://github.com/peterkogo)! - Fix initial fitView for SSR + +- [#5275](https://github.com/xyflow/xyflow/pull/5275) [`a67bfc09`](https://github.com/xyflow/xyflow/commit/a67bfc09d5b352b5ff3b896c9a9e7138f2c4b20c) Thanks [@peterkogo](https://github.com/peterkogo)! - Fix setting nodesInitialized multiple times + +- [#5271](https://github.com/xyflow/xyflow/pull/5271) [`5224a1a2`](https://github.com/xyflow/xyflow/commit/5224a1a252eee59ffc48fffd74872206e19207f3) Thanks [@leejuyuu](https://github.com/leejuyuu)! - Change a11y description inline styles to classes + +- [#5327](https://github.com/xyflow/xyflow/pull/5327) [`d0c36fdb`](https://github.com/xyflow/xyflow/commit/d0c36fdb708b784cbbd87711512b813eb68757ac) Thanks [@peterkogo](https://github.com/peterkogo)! - Fix `ViewportPortal` not working when used outside of `SvelteFlow` component + +- [#5295](https://github.com/xyflow/xyflow/pull/5295) [`93aefe71`](https://github.com/xyflow/xyflow/commit/93aefe71fb199d0e3463aca38a4564252ab8cbf4) Thanks [@peterkogo](https://github.com/peterkogo)! - Export missing callback types + +- [#5327](https://github.com/xyflow/xyflow/pull/5327) [`d0c36fdb`](https://github.com/xyflow/xyflow/commit/d0c36fdb708b784cbbd87711512b813eb68757ac) Thanks [@peterkogo](https://github.com/peterkogo)! - Display nodes correctly in SSR output + +- Updated dependencies [[`848b486b`](https://github.com/xyflow/xyflow/commit/848b486b2201b650ecb3317f367a723edb2458e1), [`dba6faf2`](https://github.com/xyflow/xyflow/commit/dba6faf20e7ec2524d5270d177331d3bd260f3ac), [`6ce44a05`](https://github.com/xyflow/xyflow/commit/6ce44a05c829068ff5a8416ce3fa4ee6e0eced48), [`f59730ce`](https://github.com/xyflow/xyflow/commit/f59730ce3530a91f579f6bbd2ea9335680f552ef), [`09458f52`](https://github.com/xyflow/xyflow/commit/09458f52ff57356e03404c58e9bfdbfd50579850), [`050b511c`](https://github.com/xyflow/xyflow/commit/050b511cd6966ba526299f7ca11f9ca4791fd2cf)]: + - @xyflow/system@0.0.62 + ## 1.0.2 ### Patch Changes diff --git a/packages/svelte/package.json b/packages/svelte/package.json index cdb2551f..c7494d86 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/svelte", - "version": "1.0.2", + "version": "1.1.0", "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 a7eb7ee9..d04007ec 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,5 +1,21 @@ # @xyflow/system +## 0.0.62 + +### Patch Changes + +- [#5299](https://github.com/xyflow/xyflow/pull/5299) [`848b486b`](https://github.com/xyflow/xyflow/commit/848b486b2201b650ecb3317f367a723edb2458e1) Thanks [@printerscanner](https://github.com/printerscanner)! - Add `ariaRole` prop to nodes and edges + +- [#5280](https://github.com/xyflow/xyflow/pull/5280) [`dba6faf2`](https://github.com/xyflow/xyflow/commit/dba6faf20e7ec2524d5270d177331d3bd260f3ac) Thanks [@moklick](https://github.com/moklick)! - Improve typing for Nodes + +- [#5276](https://github.com/xyflow/xyflow/pull/5276) [`6ce44a05`](https://github.com/xyflow/xyflow/commit/6ce44a05c829068ff5a8416ce3fa4ee6e0eced48) Thanks [@moklick](https://github.com/moklick)! - Add an `ease` and `interpolate` option to all function that alter the viewport + +- [#5277](https://github.com/xyflow/xyflow/pull/5277) [`f59730ce`](https://github.com/xyflow/xyflow/commit/f59730ce3530a91f579f6bbd2ea9335680f552ef) Thanks [@printerscanner](https://github.com/printerscanner)! - Add `ariaLabelConfig` prop for customizing UI text like aria labels and descriptions. + +- [#5317](https://github.com/xyflow/xyflow/pull/5317) [`09458f52`](https://github.com/xyflow/xyflow/commit/09458f52ff57356e03404c58e9bfdbfd50579850) Thanks [@moklick](https://github.com/moklick)! - Add `domAttributes` option for nodes and edges + +- [#5326](https://github.com/xyflow/xyflow/pull/5326) [`050b511c`](https://github.com/xyflow/xyflow/commit/050b511cd6966ba526299f7ca11f9ca4791fd2cf) Thanks [@peterkogo](https://github.com/peterkogo)! - Prevent NodeResizer controls to become too small when zooming out + ## 0.0.61 ### Patch Changes diff --git a/packages/system/package.json b/packages/system/package.json index 3ed062f2..904d1e22 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@xyflow/system", - "version": "0.0.61", + "version": "0.0.62", "description": "xyflow core system that powers React Flow and Svelte Flow.", "keywords": [ "node-based UI",