From f178453c17dac6669fe2f47b9524284ffc8bec24 Mon Sep 17 00:00:00 2001 From: moklick Date: Wed, 11 Jun 2025 09:11:08 +0200 Subject: [PATCH] chore(changesets): cleanup --- .changeset/funny-mayflies-grin.md | 2 +- .changeset/sour-flowers-love.md | 2 +- .changeset/twenty-panthers-report.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/funny-mayflies-grin.md b/.changeset/funny-mayflies-grin.md index 051974c6..cd46d039 100644 --- a/.changeset/funny-mayflies-grin.md +++ b/.changeset/funny-mayflies-grin.md @@ -2,4 +2,4 @@ '@xyflow/svelte': patch --- -Fix initial fitView when server side rendering +Fix initial fitView for SSR diff --git a/.changeset/sour-flowers-love.md b/.changeset/sour-flowers-love.md index 2f52db60..3fc49168 100644 --- a/.changeset/sour-flowers-love.md +++ b/.changeset/sour-flowers-love.md @@ -2,4 +2,4 @@ '@xyflow/svelte': patch --- -Fix ViewportPortal not working when used outside of SvelteFlow component +Fix `ViewportPortal` not working when used outside of `SvelteFlow` component diff --git a/.changeset/twenty-panthers-report.md b/.changeset/twenty-panthers-report.md index c4809a04..7ea0afba 100644 --- a/.changeset/twenty-panthers-report.md +++ b/.changeset/twenty-panthers-report.md @@ -2,4 +2,4 @@ '@xyflow/svelte': patch --- -Fix nodes being hidden in SSR output +Display nodes correctly in SSR output