chore: add changesets

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-30 01:06:52 +01:00
committed by Braks
parent 839fa6ba22
commit 1160d3d2fb
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@vue-flow/core': patch
---
Fix props being undefined on first render of custom node and edge components
+5
View File
@@ -0,0 +1,5 @@
---
'@vue-flow/core': patch
---
Remove `nodes` property from `ConnectionLineProps` - use `getNodes` inside the component instead ⚠️