TinyMCE 8.0.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.0.0 was released for TinyMCE Enterprise and Tiny Cloud on <weekday>, <month> <DD><st|nd|rd|th>, <YYYY>. These release notes provide an overview of the changes for TinyMCE 8.0.0, including:

For additional details on TinyMCE 8.0.0 breaking changes when considering upgrading, see Migrating from TinyMCE 7 to TinyMCE 8.0.0.

[[new-premium-plugin<s>]] New Premium plugin<s>

The following new Premium plugin was released alongside TinyMCE 8.0.0.

Accompanying Premium plugin changes

The following premium plugin updates were released alongside TinyMCE 8.0.0.

Spell Checker

The TinyMCE 8.0.0 includes an accompanying release of the Spell Checker premium plugin.

Spell Checker includes the following improvement.

Language code standardization to RFC5646/BCP47 format

The TinyMCE 8.0.0 release introduces standardized support for language codes using the RFC5646 (also known as BCP47) format. This update applies to all language-related configurations, including:

  • UI language packs (premium and community)

  • Spellchecker language codes

  • HTML lang attributes

  • Content language selection

Changes

  • Language codes now use hyphens (-) instead of underscores (_). For example:

    • 'en-US' instead of 'en_US'

    • 'zh-TW' instead of 'zh_TW'

    • 'pt-BR' instead of 'pt_BR'

  • Base language codes without regions (e.g., 'en', 'es', 'fr') remain unchanged.

  • File names for language packs have been updated to use hyphens.

  • Premium plugins have been updated to recognize RFC5646-compliant codes.

Backward Compatibility

To ensure a smooth migration

  • Both hyphenated and underscore formats are supported in TinyMCE 8.0.0.

  • A console warning is displayed when the legacy underscore format is used.

  • Both formats of language pack files are distributed with TinyMCE 8.0.0.

  • TinyMCE 9 will support only the RFC5646-compliant hyphenated format.

Migration

  1. Update language-related configuration in tinymce.init:

    language: 'en-US',
    spellchecker_language: 'en-US'
  2. Update content_langs configuration:

    content_langs: [
      { title: 'English (US)', code: 'en-US' },
      { title: 'Portuguese (Brazil)', code: 'pt-BR' }
    ]
  3. Rename any custom dictionary files to use hyphens (e.g., 'en-GB.txt' instead of 'en_GB.txt').

  4. Ensure any server-side integrations or custom language pack files follow the new naming convention.

This standardization aligns TinyMCE with modern web standards and improves consistency across its multilingual features.

For information on the Spell Checker premium plugin, see: Spell Checker plugin or for an complete list of supported languages, see: Supported languages.

Accompanying Premium plugin end-of-life announcement

The following Premium plugin has been announced as reaching its end-of-life:

Accompanying open source plugin end-of-life announcement

The following open source plugin has been announced as reaching its end-of-life:

Accompanying Enhanced Skins & Icon Packs changes

The TinyMCE 8.0.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.0.0 skin, Oxide.

For information on using Enhanced Skins & Icon Packs, see: Enhanced Skins & Icon Packs.

Improvements

TinyMCE 8.0.0 also includes the following improvement<s>:

Additions

TinyMCE 8.0.0 also includes the following addition<s>:

Changes

TinyMCE 8.0.0 also includes the following change<s>:

Removed

TinyMCE 8.0.0 also includes the following removal<s>:

Bug fixes

TinyMCE 8.0.0 also includes the following bug fix<es>:

Security fixes

TinyMCE 8.0.0 includes <a fix | fixes for the following security issue<s>:

Deprecated

TinyMCE 8.0.0 includes the following deprecation<s>:

Known issues

This section describes issues that users of TinyMCE 8.0.0 may encounter and possible workarounds for these issues.

There <is one | are <number> known issue<s> in TinyMCE 8.0.0.