diff --git a/packages/docs/blog/2024-07-16-dockview-1.15.1.md b/packages/docs/blog/2024-07-16-dockview-1.15.1.md new file mode 100644 index 000000000..56b1e2ce5 --- /dev/null +++ b/packages/docs/blog/2024-07-16-dockview-1.15.1.md @@ -0,0 +1,15 @@ +--- +slug: dockview-1.15.1-release +title: Dockview 1.15.1 +tags: [release] +--- + +# Release Notes + +Please reference docs @ [dockview.dev](https://dockview.dev). + +## 🛠 Miscs + +- Bug: Fix typing when adding panels with `floating` options [#647](https://github.com/mathuo/dockview/issues/647) +- Bug: Fix `gap` property [#649](https://github.com/mathuo/dockview/pull/649) +- Bug: Group option not passed through correctly for popout groups [#650](https://github.com/mathuo/dockview/issues/650)