chore: 1.5.1 release notes

This commit is contained in:
mathuo 2022-07-23 16:00:01 +01:00
parent f8137b7eb7
commit bb7d8dfb52
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -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)