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.
Inline CSS
The TinyMCE 8.7.0 release includes an accompanying release of the Inline CSS premium plugin.
Inline CSS includes the following fix.
The fullpage header and footer were not included when getting HTML content with inline CSS
Previously, the Inline CSS plugin’s getContent API did not return a complete HTML document when the Full Page HTML plugin was enabled. The surrounding document header and footer were omitted, which made the output unsuitable for use cases such as generating email-ready documents.
In TinyMCE 8.7.0, the Inline CSS plugin detects when the Full Page HTML plugin is enabled and includes the document header and footer in its output. The getContent API now returns a full HTML document as expected.
For information on the Inline CSS plugin, see: Inline CSS.