Skip to content

Commit

Permalink
Merge pull request #519 from xyflow/whats-new-@xyflow/[email protected]
Browse files Browse the repository at this point in the history
What's new in @xyflow/[email protected]
  • Loading branch information
peterkogo authored Sep 26, 2024
2 parents 59c097c + 51cd39c commit a7ae8be
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions sites/svelteflow.dev/src/pages/whats-new/2024-09-26.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Svelte Flow 0.1.20"
description: "Changelog for Svelte Flow version 0.1.20"
authors: [xyflow]
date: '2024-09-26T10:50:00'
---
# Whats New in Svelte Flow 0.1.20
### Patch Changes

- [#4670](https://github.com/xyflow/xyflow/pull/4670) Fix initial `fitView` not working correctly for `nodeOrigin` other than [0,0]

- [#4670](https://github.com/xyflow/xyflow/pull/4670) Improve `fitView` to respect clamped node positions based on `nodeExtent`

- [#4653](https://github.com/xyflow/xyflow/pull/4653) Calculate viewport dimensions in `fitView` instead of using stored dimensions. Fixes [#4652](https://github.com/xyflow/xyflow/issues/4652)

- [#4681](https://github.com/xyflow/xyflow/pull/4681) Fix crash when deleting nodes while dragging. Closes [#4677](https://github.com/xyflow/xyflow/issues/4677)

0 comments on commit a7ae8be

Please sign in to comment.