diff --git a/packages/docs/blog/2024-12-17-dockview-2.1.0.md b/packages/docs/blog/2024-12-17-dockview-2.1.0.md new file mode 100644 index 000000000..7d58a65d3 --- /dev/null +++ b/packages/docs/blog/2024-12-17-dockview-2.1.0.md @@ -0,0 +1,28 @@ +--- +slug: dockview-2.1.0-release +title: Dockview 2.1.0 +tags: [release] +--- + +# Release Notes + +Please reference docs @ [dockview.dev](https://dockview.dev). + +## 🚀 Features + +- Persist custom popout urls in layouts [#769](https://github.com/mathuo/dockview/pull/769) +- Ensure group always exists [#783](https://github.com/mathuo/dockview/pull/783) +- Serialization of maximized views [#762](https://github.com/mathuo/dockview/pull/762) +- Set `react` as an explicit peerDependency of the `dockview` package +- Make tabs container non-focusable [#761](https://github.com/mathuo/dockview/pull/761) + +## 🛠 Miscs + +- Bug: fix `setVisible` for floating groups [#755](https://github.com/mathuo/dockview/pull/755) +- Bug: fix `onDidAddGroup` event firing when adding floating groups and panels [#785](https://github.com/mathuo/dockview/pull/785) +- Documentation [#743](https://github.com/mathuo/dockview/pull/743) [#770](https://github.com/mathuo/dockview/pull/770) +- Build tooling [#789](https://github.com/mathuo/dockview/pull/789) [#759](https://github.com/mathuo/dockview/pull/759) + +## 🔥 Breaking changes + +