chore: add changesets

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-01-18 23:08:30 +01:00
committed by Braks
parent c13d28d5e2
commit 449a3f2a51
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
'@vue-flow/core': patch
---
Remove `extent` option from `setNodes` & `addNodes` action. Extent should be passed to a node or set with the global option.

View File

@@ -0,0 +1,5 @@
---
'@vue-flow/core': patch
---
Use computed var to get current node in `useDrag`. Fixes issue where overwriting a node breaks drag handler.