From a4d180d2379dfedae35ffde3cf932cbc527cbad2 Mon Sep 17 00:00:00 2001 From: Mike Sawka Date: Mon, 22 Sep 2025 11:29:12 -0700 Subject: [PATCH] v0.11.6 release notes (#2371) --- docs/docs/releasenotes.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/docs/releasenotes.mdx b/docs/docs/releasenotes.mdx index 5f0882f13..edee3eb13 100644 --- a/docs/docs/releasenotes.mdx +++ b/docs/docs/releasenotes.mdx @@ -6,6 +6,17 @@ sidebar_position: 200 # Release Notes +### v0.11.6 — Sep 22, 2025 + +Patch release to address an editor bug when you open two files in separate edit widgets. Also adds Mermaid support to markdown blocks. + +* WIP: Big AI overhaul coming (multi-modal support, premium models, and tool support) +* WIP: Integrating new Tsunami widget framework to make writing and running Wave widgets easier +* Lots of package updates +* Much internal cleanup (preview widget) +* More migration to Tailwind v4 CSS +* Build updates, switched to npm from yarn + ### v0.11.5 — Aug 28, 2025 Another housekeeping release to modernize Wave and bring it more up to date.