diff --git a/packages/docs/blog/2025-08-02-dockview-4.6.0.md b/packages/docs/blog/2025-08-02-dockview-4.6.0.md new file mode 100644 index 000000000..2f68d390a --- /dev/null +++ b/packages/docs/blog/2025-08-02-dockview-4.6.0.md @@ -0,0 +1,21 @@ +--- +slug: dockview-4.6.0-release +title: Dockview 4.6.0 +tags: [release] +--- + +# Release Notes + +Please reference docs @ [dockview.dev](https://dockview.dev). + +## 🚀 Features + +## 🛠 Miscs + +- Bug: Fix close button functionality in tab overflow dropdown [#985](https://github.com/mathuo/dockview/pull/985) +- Bug: Fix cursor behavior on empty container spaces [#978](https://github.com/mathuo/dockview/pull/978) +- Bug: Fix theming consistency between JavaScript and React implementations [#970](https://github.com/mathuo/dockview/pull/970) +- Bug: Fix themes with gap overflow issues [#963](https://github.com/mathuo/dockview/pull/963) +- Chore: Project maintenance and build script improvements [#982](https://github.com/mathuo/dockview/pull/982), [#980](https://github.com/mathuo/dockview/pull/980) + +## 🔥 Breaking changes