From c6403ff6e80efc8127edfd16f613e9e7a76d76bd Mon Sep 17 00:00:00 2001 From: mathuo <6710312+mathuo@users.noreply.github.com> Date: Sat, 27 Apr 2024 13:19:25 +0100 Subject: [PATCH] chore: 1.13.0 docs --- packages/docs/blog/2024-04-27-dockview-1.13.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/docs/blog/2024-04-27-dockview-1.13.0.md b/packages/docs/blog/2024-04-27-dockview-1.13.0.md index bf0df8f06..417046ffd 100644 --- a/packages/docs/blog/2024-04-27-dockview-1.13.0.md +++ b/packages/docs/blog/2024-04-27-dockview-1.13.0.md @@ -8,6 +8,8 @@ tags: [release] Please reference docs @ [dockview.dev](https://dockview.dev). +The majority of the changes in this release are internal changes to support the upcoming support of multiple frameworks, starting with Vue.js. + ## 🚀 Features - Add `onDidActivePanelChange` event to group api [#541](https://github.com/mathuo/dockview/pull/541)