Releases: bcakmakoglu/vue-flow
v1.38.1
What's Changed
Patch Changes
- #1510
4643676
Thanks @bcakmakoglu! - Correct calculation of nodes inside selection rect
Full Changelog: v1.38.0...v1.38.1
v1.38.0
What's Changed
Minor Changes
-
#1492
f85ea42
Thanks @bcakmakoglu! - Allow passing event target touseKeyPress
-
#1492
f85ea42
Thanks @bcakmakoglu! - Use pointer events to capture interactions onPane
cmp and prevent selections from being cancelled when moving outside of thePane
while holding selection key -
#1508
005b25b
Thanks @bcakmakoglu! - Use correct end handle position in connection line component and store handle positions during connections. -
#1502
30c81dc
Thanks @bcakmakoglu! - Allow passing a Record<string, any> as class to node/edge objects -
#1502
30c81dc
Thanks @bcakmakoglu! - Allow passing an array of strings as class to node/edge objects -
#1492
2dff0dd
Thanks @bcakmakoglu! - MakeuseKeyPress
public and export it
Patch Changes
-
#1506
45e9d03
Thanks @bcakmakoglu! - Removev-memo
from EdgeRenderer so that edges get their correct z-index applied -
#1494
09c32c5
Thanks @bcakmakoglu! - Calculate correct handle position in handle lookup
Full Changelog: v1.37.1...v1.38.0
v1.37.1
What's Changed
Patch Changes
- #1483
6d4d2be
Thanks @bcakmakoglu! - Correct access of options id inuseVueFlow
Full Changelog: v1.37.0...v1.37.1
v1.37.0
What's Changed
Minor Changes
-
#1481
192b154
Thanks @bcakmakoglu! - Add overloads touseVueFlow
. Allows callinguseVueFlow
with anid
string only while emitting a deprecation warning for using the options obj. -
#1476
1b38c3f
Thanks @bcakmakoglu! - Use empty array when determing whether to update all node internals -
#1479
659ca6a
Thanks @bcakmakoglu! - AddEdgePathParams
type and export it
Full Changelog: v1.36.0...v1.37.0
v1.36.0
What's Changed
Minor Changes
-
#1401
ebf387e
Thanks @bcakmakoglu! - Removeinitialized
property fromGraphNode
type -
#1401
c94e175
Thanks @bcakmakoglu! - Remove node intersections from drag event args -
#1401
231673e
Thanks @bcakmakoglu! - AddupdateEdgeData
action -
#1401
bb6abed
Thanks @bcakmakoglu! - Reduce nodegetBoundingClientRect
calls by passing node-bounds directly togetHandleBounds
-
#1401
30e999a
Thanks @bcakmakoglu! - RemoveconnectedEdges
as arg from NodeMouseEvents -
#1401
ba6e250
Thanks @bcakmakoglu! - AdduseEdgesData
composable
Patch Changes
- #1401
408dfea
Thanks @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
ebf387e
Thanks @bcakmakoglu! - Replace node initialized check with dimensions check
v1.35.0
What's Changed
Minor Changes
-
#1447
acd6069
Thanks @bcakmakoglu! - Return non-nullable edge fromuseEdge
-
#1447
acd6069
Thanks @bcakmakoglu! - Use node/edge id as the only dependency to render nodes/edges. -
#1446
d8bdac1
Thanks @bcakmakoglu! - Remove visibility (hidden) check fromgetNodes
&getEdges
-
#1440
a02b9a4
Thanks @bcakmakoglu! - Remove auto-generated hanle-ids and usenull
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 benull
and the first handle of the corresponding type will be used. -
#1446
d8bdac1
Thanks @bcakmakoglu! - Rendernull
if edge is hidden -
#1433
7547ade
Thanks @bcakmakoglu! - AddedgeId
to handle connection objects returned byuseHandleConnections
-
#1450
d64efc6
Thanks @bcakmakoglu! - Replace internally nodeIds/edgeIds array with nodeLookup/edgeLookup map -
#1445
64a5162
Thanks @bcakmakoglu! - Rendernull
if node is hidden but render whole list of nodes regardless of visibility
Patch Changes
-
#1449
27ec132
Thanks @bcakmakoglu! - Disable pinch zoom on mobile ifzoomToPinch
isfalse
-
#1448
fe58110
Thanks @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
c997a80
Thanks @bcakmakoglu! - Replace array fns with for-loops -
#1425
220c290
Thanks @bcakmakoglu! - Use separate prevConnections map inuseHandleConnections
composable 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
bcb6c38
Thanks @bcakmakoglu! - Add warning when style imports are missing. -
#1421
69631f0
Thanks @bcakmakoglu! - ExportPanelPositionType
Full Changelog: v1.33.6...v1.34.0