Please reference docs @ dockview.dev.
The majority of the changes in this release are internal changes to support the upcoming support of multiple frameworks, starting with Vue.js.
๐ Featuresโ
-
Add
onDidActivePanelChangeevent to group api #541 -
Add
inactiveproperty toaddPanelmethod to add panels without making them active #572
๐ Miscsโ
-
Bug: width and height set incorrectly on floating groups when resized #580
-
Create framework packages in preperation for multiple framework support #541 These are still in active development and will be offically support soon.
- Create
dockview-reactpackage - Create
dockview-angularpackage - Create
dockview-vuepackage
- Create
-
Move various type definitions from
dockviewtodockview-corein preperation for multiple framework support #541- Move
IGroupPanelBasePropsfromdockviewtodockview-core - Move
IDockviewPanelHeaderPropsfromdockviewtodockview-core - Move
IDockviewPanelPropsfromdockviewtodockview-core - Move
IDockviewHeaderActionsPropsfromdockviewtodockview-core - Move
IGroupHeaderPropsfromdockviewtodockview-core - Move
IWatermarkPanelPropsfromdockviewtodockview-core - Move
DockviewReadyEventfromdockviewtodockview-core
- Move
-
[dockview] Depreciate
canDisplayOverlayin favour of theonUnhandledDragOverEventapi event #541
๐ฅ Breaking changesโ
- [dockview-core] Replace DockviewComponent
canDisplayOverlayoption withonUnhandledDragOverEventevent #541 - [dockview-core] Rename
createRightHeaderActionsElementtocreateRightHeaderActionElement#576 - [dockview-core] Rename
createLeftHeaderActionsElementtocreateLeftHeaderActionElement#576 - [dockview-core] Rename
createPrefixHeaderActionsElementtocreatePrefixHeaderActionElement#576 - [dockview-core] Remove
frameworkTabComponentsandtabComponents, replaced bycreateTabComponent#576 - [dockview-core] Remove
frameworkComponentsandcomponents, replaced bycreateComponent#576 - [dockview-core] Remove
watermarkFrameworkComponentandwatermarkComponent, replaced bycreateWatermarkComponent#576