chore: next release

This commit is contained in:
github-actions[bot]
2023-01-07 18:06:11 +01:00
committed by Braks
parent 0c784a27a9
commit b835e173be
6 changed files with 15 additions and 21 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Prevent elements that have selectable disabled from being selected
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': minor
---
Add `deletable` option to nodes and edges. If set to false it will prevent nodes and edges to be removed when `removeNodes` or `removeEdges` is triggered
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Skip updating positions when `updateNodeInternals` is triggered - it will only update node dimensions (which can trigger a position update)
-5
View File
@@ -1,5 +0,0 @@
---
'@vue-flow/core': patch
---
Use flush timing `pre` for NodeWrapper watchers