From 1160d3d2fbbae1988c7d72c56a1adcab4b1a53dd Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 30 Dec 2022 00:56:30 +0100 Subject: [PATCH] chore: add changesets Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- .changeset/large-actors-tap.md | 5 +++++ .changeset/sixty-lions-tell.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changeset/large-actors-tap.md create mode 100644 .changeset/sixty-lions-tell.md diff --git a/.changeset/large-actors-tap.md b/.changeset/large-actors-tap.md new file mode 100644 index 00000000..8967c09e --- /dev/null +++ b/.changeset/large-actors-tap.md @@ -0,0 +1,5 @@ +--- +'@vue-flow/core': patch +--- + +Fix props being undefined on first render of custom node and edge components diff --git a/.changeset/sixty-lions-tell.md b/.changeset/sixty-lions-tell.md new file mode 100644 index 00000000..c5f86e56 --- /dev/null +++ b/.changeset/sixty-lions-tell.md @@ -0,0 +1,5 @@ +--- +'@vue-flow/core': patch +--- + +Remove `nodes` property from `ConnectionLineProps` - use `getNodes` inside the component instead ⚠️