Merge branch 'main' of https://github.com/xyflow/xyflow into 5030-focus-nodes-when-user-selects-via-tab

This commit is contained in:
Abbey Yacoe
2025-06-04 12:00:34 +02:00
41 changed files with 360 additions and 84 deletions
+7
View File
@@ -0,0 +1,7 @@
---
"@xyflow/react": minor
"@xyflow/svelte": minor
"@xyflow/system": patch
---
Add `ariaRole` prop to nodes and edges
+1 -1
View File
@@ -2,4 +2,4 @@
'@xyflow/svelte': patch
---
Fix data in EdgeProps not typed correctly
Fix data in `EdgeProps` that was not typed correctly
+1 -1
View File
@@ -1,7 +1,7 @@
---
'@xyflow/react': minor
'@xyflow/svelte': minor
'@xyflow/system': minor
'@xyflow/system': patch
---
Improve typing for Nodes
+1 -1
View File
@@ -1,7 +1,7 @@
---
'@xyflow/react': minor
'@xyflow/svelte': minor
'@xyflow/system': minor
'@xyflow/system': patch
---
Add an `ease` and `interpolate` option to all function that alter the viewport
+8
View File
@@ -0,0 +1,8 @@
---
"@xyflow/react": minor
"@xyflow/svelte": minor
"@xyflow/system": patch
---
Add `ariaLabelConfig` prop for customizing UI text like aria labels and descriptions.