chore: next release

This commit is contained in:
github-actions[bot]
2023-01-19 14:15:35 +01:00
committed by Braks
parent cd0658534a
commit c07e62be68
5 changed files with 11 additions and 16 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Add warning when trying to duplicate an element or remove an element that does not exist
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Remove `extent` option from `setNodes` & `addNodes` action. Extent should be passed to a node or set with the global option.
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Use computed var to get current node in `useDrag`. Fixes issue where overwriting a node breaks drag handler.