Releases: bcakmakoglu/vue-flow
v1.41.6
What's Changed
Patch Changes
-
#1705
047ec99
Thanks @bcakmakoglu! - Update sourceNode and targetNode properties of edge when usingupdateEdge
. -
#1698
7cc1c5a
Thanks @bcakmakoglu! - Prevent default scrolling behavior when using arrow keys to move nodes or a selection. -
#1707
4c9e517
Thanks @bcakmakoglu! - Allow Control key as pan activation key code. -
#1707
4c9e517
Thanks @bcakmakoglu! - CheckpanOnDrag
for allowed drag buttons in d3 filter -
#1707
4c9e517
Thanks @bcakmakoglu! - Prevent browser context menu when triggering pane context menu event.
Full Changelog: v1.41.5...v1.41.6
v1.41.5
What's Changed
Patch Changes
-
#1680
b6c500d
Thanks @bcakmakoglu! - check if event on drag end is mouse/touch event or a usedrag event -
#1696
249efce
Thanks @bcakmakoglu! - Properly release key combinations when one of the keys is unpressed -
#1693
f28ffba
Thanks @bcakmakoglu! - Allow using the+
key in key combinations -
#1695
b09ad8e
Thanks @bcakmakoglu! - Escape node labels and avoid rendering them as innerHTML
Full Changelog: v1.41.4...v1.41.5
@vue-flow/[email protected]
What's Changed
Patch Changes
- #1692
f08c15d
Thanks @bcakmakoglu! - Set default offset value to0
Full Changelog: https://github.com/bcakmakoglu/vue-flow/compare/@vue-flow/[email protected]...@vue-flow/[email protected]
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