mirror of
https://github.com/mathuo/dockview
synced 2025-02-15 04:45:45 +00:00
20 lines
578 B
Markdown
20 lines
578 B
Markdown
---
|
|
slug: dockview-1.12.0-release
|
|
title: Dockview 1.12.0
|
|
tags: [release]
|
|
---
|
|
|
|
# Release Notes
|
|
|
|
Please reference docs @ [dockview.dev](https://dockview.dev).
|
|
|
|
## 🚀 Features
|
|
|
|
- Enhance `onWillShowOverlay` event to contain additional commonly used methods and properties [#564](https://github.com/mathuo/dockview/issues/564)
|
|
|
|
- Expose `api.component` and `api.tabComponent` on panel api [#569](https://github.com/mathuo/dockview/issues/569)
|
|
|
|
## 🔥 Breaking changes
|
|
|
|
- Fix Typo: `onlyWhenVisibile` to `onlyWhenVisible` [#559](https://github.com/mathuo/dockview/pull/559)
|