Releases: bcakmakoglu/vue-flow
v1.42.0
What's Changed
Minor Changes
-
#1729
8a832f1
Thanks @bcakmakoglu! - Use connection lookup to check what elements should be selected by a user selection box. -
#1729
d4a6910
Thanks @bcakmakoglu! - AdduseNodeConnections
composable -
#1742
b1e2f57
Thanks @bcakmakoglu! - Inherit attributes on main edge path element in BaseEdge component.
Full Changelog: v1.41.7...v1.42.0
@vue-flow/minimap@1.5.1
What's Changed
Patch Changes
- #1739
6f37cfd
Thanks @bcakmakoglu! - Hide minimap node when graph node is hidden.
v1.41.7
What's Changed
Patch Changes
- #1726
763d122
Thanks @bcakmakoglu! - use center position of handle as snapping point for connection lines
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/background@1.3.2
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/background@1.3.1...@vue-flow/background@1.3.2
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/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