chore(packages): update changelogs

This commit is contained in:
moklick
2024-02-26 14:35:43 +01:00
parent 8a6e214e6c
commit d88f72a6cc
2 changed files with 22 additions and 0 deletions
+12
View File
@@ -1,5 +1,17 @@
# @xyflow/react
## 12.0.0-next.10
## ⚠️ Breaking changes
- `useNodesData` not only returns data objects but also the type and the id of the node.
## Patch changes
- better cursor defaults for the pane, nodes and edges
- `disableKeyboardA11y` now also disables Enter and Escape for selecting/deselecting nodes and edges
## 12.0.0-next.9
### Patch changes
+10
View File
@@ -1,5 +1,15 @@
# @xyflow/svelte
## 0.0.37
## ⚠️ Breaking changes
- `useNodesData` not only returns data objects but also the type and the id of the node.
## Patch changes
- better cursor defaults for the pane, nodes and edges.
## 0.0.36
## Patch changes