Please reference docs @ dockview.dev.
๐ Miscsโ
-
Adjust
React
imports #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-core
only.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-core
CSS continues to be re-exported throughdockview
. - Class name changes as follows:
tab-action
todv-default-tab-action
default-tab
todv-default-tab
tab-content
todv-default-tab-content
dockview-react-tab
todv-default-tab
dockview-react-tab-title
todv-default-tab-content
dv-react-tab-close-btn
todv-default-tab-action
- All required CSS is now found in