From 6e02e59fec3e9b800f767f8f6b427f666216cf49 Mon Sep 17 00:00:00 2001 From: mathuo <6710312+mathuo@users.noreply.github.com> Date: Sun, 16 Mar 2025 21:09:38 +0000 Subject: [PATCH] chore: v4.1.0 docs --- packages/docs/blog/2025-03-16-dockview-4.1.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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