-
-
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 #507 from xyflow/whats-new-@xyflow/[email protected]
What's new in @xyflow/[email protected]
- Loading branch information
Showing
1 changed file
with
14 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,14 @@ | ||
--- | ||
title: "Svelte Flow 0.1.19" | ||
description: "Changelog for Svelte Flow version 0.1.19" | ||
authors: [xyflow] | ||
date: '2024-09-12T12:00:00' | ||
--- | ||
# Whats New in Svelte Flow 0.1.19 | ||
### Patch Changes | ||
|
||
- [#4477](https://github.com/xyflow/xyflow/pull/4477) [`d5592e75`](https://github.com/xyflow/xyflow/commit/d5592e7508bc32d5ffc953844b1d42b9ec59b25b) Add `getNodesBounds` to `useReactFlow`/`useSvelteFlow` hook as the new recommended way of determining node bounds. | ||
|
||
- [#4572](https://github.com/xyflow/xyflow/pull/4572) [`1445e148`](https://github.com/xyflow/xyflow/commit/1445e1483118c966ff6de3f29c5473c93f6b99f1) Add nodeExtent prop to `<SvelteFlow />`. You can now restrict nodes from leaving a specified extent. | ||
|
||
- [#4572](https://github.com/xyflow/xyflow/pull/4572) [`d9563505`](https://github.com/xyflow/xyflow/commit/d9563505d8fb01862a3a6bae6e05dcea626c2e26) Improve handling of global and individual `nodeExtent`s. Nodes will never render outside of specified extents. |