From 59e656ea24aca044851971930da823644f159faa Mon Sep 17 00:00:00 2001 From: moklick Date: Thu, 29 Feb 2024 12:54:24 +0100 Subject: [PATCH] chore(changelogs) --- packages/react/CHANGELOG.md | 1 + packages/svelte/CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 69b51bf7..0f5f3b92 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -5,6 +5,7 @@ ## ⚠️ Breaking changes - `useNodesData` not only returns data objects but also the type and the id of the node +- status class names for Handle components are slightly different. It's now "connectingfrom" and "connectingto" instead of "connecting" ## Patch changes diff --git a/packages/svelte/CHANGELOG.md b/packages/svelte/CHANGELOG.md index 948e69eb..ea7f4181 100644 --- a/packages/svelte/CHANGELOG.md +++ b/packages/svelte/CHANGELOG.md @@ -5,6 +5,7 @@ ## ⚠️ Breaking changes - `useNodesData` not only returns data objects but also the type and the id of the node +- status class names for Handle components are slightly different. It's now "connectingfrom" and "connectingto" instead of "connecting" ## Patch changes