chore: bump versions

This commit is contained in:
github-actions[bot]
2025-08-12 16:08:29 +00:00
committed by Braks
parent 299a04531e
commit e293519ee2
10 changed files with 24 additions and 32 deletions

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Expose `isMacOs` utility

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Expose `wheelDelta` utility fn

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/minimap": patch
---
Apply wheelDelta to zoom

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": minor
---
Use event target for `<Handle>` components to determine the "clicked" handle, avoiding calls to `getElementFromPoint and allowing "detached" handles

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/core": patch
---
Fetch the correct source and target nodes for isValidConnection.

View File

@@ -1,5 +0,0 @@
---
"@vue-flow/minimap": patch
---
Set zoomstep to 1 and apply factor based on macOs (zoomstep \* factor - 10 if macOs)