chore(changesets): cleanup

This commit is contained in:
moklick
2025-10-20 13:17:03 +02:00
parent b01ab38722
commit 5891ddd0cd
6 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -4,4 +4,4 @@
'@xyflow/system': patch '@xyflow/system': patch
--- ---
Add EdgeToolbar component Add `EdgeToolbar` component
+1 -1
View File
@@ -2,4 +2,4 @@
'@xyflow/svelte': patch '@xyflow/svelte': patch
--- ---
Suppress svelte/prefer-svelte-reactivity warnings Suppress `svelte/prefer-svelte-reactivity` warnings
+1 -1
View File
@@ -4,4 +4,4 @@
'@xyflow/svelte': patch '@xyflow/svelte': patch
--- ---
Let NodeResizer props change during ongoing resize Let `NodeResizer` props change during ongoing resize
+1 -1
View File
@@ -3,4 +3,4 @@
'@xyflow/system': patch '@xyflow/system': patch
--- ---
Do not crash minimap if all nodes are hidden Do not crash mini map if all nodes are hidden
+1 -1
View File
@@ -2,4 +2,4 @@
'@xyflow/svelte': minor '@xyflow/svelte': minor
--- ---
Add resizeDirection prop to ResizeControls Add `resizeDirection` prop to `ResizeControls`
+3 -1
View File
@@ -1,5 +1,7 @@
--- ---
'@xyflow/react': patch
'@xyflow/svelte': patch
'@xyflow/system': patch '@xyflow/system': patch
--- ---
Always call onMoveEnd when onMoveStart was called Always call `onMoveEnd` when `onMoveStart` was called