TinyMCE 8.7.0
| These are the Tiny Cloud and TinyMCE Enterprise release notes. For information on the latest community version of TinyMCE, see the TinyMCE Changelog. |
Overview
TinyMCE 8.7.0 was released for TinyMCE Enterprise and Tiny Cloud on Tuesday, June 30th, 2026. These release notes provide an overview of the changes for TinyMCE 8.7.0, including:
Accompanying Premium plugin changes
The following premium plugin updates were released alongside TinyMCE 8.7.0.
TinyMCE AI
The TinyMCE 8.7.0 release includes an accompanying release of the TinyMCE AI premium plugin.
TinyMCE AI includes the following fix.
Prompts that unwrap nested list items now preserve content
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.
For information on the TinyMCE AI plugin, see: TinyMCE AI.