chore(packages): bump

This commit is contained in:
moklick
2023-10-31 18:44:20 +01:00
parent 39f7829726
commit 00dc0c7347
3 changed files with 11 additions and 2 deletions
+9
View File
@@ -1,3 +1,12 @@
## 0.0.25
- add `toObject` to `useSvelteFlow` hook
- export `BezierEdge`, `StepEdge` and `SmoothStepEdge` components
- handle window resize (Minimap updates its viewport)
- fix wrongly selected nodes
- fix connection line z-index
- fix broken edges (`interactionWidth` was missing)
## 0.0.24
- update node automatically when `type`, `sourcePosition` or `targetPosition` option changes