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.
Bug fixes
TinyMCE 8.7.0 also includes the following bug fix<es>:
Tooltips were clipped when the editor was hosted in a shadow DOM and its parent element had overflow:scroll.
Previously, when TinyMCE ran in a shadow DOM, such as a web component, and a parent element of the host used overflow: scroll, that element clipped a tooltip that extended past the host element boundary. The clipped tooltip could become unreadable.
TinyMCE 8.7.0 restricts tooltip positioning to the bounds of the host element. A tooltip now repositions to stay within the host element and remains visible when TinyMCE runs in a shadow DOM.