Please reference docs @ dockview.dev.
๐ Miscsโ
-
Adjust
Reactimports #556- Rename
import * as React from 'react'toimport React from 'react' - Rename
import * as ReactDOM from 'react-dom'toimport ReactDOM from 'react-dom' - This is preperation work for supporting multiple framworks (Vue, Angular etc...)
- Rename
-
Only export CSS from
dockview-core#553- All required CSS is now found in
dockview-coreonly.dockview(React) specific CSS has been removed and made compatible with CSS indockview-core. This is preperation work for supporting multiple framworks (Vue, Angular etc...) - For compatibility reasons
dockview-coreCSS continues to be re-exported throughdockview. - Class name changes as follows:
tab-actiontodv-default-tab-actiondefault-tabtodv-default-tabtab-contenttodv-default-tab-contentdockview-react-tabtodv-default-tabdockview-react-tab-titletodv-default-tab-contentdv-react-tab-close-btntodv-default-tab-action
- All required CSS is now found in