Please reference docs @ dockview.dev.
๐ Featuresโ
- Vanilla TypeScript Support #652
- Expose createDockview,createGridview,createPaneviewandcreateSplitviewwhich should be used rather thanDockviewComponent,GridviewComponent,SplitviewComponent,PaneviewComponent
 
- Expose 
๐ Miscsโ
- Bug: Floating z-index positions for alwaysrendered panels #679
- Bug: Resize handle position when gapsize is defined #682 #667
- Bug: Popout group incorrectly disposed when single remaining panel is removed #662
- Documentation #678
๐ฅ Breaking changesโ
- Vanilla TypeScript Support #652
- DockviewComponent,- GridviewComponent,- SplitviewComponent,- PaneviewComponentconstructor signature changes from- (options)to- (parentElement, options)removing- parentElementfrom- options.