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

View File

@@ -4,4 +4,4 @@
'@xyflow/system': patch
---
Add EdgeToolbar component
Add `EdgeToolbar` component

View File

@@ -2,4 +2,4 @@
'@xyflow/svelte': patch
---
Suppress svelte/prefer-svelte-reactivity warnings
Suppress `svelte/prefer-svelte-reactivity` warnings

View File

@@ -4,4 +4,4 @@
'@xyflow/svelte': patch
---
Let NodeResizer props change during ongoing resize
Let `NodeResizer` props change during ongoing resize

View File

@@ -3,4 +3,4 @@
'@xyflow/system': patch
---
Do not crash minimap if all nodes are hidden
Do not crash mini map if all nodes are hidden

View File

@@ -2,4 +2,4 @@
'@xyflow/svelte': minor
---
Add resizeDirection prop to ResizeControls
Add `resizeDirection` prop to `ResizeControls`

View File

@@ -1,5 +1,7 @@
---
'@xyflow/react': patch
'@xyflow/svelte': patch
'@xyflow/system': patch
---
Always call onMoveEnd when onMoveStart was called
Always call `onMoveEnd` when `onMoveStart` was called