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โ
๐ฅ Breaking changesโ
- Standardize dockview-corecomponents for generic framework extensions following the pattern inDockviewComponent#810- SplitviewComponent: Replace- componentsand- frameworkComponentswith- createComponent
- PaneviewComponent: Replace- componentsand- frameworkComponentswith- createComponentand replace- headerComponentsand- headerFrameworkComponentswith- createHeaderComponent
- GridviewComponent: Replace- componentsand- frameworkComponentswith- createComponent
 
- rename class dockview-react-parttodv-react-part#806
- rename type PaneviewDropEventtoPaneviewDidDropEvent#812
- remove showDndOverlayfromPaneviewComponentin favour ofapi.onUnhandledDragOverEvent#812