mirror of
https://github.com/mathuo/dockview
synced 2025-01-22 17:35:57 +00:00
16 lines
514 B
Plaintext
16 lines
514 B
Plaintext
---
|
|
slug: dockview-1.4.2-release
|
|
title: Dockview 1.4.2
|
|
tags: [release]
|
|
---
|
|
|
|
# Release Notes
|
|
|
|
## 🚀 Features
|
|
|
|
- Fix deserialization issue where previously active panel wasn't display correctly after deserialization [#108](https://github.com/mathuo/dockview/pull/108)
|
|
|
|
## 🔥 Breaking changes
|
|
|
|
- Rename `onDidAddGroup` to `onDidAddPanel`, `onDidRemoveGroup` to `onDidRemovePanel` and `onDidActiveGroupChange` to `onDidActivePanelChange` on the Gridview API [#106](https://github.com/mathuo/dockview/pull/106)
|