Skip to content

v1.5.1

Compare
Choose a tag to compare
@mathuo mathuo released this 23 Jul 14:59
· 916 commits to master since this release
f8137b7

Release Notes

🚀 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 from DockviewReact to simplify library. As an alternative provide onContextMenu listeners in a custom tab. #127
  • Remove suppressClosable flag for DockviewReact 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