feat(core): expose wheelDelta utility (#1918)

* feat(core): expose wheelDelta utility

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(changeset): add

* fix(minimap): apply wheel delta to zoom

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(changeset): add

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2025-08-11 12:46:49 +02:00
parent 5dc276af52
commit 5fbbc826e5
7 changed files with 52 additions and 9 deletions

View File

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

View File

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