dockview/packages/docs/blog/2023-02-26-dockview-1.6.0.mdx
2023-02-26 20:31:50 +08:00

38 lines
1.5 KiB
Plaintext

---
slug: dockview-1.6.0-release
title: Dockview 1.6.0
tags: [release]
---
import Link from '@docusaurus/Link';
# Release Notes
Please reference to docs @ [dockview.dev](https://dockview.dev).
If you feel anything is missing or unclear please let me know.
## 🚀 Features
- Allow drag events to edge of dockview containers [#177](https://github.com/mathuo/dockview/pull/177)
- group dnd [#171](https://github.com/mathuo/dockview/pull/171)
- full width tabs [#171](https://github.com/mathuo/dockview/pull/177)
- addPanel improvements
- update parameters via panel.api.updateParameters
- allow dnd on empty groups [#168](https://github.com/mathuo/dockview/pull/168)
- Change watermark logic [#194](https://github.com/mathuo/dockview/pull/194)
## 🛠 Miscs
- Fix dockview panel.api.setSize to work as expected [#184](https://github.com/mathuo/dockview/pull/184)
- Fix dockview setTitle [#190](https://github.com/mathuo/dockview/pull/190)
- Fix group dnd logic to filter for same dockview instance [#185](https://github.com/mathuo/dockview/pull/193)
- Update dependencies including the dev dependencies for dockview and all dependencies for the docs website.
[#180](https://github.com/mathuo/dockview/pull/180)
- A variety of internal changes including file name changes
- Improve internal dnd control logic to handle a wider variety of cases
- Various doc enhancements @ [dockview.dev](https://dockview.dev)
## 🔥 Breaking changes
- addEmptyGroup renamed to addGroup