Please reference docs @ dockview.dev.
Dockview 4.0.1
ยท One min read
Please reference docs @ dockview.dev.
dv-theme-*
class, instead directly use the theme
property. See Themes for more details. #850setGap(gap: number | undefined): void
and gap(): number
have been removed. The gap property is now controlled directly within the chosen Theme. See Themes for more details.DockviewDefaultTab
requires a tabLocation
field, to mimic existing behaviour use tabLocation="header"
.Please reference docs @ dockview.dev.
--dv-active-sash-transition-duration
and --dv-active-sash-transition-delay
#835Please reference docs @ dockview.dev.
Please reference docs @ dockview.dev.
onDidAcitvePanelChange
immediately, rather than deferred to queueMicrotask
#843Please reference docs @ dockview.dev.
This is a major release version due to some breaking changes in the dockview-core
package. If you use the react or vue versions of dockview you should not see any breaking changes when upgrading. There are no new features in this release.
Please reference docs @ dockview.dev.
dockview-core
components for generic framework extensions following the pattern in DockviewComponent
#810
SplitviewComponent
: Replace components
and frameworkComponents
with createComponent
PaneviewComponent
: Replace components
and frameworkComponents
with createComponent
and replace headerComponents
and headerFrameworkComponents
with createHeaderComponent
GridviewComponent
: Replace components
and frameworkComponents
with createComponent
dockview-react-part
to dv-react-part
#806PaneviewDropEvent
to PaneviewDidDropEvent
#812showDndOverlay
from PaneviewComponent
in favour of api.onUnhandledDragOverEvent
#812Please reference docs @ dockview.dev.