Merge pull request #5327 from xyflow/fix/svelte-ssr-portals

Fix SSR and portals in Svelte Flow & update Astro Example
This commit is contained in:
Moritz Klack
2025-06-11 13:29:14 +02:00
committed by GitHub
19 changed files with 2117 additions and 1909 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@xyflow/svelte': patch
---
Prevent selecting of edges when spacebar is pressed
+5
View File
@@ -0,0 +1,5 @@
---
'@xyflow/svelte': patch
---
Fix initial fitView for SSR
+5
View File
@@ -0,0 +1,5 @@
---
'@xyflow/svelte': patch
---
Fix `ViewportPortal` not working when used outside of `SvelteFlow` component
+5
View File
@@ -0,0 +1,5 @@
---
'@xyflow/svelte': patch
---
Display nodes correctly in SSR output