chore: bump versions
This commit is contained in:
committed by
Braks
parent
40f2421dc9
commit
dd6aff24cb
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@vue-flow/core": minor
|
||||
---
|
||||
|
||||
Return non-nullable edge from `useEdge`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@vue-flow/core": minor
|
||||
---
|
||||
|
||||
Use node/edge id as the only dependency to render nodes/edges.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@vue-flow/core": minor
|
||||
---
|
||||
|
||||
Remove visibility (hidden) check from `getNodes` & `getEdges`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@vue-flow/core": patch
|
||||
---
|
||||
|
||||
Disable pinch zoom on mobile if `zoomToPinch` is `false`
|
||||
@@ -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.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@vue-flow/core": patch
|
||||
---
|
||||
|
||||
Disable dragging when using multi-touch
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@vue-flow/core": minor
|
||||
---
|
||||
|
||||
Render `null` if edge is hidden
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@vue-flow/core": minor
|
||||
---
|
||||
|
||||
Add `edgeId` to handle connection objects returned by `useHandleConnections`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@vue-flow/core": minor
|
||||
---
|
||||
|
||||
Replace internally nodeIds/edgeIds array with nodeLookup/edgeLookup map
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@vue-flow/core": minor
|
||||
---
|
||||
|
||||
Render `null` if node is hidden but render whole list of nodes regardless of visibility
|
||||
Reference in New Issue
Block a user