diff --git a/packages/docs/blog/2025-07-19-dockview-4.5.0.md b/packages/docs/blog/2025-07-19-dockview-4.5.0.md new file mode 100644 index 000000000..3d426207c --- /dev/null +++ b/packages/docs/blog/2025-07-19-dockview-4.5.0.md @@ -0,0 +1,20 @@ +--- +slug: dockview-4.5.0-release +title: Dockview 4.5.0 +tags: [release] +--- + +# Release Notes + +Please reference docs @ [dockview.dev](https://dockview.dev). + +## 🚀 Features + +- Add `skipSetActive` parameter to moveTo functions [#962](https://github.com/mathuo/dockview/pull/962) + +## 🛠 Miscs + +- Bug: Prevent ghost group creation when dragging popout groups back to grid [#966](https://github.com/mathuo/dockview/pull/966) +- Bug: Correct positioning when dragging groups from popout to main window [#964](https://github.com/mathuo/dockview/pull/964) + +## 🔥 Breaking changes