mirror of
https://github.com/mathuo/dockview
synced 2025-02-02 14:35:46 +00:00
chore: 1.16.0 docs
This commit is contained in:
parent
520aa39724
commit
bf35b265db
26
packages/docs/blog/2024-08-11-dockview-1.16.0.md
Normal file
26
packages/docs/blog/2024-08-11-dockview-1.16.0.md
Normal 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`.
|
Loading…
Reference in New Issue
Block a user