Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
103 changes: 102 additions & 1 deletion modules/ROOT/pages/8.9.1-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[]
[[overview]]
== Overview

{productname} {release-version} was released for {enterpriseversion} and {cloudname} on <weekday>, <month> <DD>^<st|nd|rd|th>^, <YYYY>. These release notes provide an overview of the changes for {productname} {release-version}, including:
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Wednesday, September 9^th^, 2026. These release notes provide an overview of the changes for {productname} {release-version}, including:

// Remove sections and section boilerplates as necessary.
// Pluralise as necessary or remove the placeholder plural marker.
Expand Down Expand Up @@ -71,6 +71,107 @@ The {productname} {release-version} release includes an accompanying release of

For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].

=== AI Assistant

The {productname} {release-version} release includes an accompanying release of the **AI Assistant** premium plugin.

**AI Assistant** includes the following fix.

==== The `+body_class+` and `+body_id+` options were not applied to the AI Assistant preview iframe body, and the `+mce-content-body+` class was missing
// #TINYMCE-14872

Previously, the **AI Assistant** plugin did not apply the xref:add-css-options.adoc#body_class[`+body_class+`] and xref:add-css-options.adoc#body_id[`+body_id+`] options to the preview iframe body element, and omitted the `+mce-content-body+` class, so the preview did not render content consistently with the editor content.

In {productname} {release-version}, the **AI Assistant** plugin applies both options to the preview body element, and always applies the `+mce-content-body+` class alongside any class set through `+body_class+`.

For information on the **AI Assistant** plugin, see: xref:ai.adoc[AI Assistant].


=== Revision History

The {productname} {release-version} release includes an accompanying release of the **Revision History** premium plugin.

**Revision History** includes the following fix.

==== The `+body_id+` option was not applied to the Revision History preview iframe body
// #TINYMCE-14872

Previously, the **Revision History** plugin applied the xref:add-css-options.adoc#body_class[`+body_class+`] option to the preview iframe body element but not the xref:add-css-options.adoc#body_id[`+body_id+`] option, so the preview did not render content consistently with the editor content.

In {productname} {release-version}, the **Revision History** plugin applies `+body_id+` to the preview body element, so styles that target that id now apply in the preview.

For information on the **Revision History** plugin, see: xref:revisionhistory.adoc[Revision History].


=== Suggested Edits

The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin.

**Suggested Edits** includes the following fix.

==== The `+body_class+` and `+body_id+` options were not applied to the Suggested Edits preview iframe body
// #TINYMCE-14872

Previously, the **Suggested Edits** plugin did not apply the xref:add-css-options.adoc#body_class[`+body_class+`] and xref:add-css-options.adoc#body_id[`+body_id+`] options to the preview iframe body element, so the preview did not render content consistently with the editor content.

In {productname} {release-version}, the **Suggested Edits** plugin applies both options to the preview body element, adding the `+body_class+` value alongside the `+mce-content-body+` class rather than replacing it.

For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].

=== TinyMCE AI

The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin.

**TinyMCE AI** includes the following fixs.

==== The `+body_class+` and `+body_id+` options were not applied to the TinyMCE AI preview iframe body
// #TINYMCE-14872

Previously, the **TinyMCE AI** plugin did not apply the xref:add-css-options.adoc#body_class[`+body_class+`] and xref:add-css-options.adoc#body_id[`+body_id+`] options to the preview iframe body element, so the preview did not render content consistently with the editor content.

In {productname} {release-version}, the **TinyMCE AI** plugin applies both options to the preview body element, adding the `+body_class+` value alongside the `+mce-content-body+` class rather than replacing it.

==== Menus in the TinyMCE AI sidebars showed unnecessary scrollbars when the sidebar type was set to 'floating'
// #TINYMCE-14570

Previously, menus opened from the **TinyMCE AI** sidebars showed unnecessary scrollbars. With the xref:tinymceai.adoc#tinymceai_sidebar_type[`+tinymceai_sidebar_type+`] option set to `+'floating'+`, the menu for adding context sources, the model selection dropdown, and the menu on a chat history item each showed a second vertical scrollbar or a horizontal scrollbar. This regression, introduced in {productname} 8.5, made those menus harder to read and to scroll.

In {productname} {release-version}, the **TinyMCE AI** plugin no longer applies its own overflow constraint to these menus, and sizes each menu to the space available to it rather than to the full width of its container. Menus in the Chat sidebar and the Review sidebar now show a single scrollbar, and only when the content does not fit.

For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].


=== Suggested Edits

The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin.

**Suggested Edits** includes the following fix.

==== Styles from the `+content_style+` option did not take precedence over `+content_css+` in the preview iframe
// #TINYMCE-14748

Previously, the **Suggested Edits** plugin added the styles from the xref:add-css-options.adoc#content_style[`+content_style+`] option to the preview before the stylesheets loaded by the xref:add-css-options.adoc#content_css[`+content_css+`] option. The styles from both options carry equal specificity, so the `+content_css+` stylesheets overrode the `+content_style+` rules.

In {productname} {release-version}, the **Suggested Edits** plugin adds the styles from `+content_style+` after the stylesheets loaded by `+content_css+`, matching the order that {productname} uses in the editor content. Styles from `+content_style+` now apply in the preview, so the preview renders consistently with the editor content.

For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].


=== TinyMCE AI

The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin.

**TinyMCE AI** includes the following fix.

==== Styles from the `+content_style+` option did not take precedence over `+content_css+` in the preview iframe
// #TINYMCE-14748

Previously, the **TinyMCE AI** plugin added the styles from the xref:add-css-options.adoc#content_style[`+content_style+`] option to the preview before the stylesheets loaded by the xref:add-css-options.adoc#content_css[`+content_css+`] option. The styles from both options carry equal specificity, so the `+content_css+` stylesheets overrode the `+content_style+` rules.

In {productname} {release-version}, the **TinyMCE AI** plugin adds the styles from `+content_style+` after the stylesheets loaded by `+content_css+`, matching the order that {productname} uses in the editor content. Styles from `+content_style+` now apply in the preview, so the preview renders consistently with the editor content.

For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].


[[accompanying-premium-plugin-end-of-life-announcement]]
== Accompanying Premium plugin end-of-life announcement
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

NOTE: This is the {productname} Community version changelog. For information about the latest {cloudname} or {enterpriseversion} Release, see: xref:release-notes.adoc[{productname} Release Notes].

== xref:8.9.1-release-notes.adoc[8.9.1 - <YYYY-MM-DD>]
== xref:8.9.1-release-notes.adoc[8.9.1 - 2026-09-09]

//TODO

Expand Down
Loading