TinyMCE 8.4.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.4.0 was released for TinyMCE Enterprise and Tiny Cloud on Wednesday, February 4th, 2026. These release notes provide an overview of the changes for TinyMCE 8.4.0, including:
[[new-premium-plugin<s>]] == New Premium plugin<s>
The following new Premium plugin was released alongside TinyMCE 8.4.0.
Accompanying Premium plugin changes
The following premium plugin updates were released alongside TinyMCE 8.4.0.
Full Page HTML
The TinyMCE 8.4.0 release includes an accompanying release of the Full Page HTML premium plugin.
Full Page HTML includes the following addition.
New argument fullpagehtml to editor.getContent() and editor.setContent() APIs to only get/set the body of the content while the full page plugin is active.
Previously, setting and getting the editor content while the Full Page HTML plugin was active could be troublesome due to the presence of the full HTML document on all API calls, even when not needed. Attempting to get and act only on the body content (for example, for saving) was undocumented and required workarounds.
In TinyMCE 8.4.0, the fullpagehtml option has been added to the editor.getContent() and editor.setContent() APIs. When set to false, this option allows getting and setting only the body content while the Full Page HTML plugin is active, without interfering with the full document structure. The document is now more resistant to accidental changes, and content can be retrieved or updated without including the full HTML document. For details, see fullpagehtml option for getContent/setContent.
For information on the Full Page HTML plugin, see: Full Page HTML.
Accompanying Enhanced Skins & Icon Packs changes
The TinyMCE 8.4.0 release includes an accompanying release of the Enhanced Skins & Icon Packs.
Enhanced Skins & Icon Packs
The Enhanced Skins & Icon Packs release includes the following updates:
The Enhanced Skins & Icon Packs were rebuilt to pull in the changes also incorporated into the default TinyMCE 8.4.0 skin, Oxide.
For information on using Enhanced Skins & Icon Packs, see: Enhanced Skins & Icon Packs.