๐ 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
setVisibleandsetActivefrom the Splitview API. You can still achieve the same behaviors through callingsetVisibleandsetActiveon the Splitview Panel API. #105 - Remove
setVisible,setActiveandtoggleVisiblityfrom Gridview API. You can still achieve the same behaviors through callingsetVisibleandsetActiveon the Gridview Panel API #105 - Remove
onFocusEventfrom Panel API as this was not intended to be a public method. You can useonDidFocusChangeinstead #105 - Remove HOC
<DockviewComponents.Panel\>,<DockviewComponents.Content>,<DockviewComponents.Tab>and<DockviewComponents.Actions>#105