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