Releases: bcakmakoglu/vue-flow
v1.36.0
What's Changed
Minor Changes
-
#1401
ebf387eThanks @bcakmakoglu! - Removeinitializedproperty fromGraphNodetype -
#1401
c94e175Thanks @bcakmakoglu! - Remove node intersections from drag event args -
#1401
231673eThanks @bcakmakoglu! - AddupdateEdgeDataaction -
#1401
bb6abedThanks @bcakmakoglu! - Reduce nodegetBoundingClientRectcalls by passing node-bounds directly togetHandleBounds -
#1401
30e999aThanks @bcakmakoglu! - RemoveconnectedEdgesas arg from NodeMouseEvents -
#1401
ba6e250Thanks @bcakmakoglu! - AdduseEdgesDatacomposable
Patch Changes
- #1401
408dfeaThanks @bcakmakoglu! - Hide viewport until initial fit view is finished
Full Changelog: v1.35.0...v1.36.0
@vue-flow/[email protected]
What's Changed
Minor Changes
- #1401
ebf387eThanks @bcakmakoglu! - Replace node initialized check with dimensions check
v1.35.0
What's Changed
Minor Changes
-
#1447
acd6069Thanks @bcakmakoglu! - Return non-nullable edge fromuseEdge -
#1447
acd6069Thanks @bcakmakoglu! - Use node/edge id as the only dependency to render nodes/edges. -
#1446
d8bdac1Thanks @bcakmakoglu! - Remove visibility (hidden) check fromgetNodes&getEdges -
#1440
a02b9a4Thanks @bcakmakoglu! - Remove auto-generated hanle-ids and usenullas 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 benulland the first handle of the corresponding type will be used. -
#1446
d8bdac1Thanks @bcakmakoglu! - Rendernullif edge is hidden -
#1433
7547adeThanks @bcakmakoglu! - AddedgeIdto handle connection objects returned byuseHandleConnections -
#1450
d64efc6Thanks @bcakmakoglu! - Replace internally nodeIds/edgeIds array with nodeLookup/edgeLookup map -
#1445
64a5162Thanks @bcakmakoglu! - Rendernullif node is hidden but render whole list of nodes regardless of visibility
Patch Changes
-
#1449
27ec132Thanks @bcakmakoglu! - Disable pinch zoom on mobile ifzoomToPinchisfalse -
#1448
fe58110Thanks @bcakmakoglu! - Disable dragging when using multi-touch
Full Changelog: v1.34.1...v1.35.0
v1.34.1
What's Changed
1.34.1
Patch Changes
-
#1426
c997a80Thanks @bcakmakoglu! - Replace array fns with for-loops -
#1425
220c290Thanks @bcakmakoglu! - Use separate prevConnections map inuseHandleConnectionscomposable to ensure comparison check is correct and callbacks are executed.
Full Changelog: v1.34.0...v1.34.1
@vue-flow/[email protected]
What's Changed
1.5.0
Minor Changes
Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.33.6...@vue-flow/[email protected]
v1.34.0
What's Changed
Minor Changes
-
#1415
bcb6c38Thanks @bcakmakoglu! - Add warning when style imports are missing. -
#1421
69631f0Thanks @bcakmakoglu! - ExportPanelPositionType
Full Changelog: v1.33.6...v1.34.0
@vue-flow/[email protected]
What's Changed
Patch Changes
- #1421
69631f0Thanks @bcakmakoglu! - AllowPanelPositionTypeas value for position
Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.33.6...@vue-flow/[email protected]
@vue-flow/[email protected]
What's Changed
Patch Changes
- #1421
69631f0Thanks @bcakmakoglu! - AllowPanelPositionTypeas value for position
Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/v1.33.6...@vue-flow/[email protected]
v1.33.8
What's Changed
Patch Changes
- #1404
b636853Thanks @bcakmakoglu! - Prevent auto-pan on connect when it's set to false.
Full Changelog: v1.33.6...v1.33.8
v1.33.7
What's Changed
Patch Changes
- #1378
58d1a36Thanks @bcakmakoglu! - Allow wheel events to bubble up to the user if the event is not caught and used by the viewport
Full Changelog: v1.33.6...v1.33.7