Please reference docs @ dockview.dev.
๐ Featuresโ
- To control the theme of dockview you should no longer pass a
dv-theme-*
class, instead directly use thetheme
property. See Themes for more details. #850 - Introduces a new dnd overlay model with improved animations and customization options allowing themes to take more fine grained control over the dnd overlay styles. #850
- Custom scrollbar on tab headers for better UX #822
- When tabs are hidden within scrollbar hidden tabs can be selected from a dropdown that appears in header #822
๐ Miscsโ
- Bug: Remove elements from DOM after disposable for Splitview and Paneview components #870
๐ฅ Breaking changesโ
setGap(gap: number | undefined): void
andgap(): number
have been removed. The gap property is now controlled directly within the chosen Theme. See Themes for more details.DockviewDefaultTab
requires atabLocation
field, to mimic existing behaviour usetabLocation="header"
.