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-core
components for generic framework extensions following the pattern inDockviewComponent
#810SplitviewComponent
: Replacecomponents
andframeworkComponents
withcreateComponent
PaneviewComponent
: Replacecomponents
andframeworkComponents
withcreateComponent
and replaceheaderComponents
andheaderFrameworkComponents
withcreateHeaderComponent
GridviewComponent
: Replacecomponents
andframeworkComponents
withcreateComponent
- rename class
dockview-react-part
todv-react-part
#806 - rename type
PaneviewDropEvent
toPaneviewDidDropEvent
#812 - remove
showDndOverlay
fromPaneviewComponent
in favour ofapi.onUnhandledDragOverEvent
#812