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.
TinyMCE AI
The TinyMCE 8.7.0 release includes an accompanying release of the TinyMCE AI premium plugin.
TinyMCE AI includes the following improvement.
The TinyMCE AI plugin now adds an ai property to the SetContent and BeforeSetContent event payloads
Previously, the TinyMCE AI plugin set content into the editor without marking it as AI-generated. Integrations that listen to the BeforeSetContent and SetContent events had no reliable way to distinguish this content from content set by other sources, and could not apply origin-specific processing, tracking, or analytics.
In TinyMCE 8.7.0, the TinyMCE AI plugin adds an ai property to the BeforeSetContent and SetContent event payloads when it sets content. Event handlers can check this property to detect TinyMCE AI-generated content and respond based on its origin.
For information on the TinyMCE AI plugin, see: TinyMCE AI.