TinyMCE 8.8.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.8.0 was released for TinyMCE Enterprise and Tiny Cloud on Wednesday, July 15th, 2026. These release notes provide an overview of the changes for TinyMCE 8.8.0, including:
[[new-premium-plugin<s>]] == New Premium plugin<s>
The following new Premium plugin was released alongside TinyMCE 8.8.0.
Accompanying Premium plugin changes
The following premium plugin updates were released alongside TinyMCE 8.8.0.
Accompanying Enhanced Skins & Icon Packs changes
The TinyMCE 8.8.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.8.0 skin, Oxide.
For information on using Enhanced Skins & Icon Packs, see: Enhanced Skins & Icon Packs.
Improvements
TinyMCE 8.8.0 also includes the following improvement<s>:
Added the aria-valuenow, aria-valuemin, and aria-valuemax attributes to the editor resize handle when resizing vertically
Previously, the editor resize handle did not expose the Accessible Rich Internet Applications (ARIA) value attributes recommended for the separator role. Automated accessibility scanners reported this as a specification violation on the resize handle.
In TinyMCE 8.8.0, the resize handle exposes the aria-valuenow, aria-valuemin, and aria-valuemax attributes when the editor is configured for vertical resizing, which is the default resize: true behavior. aria-valuenow reports the current editor height, aria-valuemin reflects the min_height option, and aria-valuemax reflects the max_height option, or the current height plus the 20px keyboard resize step when max_height is not set. Editors configured for two-dimensional resizing with resize: 'both' are unchanged, because no recommended accessible pattern currently exists for two-dimensional resize handles.