dockview/packages/docs/blog/2023-04-11-dockview-1.7.1.md
2023-04-11 21:06:17 +01:00

28 lines
1.3 KiB
Markdown

---
slug: dockview-1.7.1-release
title: Dockview 1.7.1
tags: [release]
---
# Release Notes
Please reference to docs @ [dockview.dev](https://dockview.dev).
If you feel anything is missing or unclear please let me know.
## 🚀 Features
- Resize observer [#227](https://github.com/mathuo/dockview/pull/227)
- Minor type fix [#237](https://github.com/mathuo/dockview/pull/237)
- Fix close button on default watermark [#225](https://github.com/mathuo/dockview/pull/225)
- Fix edge-case bug when dropping a panel on far corners [#243](https://github.com/mathuo/dockview/pull/243)
## 🛠 Miscs
- Additional documentation and examples [#217](https://github.com/mathuo/dockview/pull/217) [#221](https://github.com/mathuo/dockview/pull/221) [#228](https://github.com/mathuo/dockview/pull/228) [#229](https://github.com/mathuo/dockview/pull/229) [#240](https://github.com/mathuo/dockview/pull/240) [#241](https://github.com/mathuo/dockview/pull/241)
- Adjust build configurations [#223](https://github.com/mathuo/dockview/pull/223) [#235](https://github.com/mathuo/dockview/pull/235) [#244](https://github.com/mathuo/dockview/pull/244)
## 🔥 Breaking changes
- Remove tab height control as prop to `DockviewReact` component. Please control via CSS instead, see docs for tab height. [#236](https://github.com/mathuo/dockview/pull/236)