TinyMCE 8.9.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.9.0 was released for TinyMCE Enterprise and Tiny Cloud on Wednesday, August 26th, 2026. These release notes provide an overview of the changes for TinyMCE 8.9.0, including:
[[new-premium-plugin<s>]] == New Premium plugin<s>
The following new Premium plugin was released alongside TinyMCE 8.9.0.
Accompanying Premium plugin changes
The following premium plugin updates were released alongside TinyMCE 8.9.0.
Accompanying Enhanced Skins & Icon Packs changes
The TinyMCE 8.9.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.9.0 skin, Oxide.
For information on using Enhanced Skins & Icon Packs, see: Enhanced Skins & Icon Packs.
Bug fixes
TinyMCE 8.9.0 also includes the following bug fix<es>:
Opening or closing a sidebar from the toolbar scrolled the editor to the selection
Previously, opening or closing a sidebar from a toolbar button scrolled the editor content to the current selection when the editor was not focused. Toggling a sidebar is not a content operation, so the viewport moved away from the part of the document the user was reading.
In TinyMCE 8.9.0, toggling a sidebar from the toolbar no longer scrolls the selection into view. This applies to every sidebar registered through editor.ui.registry.addSidebar. Commands that change content, such as Bold, continue to focus the editor and scroll to the selection as before.
The editor.focus() method also accepts an object argument, so callers can focus the editor without scrolling the selection into view, as in editor.focus({ scrollToSelection: false }). The scrollToSelection property defaults to true, and passing a boolean continues to behave as before.