Releases: bcakmakoglu/vue-flow
@vue-flow/background@1.3.1
v1.41.2
What's Changed
Patch Changes
-
#1624
6692072
Thanks @bcakmakoglu! - Use calculated drag distance to trigger drag-click. -
#1618
1fa90ac
Thanks @bcakmakoglu! - Allow node/edge pointer events if mouse event listeners (likenodeClick
oredgeClick
) exists.
Full Changelog: v1.41.1...v1.41.2
v1.41.1
What's Changed
Patch Changes
-
#1608
0581cd8
Thanks @bcakmakoglu! - Prevent overwriting width/height in node styles object withnode.width
/node.height
ifwidth
/height
already exist in the styles object.
Fixes NodeResizer not working when initial size was passed to a node throughnode.width
/node.height
. -
#1609
81a81fa
Thanks @bcakmakoglu! - Prevent drag-click handler when multi selection is active.
Full Changelog: v1.41.0...v1.41.1
v1.41.0
What's Changed
Minor Changes
- #1595
9c18037
Thanks @bcakmakoglu! - AddgetHandleConnections
action to store.
Patch Changes
- #1600
a3c72fe
Thanks @bcakmakoglu! - Don't set user selection flags on pointer down, only setting them when pointer is moved to allow pane click events to occur whenselectionKeyCode
istrue
(i.e. selection on drag).
Full Changelog: v1.40.1...v1.41.0
v1.40.1
What's Changed
Patch Changes
- #1591
5eb677b
Thanks @bcakmakoglu! - Inline event names
Full Changelog: v1.40.0...v1.40.1
v1.40.0
What's Changed
Minor Changes
- #1575
7aa49f4
Thanks @bcakmakoglu! - Removenull
as possible return type of data inuseNodesData
Patch Changes
-
#1586
f2ed6a3
Thanks @bcakmakoglu! - Only display grab cursor when panOnDrag is on left mouse button -
#1585
d7a51f8
Thanks @bcakmakoglu! - Simplify event emits definitions to avoid hitting complexity limit of TS.
Full Changelog: v1.39.3...v1.40.0
v1.39.3
What's Changed
Patch Changes
- #1569
f6b394f
Thanks @bcakmakoglu! - Push into dimensions changes array instead of using index access.
Full Changelog: v1.39.2...v1.39.3
v1.39.2
What's Changed
Patch Changes
- #1565
90f573a
Thanks @bcakmakoglu! - Only capture pointer when a valid selection has started
Full Changelog: v1.39.1...v1.39.2
v1.39.1
What's Changed
Patch Changes
-
#1562
e83b1ef
Thanks @bcakmakoglu! - Check if injected vue flow state matches options id, otherwise create new state -
#1562
e83b1ef
Thanks @bcakmakoglu! - Prefer options id over scope id when finding vue flow internal state by id
Full Changelog: v1.39.0...v1.39.1
v1.39.0
What's Changed
Minor Changes
-
#1542
de75620
Thanks @bcakmakoglu! - AddpaneClickDistance
option. Allows specifying the distance between mousedown and mouseup in which a click would still be registered (by default0
) -
#1535
1a812f3
Thanks @bcakmakoglu! - AddautoPanSpeed
prop. Allows specifying at what speed the pane moves when auto-panning via node-drag, selection-drag or connection-drag
Patch Changes
-
#1536
235d564
Thanks @github-actions! - Dispatch click if drag move was attempted and threshold was not crossed, ignoring any movement that's too small to be considered a drag at all -
#1545
2910992
Thanks @bcakmakoglu! - Prevent callingonSelectionEnd
when clicking a selection -
#1543
85c8d2d
Thanks @bcakmakoglu! - Handle pointer capture for selection on drag
Full Changelog: v1.38.5...v1.39.0