docs: 1.7.1

This commit is contained in:
mathuo 2023-04-11 21:06:17 +01:00
parent c1edea8744
commit 99d4c1e180
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -13,6 +13,8 @@ If you feel anything is missing or unclear please let me know.
- 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
@ -21,6 +23,5 @@ If you feel anything is missing or unclear please let me know.
## 🔥 Breaking changes
- Fix close button on default watermark [#225](https://github.com/mathuo/dockview/pull/225)
- 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)
- Fix edge-case bug when dropping a panel on far corners [#243](https://github.com/mathuo/dockview/pull/243)