mirror of
https://github.com/mathuo/dockview
synced 2025-02-19 06:35:45 +00:00
27 lines
1.3 KiB
Markdown
27 lines
1.3 KiB
Markdown
---
|
|
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`.
|