mirror of
https://github.com/mathuo/dockview
synced 2025-02-12 19:35:45 +00:00
1.3 KiB
1.3 KiB
slug | title | tags | |
---|---|---|---|
dockview-1.16.0-release | Dockview 1.16.0 |
|
Release Notes
Please reference docs @ dockview.dev.
🚀 Features
- Vanilla TypeScript Support #652
- Expose
createDockview
,createGridview
,createPaneview
andcreateSplitview
which should be used rather thanDockviewComponent
,GridviewComponent
,SplitviewComponent
,PaneviewComponent
- Expose
🛠 Miscs
- Bug: Floating z-index positions for
always
rendered panels #679 - Bug: Resize handle position when
gap
size is defined #682 #667 - Bug: Popout group incorrectly disposed when single remaining panel is removed #662
- Documentation #678
🔥 Breaking changes
- Vanilla TypeScript Support #652
DockviewComponent
,GridviewComponent
,SplitviewComponent
,PaneviewComponent
constructor signature changes from(options)
to(parentElement, options)
removingparentElement
fromoptions
.