-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #519 from xyflow/whats-new-@xyflow/[email protected]
What's new in @xyflow/[email protected]
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |