chore: v4.1.0 docs

This commit is contained in:
mathuo 2025-03-16 21:09:38 +00:00
parent f79bbe0a6a
commit 6e02e59fec
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -11,12 +11,12 @@ Please reference docs @ [dockview.dev](https://dockview.dev).
## 🚀 Features
- Custom header size for Paneview components [#875](https://github.com/mathuo/dockview/pull/875)
- Add events `onDidPopoutGroupSizeChange` and `onDidPopoutGroupPositionChange` [#876][https://github.com/mathuo/dockview/pull/876]
- Add events `onDidPopoutGroupSizeChange` and `onDidPopoutGroupPositionChange` [#876](https://github.com/mathuo/dockview/pull/876)
## 🛠 Miscs
- Bug: Prevent ghost DOM elements after `fromJSON` calls on Splitview components [#881](https://github.com/mathuo/dockview/pull/881)
- Bug: Disable point-events for iframes within shadow DOMs during tab dnd events [#791][https://github.com/mathuo/dockview/pull/791]
- Bug: Disable point-events for iframes within shadow DOMs during tab dnd events [#791](https://github.com/mathuo/dockview/pull/791)
- Bug: Custom group id when no reference panel nor group is provided [#882](https://github.com/mathuo/dockview/pull/882)
## 🔥 Breaking changes