From d05a297dacd9a0f5f9a0a68eee318464b6fa254f Mon Sep 17 00:00:00 2001 From: moklick Date: Mon, 23 Sep 2024 15:54:54 +0200 Subject: [PATCH] chore(changesets): cleanup --- .changeset/curly-cows-repeat.md | 2 +- .changeset/cyan-frogs-lick.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/curly-cows-repeat.md b/.changeset/curly-cows-repeat.md index 513a1bf4..87b3935f 100644 --- a/.changeset/curly-cows-repeat.md +++ b/.changeset/curly-cows-repeat.md @@ -4,4 +4,4 @@ '@xyflow/react': patch --- -Fix initial fitView not working correctly for nodeOrigin other than [0,0] +Fix initial `fitView` not working correctly for `nodeOrigin` other than [0,0] diff --git a/.changeset/cyan-frogs-lick.md b/.changeset/cyan-frogs-lick.md index 238d073b..11109aab 100644 --- a/.changeset/cyan-frogs-lick.md +++ b/.changeset/cyan-frogs-lick.md @@ -3,4 +3,4 @@ '@xyflow/react': patch --- -Improve fitView to resepct any clamped node positions based on nodeExtent +Improve `fitView` to respect clamped node positions based on `nodeExtent`