From e2041c6d083561192abac9bee80c1c83b50c1c3d Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 15 Jun 2026 09:18:24 +1000 Subject: [PATCH 1/2] DOC-3526: Add TinyMCE AI bug fix release note for review state reset (TINY-14198) --- modules/ROOT/pages/8.7.0-release-notes.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 60a84540ef..76118ad1b4 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -28,6 +28,19 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] The following premium plugin updates were released alongside {productname} {release-version}. +=== TinyMCE AI + +The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin. + +**TinyMCE AI** includes the following fix. + +==== The Review sidebar no longer shows "No improvements found" after a review is applied +// #TINY-14198 + +Previously, hiding the Review sidebar and applying or skipping suggestions with the preview footer buttons did not reset the review state. Reopening the sidebar showed "No improvements found" instead of the available review options, requiring the editor to be reloaded. The review state now resets correctly, so the sidebar can be hidden and reopened to run new reviews. + +For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI]. + // === // The {productname} {release-version} release includes an accompanying release of the **** premium plugin. From 4f446629ec9fa9a376f8e7d0c6b62eaa17b514ba Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 15 Jun 2026 11:09:12 +1000 Subject: [PATCH 2/2] Docs: DOC-3526 - Improve TINY-14198 release note body structure Split the body into the required two-paragraph structure (problem/impact then solution/result with the {productname} {release-version} construction) to match the version-release-notes skill guidelines. --- modules/ROOT/pages/8.7.0-release-notes.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 76118ad1b4..d00283aa5f 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -37,7 +37,9 @@ The {productname} {release-version} release includes an accompanying release of ==== The Review sidebar no longer shows "No improvements found" after a review is applied // #TINY-14198 -Previously, hiding the Review sidebar and applying or skipping suggestions with the preview footer buttons did not reset the review state. Reopening the sidebar showed "No improvements found" instead of the available review options, requiring the editor to be reloaded. The review state now resets correctly, so the sidebar can be hidden and reopened to run new reviews. +Previously, if the Review sidebar was hidden while the model was still responding and the resulting suggestions were then applied or skipped from the Preview footer, the review state was not reset. Reopening the Review sidebar showed "Review complete — no improvements found" instead of the review list, even though the review had finished. The only way to recover the review options was to reload the editor. + +In {productname} {release-version}, the review state now resets correctly after suggestions are applied or skipped from the Preview footer while the sidebar is hidden. Reopening the Review sidebar shows the review list again, so further reviews can be run without reloading the editor. For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].