chore(changeset): format

This commit is contained in:
moklick
2024-09-12 12:04:41 +02:00
parent 1766b5d066
commit 8ab2eedd45
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@xyflow/react': patch
---
Fix Minimap only displaying nodes when providing onNodesChange
Fix `<Minimap />` only displaying nodes when providing `onNodesChange`.
+1 -1
View File
@@ -4,4 +4,4 @@
'@xyflow/system': patch
---
Add getNodesBounds to useReactFlow/useSvelteFlow hook as the new recommended way of determining node bounds.
Add `getNodesBounds` to `useReactFlow`/`useSvelteFlow` hook as the new recommended way of determining node bounds.
+1 -1
View File
@@ -2,4 +2,4 @@
'@xyflow/svelte': patch
---
Add nodeExtent prop to &lt;SvelteFlow &gt;. You can now restrict nodes from leaving a specified extent.
Add nodeExtent prop to `<SvelteFlow />`. You can now restrict nodes from leaving a specified extent.
+1 -1
View File
@@ -4,4 +4,4 @@
'@xyflow/system': patch
---
Improve handling of global and individual nodeExtents. Nodes will never render outside of specified extents.
Improve handling of global and individual `nodeExtent`s. Nodes will never render outside of specified extents.