chore(changelogs): update

This commit is contained in:
moklick
2024-01-16 18:13:09 +01:00
parent 140adde5fc
commit 7c49121c6e
2 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
- use position instead of positionAbsolute for `getNodesBounds`
- add second option param to `screenToFlowPosition` for configuring if `snapToGrid` should be used
- infer types for `getIncomers`, `getOutgoers`, `updateEdge`, `addEdge` and `getConnectedEdges` thanks @joeyballentine
- refactor handles: prefix with flow id for handling nested flows
- add comments for types like `ReactFlowProps` or `Node` for a better developer experience
## 12.0.0-next.6

View File

@@ -8,6 +8,8 @@
- add slot to `Controls`
- cleanup `ControlButton` types
- infer types for `getIncomers`, `getOutgoers`, `updateEdge`, `addEdge` and `getConnectedEdges` thanks @joeyballentine
- refactor handles: prefix with flow id for handling nested flows
- add comments for types like `SvelteFlowProps` or `Node` for a better developer experience
## 0.0.33