Releases: bcakmakoglu/vue-flow
v1.41.4
What's Changed
Patch Changes
- #1670
4bc7658
Thanks @bcakmakoglu! - if selection key code is true prevent pan on drag on left mouse btn
Full Changelog: v1.41.3...v1.41.4
v1.41.3
What's Changed
Patch Changes
-
#1662
a41bd7b
Thanks @bcakmakoglu! - Reorder pane class names to allow dragging cursor when selection mode is permanently enabled -
#1667
e51f08c
Thanks @bcakmakoglu! - SetisPressed
totrue
if permanent keypress is enabled -
#1662
a41bd7b
Thanks @bcakmakoglu! - Allow pan on drag when selectionKeyCode istrue
but panOnDrag key is not left mouse btn -
#1665
a6ec480
Thanks @bcakmakoglu! - Use all handle bounds when using loose connection mode during edge update
Full Changelog: v1.41.2...v1.41.3
@vue-flow/[email protected]
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