Releases: bcakmakoglu/vue-flow
v1.41.4
What's Changed
Patch Changes
- #1670
4bc7658Thanks @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
a41bd7bThanks @bcakmakoglu! - Reorder pane class names to allow dragging cursor when selection mode is permanently enabled -
#1667
e51f08cThanks @bcakmakoglu! - SetisPressedtotrueif permanent keypress is enabled -
#1662
a41bd7bThanks @bcakmakoglu! - Allow pan on drag when selectionKeyCode istruebut panOnDrag key is not left mouse btn -
#1665
a6ec480Thanks @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
6692072Thanks @bcakmakoglu! - Use calculated drag distance to trigger drag-click. -
#1618
1fa90acThanks @bcakmakoglu! - Allow node/edge pointer events if mouse event listeners (likenodeClickoredgeClick) exists.
Full Changelog: v1.41.1...v1.41.2
v1.41.1
What's Changed
Patch Changes
-
#1608
0581cd8Thanks @bcakmakoglu! - Prevent overwriting width/height in node styles object withnode.width/node.heightifwidth/heightalready exist in the styles object.
Fixes NodeResizer not working when initial size was passed to a node throughnode.width/node.height. -
#1609
81a81faThanks @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
9c18037Thanks @bcakmakoglu! - AddgetHandleConnectionsaction to store.
Patch Changes
- #1600
a3c72feThanks @bcakmakoglu! - Don't set user selection flags on pointer down, only setting them when pointer is moved to allow pane click events to occur whenselectionKeyCodeistrue(i.e. selection on drag).
Full Changelog: v1.40.1...v1.41.0
v1.40.1
What's Changed
Patch Changes
- #1591
5eb677bThanks @bcakmakoglu! - Inline event names
Full Changelog: v1.40.0...v1.40.1
v1.40.0
What's Changed
Minor Changes
- #1575
7aa49f4Thanks @bcakmakoglu! - Removenullas possible return type of data inuseNodesData
Patch Changes
-
#1586
f2ed6a3Thanks @bcakmakoglu! - Only display grab cursor when panOnDrag is on left mouse button -
#1585
d7a51f8Thanks @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
f6b394fThanks @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
90f573aThanks @bcakmakoglu! - Only capture pointer when a valid selection has started
Full Changelog: v1.39.1...v1.39.2