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:
Accompanying Premium plugin changes
The following premium plugin updates were released alongside TinyMCE 8.4.0.
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.
Bug fixes
TinyMCE 8.4.0 also includes the following bug fix<es>:
Attempting to remove a link after a contentEditable="false" element would not be possible.
In previous version of TinyMCE, attempting to remove a link positioned after a `contentEditable="false" (CEF) element could fail because the action flow created a bookmark that normalized the selection and shifted it into the CEF; once the cursor was inside a CEF, the selection check prevented the link-removal action (and other selection-based actions) from running.
TinyMCE 8.4.0 addresses this by capturing the selection’s target before creating the bookmark, reversing the previous order so the selection is copied prior to normalization, ensuring the selection target remains valid and link removal works as expected.