Please reference to docs @ dockview.dev.
๐ Featuresโ
๐ Miscsโ
- Fix bug custom params named 'title' conflicting with built-in tab 'title' object #258
Please reference to docs @ dockview.dev.
Please reference to docs @ dockview.dev. If you feel anything is missing or unclear please let me know.
Please reference to docs @ dockview.dev. If you feel anything is missing or unclear please let me know.
DockviewReact
component. Please control via CSS instead, see docs for tab height. #236Please reference to docs @ dockview.dev. If you feel anything is missing or unclear please let me know.
title
parameter for dockview panels has been made optional #197.toJSON()
format. 1.7.0
will continue to load legacy formats successfully. #199.setContaints
method to work as expected. #212.dockview
into two packages, dockview-core
containing the core logic and dockview
containing the react wrapper. #174 #199.
dockview
depends on dockview-core
so no installation changes are required, you still only need to install dockview
.dockview-core
is not designed to be used directly.setConstraints
from the dockview panel api. #212.Please reference to docs @ dockview.dev. If you feel anything is missing or unclear please let me know.
.params
method on dockview panels to return the user provided panel params #144onTabContextMenu
from DockviewReact
to simplify library. As an alternative provide onContextMenu listeners in a custom tab. #127suppressClosable
flag for DockviewReact
panels to simplify library. As an alternative manage the features of a tab such as it's ability to be closed using a custom tab #146dockview-theme-abyss
and dockview-theme-dracula
onDidDrop
and showDndOverlay
props.ReactDockview
with the defaultTabComponent
propgroupControlComponent
prop in ReactDockview
to create custom control components for groups.showDndOverlay
prop on DockviewReact
exposes more parameters to interact with #110onDidLayoutfromJSON
to onDidLayoutFromJSON
in dockview component api #112onDidAddGroup
to onDidAddPanel
, onDidRemoveGroup
to onDidRemovePanel
and onDidActiveGroupChange
to onDidActivePanelChange
on the Gridview API #106