dockview/packages/docs/blog/2022-05-26-dockview-1.4.3.mdx
2022-05-26 21:54:35 +01:00

25 lines
1.2 KiB
Plaintext

---
slug: dockview-1.4.3-release
title: Dockview 1.4.3
tags: [release]
---
# Release Notes
## 🚀 Features
- Small adjusted to behaviours of default paneview header componnet [#116](https://github.com/mathuo/dockview/pull/116) [#120](https://github.com/mathuo/dockview/pull/120)
- Improved support for external dnd events in the dockview component. `showDndOverlay` prop on `DockviewReact` exposes more parameters to interact with [#110](https://github.com/mathuo/dockview/pull/110)
- Improved to underlying events exposes through all components [#114](https://github.com/mathuo/dockview/pull/114)
- Add .clear() to the component APIs providing an easy way to clear a layout [#119](https://github.com/mathuo/dockview/pull/119)
- Udate orientation via componnet APIs is now working correctly [#119](https://github.com/mathuo/dockview/pull/119)
## 🛠 Miscs
- Documentation enhancements [#101](https://github.com/mathuo/dockview/pull/101)
- Move documentation to [dockview.dev](https://dockview.dev)
## 🔥 Breaking changes
- Fix typo by renaming `onDidLayoutfromJSON` to `onDidLayoutFromJSON` in dockview component api [#112](https://github.com/mathuo/dockview/pull/112/files)