chore: 1.16.0 docs

This commit is contained in:
mathuo 2024-08-11 21:47:42 +01:00
parent 520aa39724
commit bf35b265db
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -0,0 +1,26 @@
---
slug: dockview-1.16.0-release
title: Dockview 1.16.0
tags: [release]
---
# Release Notes
Please reference docs @ [dockview.dev](https://dockview.dev).
## 🚀 Features
- Vanilla TypeScript Support [#652](https://github.com/mathuo/dockview/pull/652)
- Expose `createDockview`, `createGridview`, `createPaneview` and `createSplitview` which should be used rather than `DockviewComponent`, `GridviewComponent`, `SplitviewComponent`, `PaneviewComponent`
## 🛠 Miscs
- Bug: Floating z-index positions for `always` rendered panels [#679](https://github.com/mathuo/dockview/issues/679)
- Bug: Resize handle position when `gap` size is defined [#682](https://github.com/mathuo/dockview/pull/682) [#667](https://github.com/mathuo/dockview/pull/667)
- Bug: Popout group incorrectly disposed when single remaining panel is removed [#662](https://github.com/mathuo/dockview/pull/662)
- Documentation [#678](https://github.com/mathuo/dockview/pull/678)
## 🔥 Breaking changes
- Vanilla TypeScript Support [#652](https://github.com/mathuo/dockview/pull/652)
- `DockviewComponent`, `GridviewComponent`, `SplitviewComponent`, `PaneviewComponent` constructor signature changes from `(options)` to `(parentElement, options)` removing `parentElement` from `options`.