๐ Featuresโ
- Fix Drag and Drop issues in Dockview on Firefox #103
๐ Miscsโ
- Documentation enhancements https://mathuo.github.io/dockview/docs/
๐ฅ Breaking changesโ
All breaking changes here are designed to simplify the library with only one way to do something.
- Remove
setVisible
andsetActive
from the Splitview API. You can still achieve the same behaviors through callingsetVisible
andsetActive
on the Splitview Panel API. #105 - Remove
setVisible
,setActive
andtoggleVisiblity
from Gridview API. You can still achieve the same behaviors through callingsetVisible
andsetActive
on the Gridview Panel API #105 - Remove
onFocusEvent
from Panel API as this was not intended to be a public method. You can useonDidFocusChange
instead #105 - Remove HOC
<DockviewComponents.Panel\>
,<DockviewComponents.Content>
,<DockviewComponents.Tab>
and<DockviewComponents.Actions>
#105