chore: bump versions

This commit is contained in:
github-actions[bot]
2024-07-15 19:14:01 +02:00
committed by Braks
parent 763f107aad
commit d9a133bd01
7 changed files with 17 additions and 26 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Add `paneClickDistance` option. Allows specifying the distance between mousedown and mouseup in which a click would still be registered (by default `0`)
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Add `autoPanSpeed` prop. Allows specifying at what speed the pane moves when auto-panning via node-drag, selection-drag or connection-drag
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
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
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Prevent calling `onSelectionEnd` when clicking a selection
-5
View File
@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Handle pointer capture for selection on drag