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#810SplitviewComponent: ReplacecomponentsandframeworkComponentswithcreateComponentPaneviewComponent: ReplacecomponentsandframeworkComponentswithcreateComponentand replaceheaderComponentsandheaderFrameworkComponentswithcreateHeaderComponentGridviewComponent: ReplacecomponentsandframeworkComponentswithcreateComponent
- rename class
dockview-react-parttodv-react-part#806 - rename type
PaneviewDropEventtoPaneviewDidDropEvent#812 - remove
showDndOverlayfromPaneviewComponentin favour ofapi.onUnhandledDragOverEvent#812