TinyMCE 8.3.1

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.3.1 was released for TinyMCE Enterprise and Tiny Cloud on Wednesday, December 17th, 2025. These release notes provide an overview of the changes for TinyMCE 8.3.1, including:

Accompanying Premium plugin changes

The following premium plugin updates were released alongside TinyMCE 8.3.1.

Suggested Edits

The TinyMCE 8.3.1 release includes an accompanying release of the Suggested Edits premium plugin.

Suggested Edits includes the following fix.

View would close when the resource was still loading.

In previous versions of TinyMCE, opening the Suggested Edits view when the integration script was not yet loaded would cause the view to immediately close, requiring users to manually reopen it until the script was loaded.

This issue has been resolved in TinyMCE 8.3.1. The editor now enters a loading state if the Suggested Edits view is opened while the integration script is loading, instead of immediately closing, and exits this state once the script has loaded.

For information on the Suggested Edits plugin, see: Suggested Edits.

Bug fix

TinyMCE 8.3.1 also includes the following bug fix:

Views could not be opened during the init event.

Prior to 8.3.1, editor views were not registered until after the CSS was loaded, which meant that they could not be opened until after editor initialization. 8.3.1 addresses this by registering views sooner, before editor initialization.