๐ Featuresโ
- Additional Themes commit
dockview-theme-abyssanddockview-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
onDidDropandshowDndOverlayprops.
- 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
ReactDockviewwith thedefaultTabComponentprop
- Group controls renderer #138
- Provide the
groupControlComponentprop inReactDockviewto create custom control components for groups.
- Provide the
๐ Miscsโ
- Various doc enhancements @ dockview.dev