Skip to main content

Dockview 3.0.0

ยท One min read

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.

๐Ÿš€ Featuresโ€‹

๐Ÿ›  Miscsโ€‹

  • dockview-vue vue3 peerDependency #808
  • Bug: correct enablement of dv-single-tab class #811

๐Ÿ”ฅ Breaking changesโ€‹

  • Standardize 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
  • rename class dockview-react-part to dv-react-part #806
  • rename type PaneviewDropEvent to PaneviewDidDropEvent #812
  • remove showDndOverlay from PaneviewComponent in favour of api.onUnhandledDragOverEvent #812