You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The following premium plugin updates were released alongside {productname} {release-version}.
30
30
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
-
44
31
// === <Premium plugin name 1> <Premium plugin name 1 version>
45
32
46
33
// 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
73
60
74
61
**TinyMCE AI** includes the following improvements and fixes and additions.
75
62
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
+
76
75
==== Switching back to an earlier conversation now continues that conversation
0 commit comments