chore(changelog): update

This commit is contained in:
moklick
2024-07-08 15:51:38 +02:00
parent e5b8236a60
commit e59bdc07ac
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -1,5 +1,9 @@
# @xyflow/react
## 12.0.0-next.27
- return Promises for `setViewport`, `fitView`, `fitBounds` and `zoomTo` to be able to await viewport update
## 12.0.0-next.26
- add `autoPanSpeed` prop
+4
View File
@@ -1,5 +1,9 @@
# @xyflow/svelte
## 0.1.9
- return Promises for `setViewport`, `fitView`, `fitBounds` and `zoomTo` to be able to await viewport update
## 0.1.8
- `useConnection` returns `ConnectionState` with `toNode` and `toHandle`