๐ Featuresโ
๐ Miscsโ
- Fix
.params
method on dockview panels to return the user provided panel params #144 - Various doc enhancements @ dockview.dev
๐ฅ Breaking changesโ
- Remove
onTabContextMenu
fromDockviewReact
to simplify library. As an alternative provide onContextMenu listeners in a custom tab. #127 - Remove
suppressClosable
flag forDockviewReact
panels to simplify library. As an alternative manage the features of a tab such as it's ability to be closed using a custom tab #146