Merge branch 'main' into bug-fix-node-positions

This commit is contained in:
Dylan Middendorf
2025-07-09 14:37:26 -04:00
103 changed files with 4114 additions and 3146 deletions
-7
View File
@@ -1,7 +0,0 @@
---
"@xyflow/react": minor
"@xyflow/svelte": minor
"@xyflow/system": patch
---
Add `ariaRole` prop to nodes and edges
+5
View File
@@ -0,0 +1,5 @@
---
'@xyflow/react': patch
---
Fix node fallback to respect custom default node type when unknown node type is encountered
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/svelte': patch
---
Fix data in `EdgeProps` that was not typed correctly
-7
View File
@@ -1,7 +0,0 @@
---
'@xyflow/react': minor
'@xyflow/svelte': minor
'@xyflow/system': patch
---
Improve typing for Nodes
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/svelte': patch
---
Fix setting nodesInitialized multiple times
-7
View File
@@ -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
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/svelte': patch
---
Change a11y description inline styles to classes
+6
View File
@@ -0,0 +1,6 @@
---
'@xyflow/react': patch
'@xyflow/svelte': patch
---
Return intersections correctly of passed node is bigger than intersecting nodes
+5
View File
@@ -0,0 +1,5 @@
---
'@xyflow/react': patch
---
Fix edge fallback to respect custom default edge type when unknown edge type is encountered.
-8
View File
@@ -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.
-5
View File
@@ -1,5 +0,0 @@
---
'@xyflow/svelte': patch
---
Export missing callback types