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.
Additions
TinyMCE 8.7.0 also includes the following addition<s>:
New tinymce.dom.AriaAnnouncer API for screen reader announcements
TinyMCE 8.7.0 adds the tinymce.dom.AriaAnnouncer API for sending messages to screen readers through an aria-live region without shifting focus. The announce method accepts a message and an optional { assertive } setting. Integrators can use it to announce formatting changes, for example by listening to the FormatApply and FormatRemove events.
tinymce.dom.AriaAnnouncer.announce('Bold on');
tinymce.dom.AriaAnnouncer.announce('Error occurred', { assertive: true });