๐ Featuresโ
- Additional Themes commit
dockview-theme-abyss
anddockview-theme-dracula
- SVG Icons #132
- Use inline SVG icons for the close and chevon icons to allow for easier customization and theming
- Dnd improvements #136
- Components always behaviour independant of one another by default, there is no cross component dnd behaviour unless manually set by user through
onDidDrop
andshowDndOverlay
props.
- Components always behaviour independant of one another by default, there is no cross component dnd behaviour unless manually set by user through
- Default tab #136
- Provide a default React tab implementation to allow for simple changes to tab renderer without rewritting the entire tab
- Override the default tab in
ReactDockview
with thedefaultTabComponent
prop
- Group controls renderer #138
- Provide the
groupControlComponent
prop inReactDockview
to create custom control components for groups.
- Provide the
๐ Miscsโ
- Various doc enhancements @ dockview.dev