Releases: mathuo/dockview
Releases · mathuo/dockview
v2.1.0
Release Notes
Please reference docs @ dockview.dev.
🚀 Features
- Persist custom popout urls in layouts #769
- Ensure group always exists #783
- Serialization of maximized views #762
- Set
react
as an explicit peerDependency of thedockview
package - Make tabs container non-focusable #761
🛠 Miscs
- Bug: fix
setVisible
for floating groups #755 - Bug: fix
onDidAddGroup
event firing when adding floating groups and panels #785 - Documentation #743 #770
- Build tooling #789 #759
🔥 Breaking changes
v2.0.0
Release Notes
This major version bump is due to breaking changes related to classnames.
Please reference docs @ dockview.dev.
🚀 Features
- Add panel within group at specific index #751
🛠 Miscs
- Set drag event dataTransfer object to empty string #738
- General code cleanup / housekeeping #740 #746
- Bug: Popout window initial sizing #737 #727
- Bug: Close popout window on unload (refresh) #731
- Bug: Preserve Vue3 inject/provide context #673
- Bug: Fix Contraints #744
- Bug: Fix popout window issues #748
🔥 Breaking changes
v1.17.2
v1.17.1
v1.17.0
v1.16.1
v1.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
.