chore(changeset): cleanup

This commit is contained in:
moklick
2025-06-03 13:40:42 +02:00
parent 6543ddc31c
commit 1a3e293bf9
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@xyflow/svelte': patch '@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/react': minor
'@xyflow/svelte': minor '@xyflow/svelte': minor
'@xyflow/system': minor '@xyflow/system': patch
--- ---
Improve typing for Nodes Improve typing for Nodes
+1 -1
View File
@@ -1,7 +1,7 @@
--- ---
'@xyflow/react': minor '@xyflow/react': minor
'@xyflow/svelte': minor '@xyflow/svelte': minor
'@xyflow/system': minor '@xyflow/system': patch
--- ---
Add an `ease` and `interpolate` option to all function that alter the viewport Add an `ease` and `interpolate` option to all function that alter the viewport
+2 -2
View File
@@ -1,8 +1,8 @@
--- ---
"@xyflow/react": minor "@xyflow/react": minor
"@xyflow/svelte": minor "@xyflow/svelte": minor
"@xyflow/system": minor "@xyflow/system": patch
--- ---
feat(a11y): add generalized labelConfig for customizable UI text and localization & ARIA descriptions Add `labelConfig` prop for customizing UI text like aria labels and descriptions.