mirror of
https://github.com/mathuo/dockview
synced 2025-02-15 21:05:45 +00:00
21 lines
787 B
Markdown
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)
|