From d88f72a6cca9a12c9b7a91bc330927f00b66b780 Mon Sep 17 00:00:00 2001 From: moklick Date: Mon, 26 Feb 2024 14:35:43 +0100 Subject: [PATCH] chore(packages): update changelogs --- packages/react/CHANGELOG.md | 12 ++++++++++++ packages/svelte/CHANGELOG.md | 10 ++++++++++ 2 files changed, 22 insertions(+) diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index e2e23ca4..593cd975 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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 diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 2f34e1a3..0e8a5abf 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -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