From bb7d8dfb5250d73343eea5a19bc70424e50a1625 Mon Sep 17 00:00:00 2001 From: mathuo <6710312+mathuo@users.noreply.github.com> Date: Sat, 23 Jul 2022 16:00:01 +0100 Subject: [PATCH] chore: 1.5.1 release notes --- .../docs/blog/2022-07-23-dockview-1.5.1.mdx | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 packages/docs/blog/2022-07-23-dockview-1.5.1.mdx diff --git a/packages/docs/blog/2022-07-23-dockview-1.5.1.mdx b/packages/docs/blog/2022-07-23-dockview-1.5.1.mdx new file mode 100644 index 000000000..72269c73c --- /dev/null +++ b/packages/docs/blog/2022-07-23-dockview-1.5.1.mdx @@ -0,0 +1,21 @@ +--- +slug: dockview-1.5.1-release +title: Dockview 1.5.1 +tags: [release] +--- + +import Link from '@docusaurus/Link'; + +# Release Notes + +## 🚀 Features + +## 🛠 Miscs + +- Fix `.params` method on dockview panels to return the user provided panel params [#144](https://github.com/mathuo/dockview/pull/144) +- Various doc enhancements @ [dockview.dev](https://dockview.dev) + +## 🔥 Breaking changes + +- Remove `onTabContextMenu` from `DockviewReact` to simplify library. As an alternative provide onContextMenu listeners in a custom tab. [#127](https://github.com/mathuo/dockview/pull/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](https://github.com/mathuo/dockview/pull/146)