Skip to content

Commit edb3dd7

Browse files
authored
DOC-3526: Review sidebar no longer shows No improvements found after a review is applied (#4210)
* DOC-3526: Add TinyMCE AI bug fix release note for review state reset (TINY-14198) * 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.
1 parent 626825a commit edb3dd7

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

modules/ROOT/pages/8.7.0-release-notes.adoc

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,6 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
2828

2929
The following premium plugin updates were released alongside {productname} {release-version}.
3030

31-
=== TinyMCE AI
32-
33-
The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin.
34-
35-
**TinyMCE AI** includes the following fix.
36-
37-
==== Prompts that unwrap nested list items now preserve content
38-
// #TINY-14488
39-
40-
Previously, when the model unwrapped nested blocks into top-level blocks, such as converting `+<li>+` items into `+<p>+` paragraphs, it reused the original element IDs. The diffing logic treated the reused IDs as updates to the nested elements, so some prompts intermittently removed the content instead of unwrapping it. A reused ID is now treated as an existing block only when it points to a top-level element; otherwise it is processed as a new element. Edits that unwrap nested elements now apply reliably and preserve content.
41-
42-
For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].
43-
4431
// === <Premium plugin name 1> <Premium plugin name 1 version>
4532

4633
// The {productname} {release-version} release includes an accompanying release of the **<Premium plugin name 1>** premium plugin.
@@ -73,6 +60,18 @@ The {productname} {release-version} release includes an accompanying release of
7360

7461
**TinyMCE AI** includes the following improvements and fixes and additions.
7562

63+
==== The Review sidebar no longer shows "No improvements found" after a review is applied
64+
// #TINY-14198
65+
66+
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.
67+
68+
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.
69+
70+
==== Prompts that unwrap nested list items now preserve content
71+
// #TINY-14488
72+
73+
Previously, when the model unwrapped nested blocks into top-level blocks, such as converting `+<li>+` items into `+<p>+` paragraphs, it reused the original element IDs. The diffing logic treated the reused IDs as updates to the nested elements, so some prompts intermittently removed the content instead of unwrapping it. A reused ID is now treated as an existing block only when it points to a top-level element; otherwise it is processed as a new element. Edits that unwrap nested elements now apply reliably and preserve content.
74+
7675
==== Switching back to an earlier conversation now continues that conversation
7776
// #TINY-14487
7877

0 commit comments

Comments
 (0)