chore: bump versions

This commit is contained in:
github-actions[bot]
2023-07-24 23:46:59 +02:00
committed by Braks
parent 02891b3aa9
commit b3c70da5e2
10 changed files with 23 additions and 41 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Deprecate `getTransform` and `setTransform` and add `getViewport` and `setViewport` instead
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Add `hasListener` to event hook objects to check if any listeners are bound
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Return promises from viewport actions that are resolved when the transition of the action has ended
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Do not wait for the nodes initialized hook to trigger for viewport helper to become ready
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Add flag to `removeNodes` which allows recursively removing all child nodes of a parent
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Destroy state when the creating scope is disposed.
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Allow passing string or `{ id }` type object to `getIncomers` and `getOutgoers`
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Watch `applyDefault` state in `useVueFlow` scope instead of component scope otherwise adding nodes/edges to the state is impossible until the `VueFlow` component has mounted unless the changes handlers are explicitly bound by the user.