feat(core): replace fitView option offset with expressive padding (#1967)

* feat(core): replace fitView option `offset` with expressive `padding`

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

* chore(changeset): add

* chore: cleanup

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

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2025-10-01 10:44:12 +02:00
parent cc0054095e
commit cca5ab8c44
4 changed files with 169 additions and 18 deletions

View File

@@ -0,0 +1,5 @@
---
"@vue-flow/core": minor
---
Replace the existing `offset` option for fitView with a more expressive `padding` option allowing users to define padding per sides.