diff --git a/packages/docs/blog/2025-03-16-dockview-4.1.0.md b/packages/docs/blog/2025-03-16-dockview-4.1.0.md index 009299a15..707564096 100644 --- a/packages/docs/blog/2025-03-16-dockview-4.1.0.md +++ b/packages/docs/blog/2025-03-16-dockview-4.1.0.md @@ -11,12 +11,12 @@ Please reference docs @ [dockview.dev](https://dockview.dev). ## 🚀 Features - Custom header size for Paneview components [#875](https://github.com/mathuo/dockview/pull/875) -- Add events `onDidPopoutGroupSizeChange` and `onDidPopoutGroupPositionChange` [#876][https://github.com/mathuo/dockview/pull/876] +- Add events `onDidPopoutGroupSizeChange` and `onDidPopoutGroupPositionChange` [#876](https://github.com/mathuo/dockview/pull/876) ## 🛠 Miscs - Bug: Prevent ghost DOM elements after `fromJSON` calls on Splitview components [#881](https://github.com/mathuo/dockview/pull/881) -- Bug: Disable point-events for iframes within shadow DOMs during tab dnd events [#791][https://github.com/mathuo/dockview/pull/791] +- Bug: Disable point-events for iframes within shadow DOMs during tab dnd events [#791](https://github.com/mathuo/dockview/pull/791) - Bug: Custom group id when no reference panel nor group is provided [#882](https://github.com/mathuo/dockview/pull/882) ## 🔥 Breaking changes