chore: bump versions

This commit is contained in:
github-actions[bot]
2024-06-06 10:45:38 +02:00
committed by Braks
parent 40f2421dc9
commit dd6aff24cb
12 changed files with 29 additions and 53 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Return non-nullable edge from `useEdge`
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Use node/edge id as the only dependency to render nodes/edges.
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Remove visibility (hidden) check from `getNodes` & `getEdges`
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Disable pinch zoom on mobile if `zoomToPinch` is `false`
-7
View File
@@ -1,7 +0,0 @@
---
"@vue-flow/core": minor
---
Remove auto-generated hanle-ids and use `null` as the default handle id.
If you were relying on handle-ids in your code but weren't assigning them explicitly, you'll might need to update your code to handle this change.
By default, if you don't provide a handle-id, it will be `null` and the first handle of the corresponding type will be used.
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Disable dragging when using multi-touch
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Render `null` if edge is hidden
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Add `edgeId` to handle connection objects returned by `useHandleConnections`
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Replace internally nodeIds/edgeIds array with nodeLookup/edgeLookup map
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Render `null` if node is hidden but render whole list of nodes regardless of visibility