dockview/packages/docs/blog/2024-07-12-dockview-1.15.0.md
2024-07-06 22:09:39 +01:00

21 lines
787 B
Markdown

---
slug: dockview-1.15.0-release
title: Dockview 1.15.0
tags: [release]
---
# Release Notes
Please reference docs @ [dockview.dev](https://dockview.dev).
## 🚀 Features
- add `onDidMovePanel` event and incorperate into `onDidLayoutChange` events [#616](https://github.com/mathuo/dockview/pull/616)
- panel gap size controlled through new `gap` property [#618](https://github.com/mathuo/dockview/pull/618)
- Support floating groups anchoring through `bottom` and `right` attributes [#628](https://github.com/mathuo/dockview/pull/628) [#621](https://github.com/mathuo/dockview/pull/621)
## 🛠 Miscs
- Bug: setVisible fixes and enhancements [#633](https://github.com/mathuo/dockview/pull/633)
- Documentation changes [#627](https://github.com/mathuo/dockview/pull/627)