1
0
mirror of https://github.com/mathuo/dockview synced 2025-03-10 16:02:04 +00:00
dockview/packages/docs/blog/2024-03-03-dockview-1.10.1.md

20 lines
528 B
Markdown
Raw Permalink Normal View History

2024-03-02 22:13:25 +00:00
---
slug: dockview-1.10.1-release
title: Dockview 1.10.1
tags: [release]
---
# Release Notes
Please reference to docs @ [dockview.dev](https://dockview.dev).
## 🚀 Features
- `onWillShowOverlay` handles 'edge' drops [#526](https://github.com/mathuo/dockview/pull/526)
## 🛠 Miscs
- regression: add `setVisible` to public panel api [#535](https://github.com/mathuo/dockview/pull/535)
- remove unintended public api methods `isHidden`, `onDidHiddenChange`
- reinstate `setVisible` after mistaken removal