From 2e2c449bf60efed7152930962df2f9b5c0037386 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Mon, 10 Oct 2022 14:42:19 +0200 Subject: [PATCH] chore: add changeset --- .changeset/poor-chairs-march.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .changeset/poor-chairs-march.md diff --git a/.changeset/poor-chairs-march.md b/.changeset/poor-chairs-march.md new file mode 100644 index 00000000..35e9d089 --- /dev/null +++ b/.changeset/poor-chairs-march.md @@ -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 + + + + +``` + +# Bugfixes + +* Fix `MiniMap` and `Controls` cancelling selections