chore: v2.1.0 docs

This commit is contained in:
mathuo 2024-12-17 21:39:01 +00:00
parent 429177436e
commit 15bf4bbd1f
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -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