Skip to content

Commit cd155e4

Browse files
authored
DOC-3526: Add TinyMCE AI bug fix release note for unwrapping nested list items (TINY-14488) (#4198)
1 parent 651d8d4 commit cd155e4

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@ 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+
3144
// === <Premium plugin name 1> <Premium plugin name 1 version>
3245

3346
// The {productname} {release-version} release includes an accompanying release of the **<Premium plugin name 1>** premium plugin.

0 commit comments

Comments
 (0)