make two seperate changesets for fix and the new features

This commit is contained in:
peterkogo
2025-03-26 12:57:16 +01:00
parent 04a2b651a5
commit acba901d86
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
'@xyflow/react': minor
---
You can now express paddings in fitViewOptions as pixels ('30px'), as viewport percentages ('20%') and define different paddings for each side.

View File

@@ -1,7 +1,7 @@
---
'@xyflow/react': minor
'@xyflow/react': patch
'@xyflow/svelte': patch
'@xyflow/system': patch
---
Fix fitView not working when adding new nodes
Fix fitView not working immediately after adding new nodes