dockview/packages/docs/blog/2022-05-16-dockview-1.4.2.mdx
2022-05-26 21:54:35 +01:00

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)