Releases: mathuo/dockview
Releases · mathuo/dockview
v1.17.1
Please reference docs @ dockview.dev.
🚀 Features
- Touch Support #698 #709
- Initial and bounding panel sizing #690
- Improve group resize logic #693
🛠 Miscs
🔥 Breaking changes
v1.17.0
Please reference docs @ dockview.dev.
🚀 Features
- Touch Support #698
- Initial and bounding panel sizing #690
- Improve group resize logic #693
🛠 Miscs
🔥 Breaking changes
v1.16.1
Please reference docs @ dockview.dev.
🛠 Miscs
- Bug: Multiple classNames in single string not accepted #684
v1.16.0
Release Notes
Please reference docs @ dockview.dev.
🚀 Features
- Vanilla TypeScript Support #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
- 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)
removing parentElement
from options
.
v1.15.3
Release Notes
Please reference docs @ dockview.dev.
🛠 Miscs
- Bug: CSS typo #671
- Bug: Floating groups fromJSON(...) incorrect sizes #668
v1.15.2
Release Notes
Please reference docs @ dockview.dev.
🛠 Miscs
- Bug: Calling layout with
force=false
was preventing layout calls #654
v1.15.1
Release Notes
Please reference docs @ dockview.dev.
🛠 Miscs
- Bug: Fix typing when adding panels with
floating
options #647
- Bug: Fix
gap
property #649
- Bug: Group option not passed through correctly for popout groups #650
v1.15.0
Release Notes
Please reference docs @ dockview.dev.
🚀 Features
- add
onDidMovePanel
event and incorperate into onDidLayoutChange
events #616
- panel gap size controlled through new
gap
property #618
- Support floating groups anchoring through
bottom
and right
attributes #628 #621
🛠 Miscs
- Bug: setVisible fixes and enhancements #633
- Documentation changes #627
v1.14.2
Release Notes
Please reference docs @ dockview.dev.
🛠 Miscs
- Bug: setTitle fixes #623
- Bug: Vue3 component rendering issues #625
- Improves docs #617 #620
v1.14.1
Release Notes
Please reference docs @ dockview.dev.
🛠 Miscs
- Bug: fix CSS related to group gap sizing #596