Skip to main content

Dockview 1.5.0

ยท One min read

๐Ÿš€ Featuresโ€‹

  • Additional Themes commit
    • dockview-theme-abyss and dockview-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 and showDndOverlay props.
  • 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 the defaultTabComponent prop
  • Group controls renderer #138
    • Provide the groupControlComponent prop in ReactDockview to create custom control components for groups.

๐Ÿ›  Miscsโ€‹

๐Ÿ”ฅ Breaking changesโ€‹