chore: add changeset

This commit is contained in:
braks
2022-10-10 21:33:44 +02:00
committed by Braks
parent 50af804c47
commit 2e2c449bf6
+20
View File
@@ -0,0 +1,20 @@
---
'@vue-flow/additional-components': minor
---
# What's changed?
* Add `Panel` component
* Wrap `MiniMap` and `Controls` with `Panel`
* Add `position` prop to `MiniMap` and `Controls`
Example:
```vue
<VueFlow v-model="elements">
<MiniMap position="top-right" />
<Controls position="top-left" />
</VueFlow>
```
# Bugfixes
* Fix `MiniMap` and `Controls` cancelling selections