From b14364652fb1c1a5ae253bc7b416f90e72dfc228 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 7 Sep 2026 09:26:58 +1000 Subject: [PATCH 1/6] TINYDOC-3579 - Populate TinyMCE 8.9.1 release date --- modules/ROOT/pages/8.9.1-release-notes.adoc | 2 +- modules/ROOT/pages/changelog.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/8.9.1-release-notes.adoc b/modules/ROOT/pages/8.9.1-release-notes.adoc index dbd5d2dfdd..095b9ce73a 100644 --- a/modules/ROOT/pages/8.9.1-release-notes.adoc +++ b/modules/ROOT/pages/8.9.1-release-notes.adoc @@ -11,7 +11,7 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] [[overview]] == Overview -{productname} {release-version} was released for {enterpriseversion} and {cloudname} on ,
^^, . 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. diff --git a/modules/ROOT/pages/changelog.adoc b/modules/ROOT/pages/changelog.adoc index 81e1916ea0..bc63cf66f4 100644 --- a/modules/ROOT/pages/changelog.adoc +++ b/modules/ROOT/pages/changelog.adoc @@ -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 - ] +== xref:8.9.1-release-notes.adoc[8.9.1 - 2026-09-09] //TODO From 3cc59155bdca0c9ef2679e046194dfc42401f78d Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 8 Sep 2026 13:42:36 +1000 Subject: [PATCH 2/6] TINYDOC-3579: Menus in the TinyMCE AI sidebars showed unnecessary scrollbars when the sidebar type was set to 'floating'. (#4343) * Docs: TINYDOC-3579 - Menus in the TinyMCE AI sidebars showed unnecessary scrollbars when the sidebar type was set to 'floating'. * TINYDOC-3579: Clarify that the menu width constraint was adjusted rather than removed. --- modules/ROOT/pages/8.9.1-release-notes.adoc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/modules/ROOT/pages/8.9.1-release-notes.adoc b/modules/ROOT/pages/8.9.1-release-notes.adoc index 095b9ce73a..92875362cd 100644 --- a/modules/ROOT/pages/8.9.1-release-notes.adoc +++ b/modules/ROOT/pages/8.9.1-release-notes.adoc @@ -72,6 +72,22 @@ The {productname} {release-version} release includes an accompanying release of For information on the **** plugin, see: xref:.adoc[]. +=== TinyMCE AI + +The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin. + +**TinyMCE AI** includes the following fix. + +==== 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]. + + [[accompanying-premium-plugin-end-of-life-announcement]] == Accompanying Premium plugin end-of-life announcement From 63a63151ea4f3ecfc2e6176d58068d736c6f65b5 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 8 Sep 2026 14:09:42 +1000 Subject: [PATCH 3/6] Docs: TINYDOC-3579 - The `body_class` and `body_id` options were not applied to preview iframe bodies. (#4342) --- modules/ROOT/pages/8.9.1-release-notes.adoc | 55 ++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.9.1-release-notes.adoc b/modules/ROOT/pages/8.9.1-release-notes.adoc index 92875362cd..5720619867 100644 --- a/modules/ROOT/pages/8.9.1-release-notes.adoc +++ b/modules/ROOT/pages/8.9.1-release-notes.adoc @@ -71,12 +71,65 @@ The {productname} {release-version} release includes an accompanying release of For information on the **** plugin, see: xref:.adoc[]. +=== 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 fix. +**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 From 59e1114e48308cfadb00fd85f6bf8896365ba6b0 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Tue, 8 Sep 2026 15:47:27 +1000 Subject: [PATCH 4/6] TINYDOC-3579: Styles from the `content_style` option did not take precedence over `content_css` in the preview iframe. (#4341) * Docs: TINYDOC-3579 - Styles from the `content_style` option did not take precedence over `content_css` in the preview iframe. * Update modules/ROOT/pages/8.9.1-release-notes.adoc Co-authored-by: Sorita Heng <69398037+soritaheng@users.noreply.github.com> * Update modules/ROOT/pages/8.9.1-release-notes.adoc Co-authored-by: Sorita Heng <69398037+soritaheng@users.noreply.github.com> --------- Co-authored-by: Sorita Heng <69398037+soritaheng@users.noreply.github.com> --- modules/ROOT/pages/8.9.1-release-notes.adoc | 32 +++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/modules/ROOT/pages/8.9.1-release-notes.adoc b/modules/ROOT/pages/8.9.1-release-notes.adoc index 5720619867..48d600a994 100644 --- a/modules/ROOT/pages/8.9.1-release-notes.adoc +++ b/modules/ROOT/pages/8.9.1-release-notes.adoc @@ -141,6 +141,38 @@ In {productname} {release-version}, the **TinyMCE AI** plugin no longer applies 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 From 44280a65e34879229243c41d6716134850abc16c Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 9 Sep 2026 09:41:15 +1000 Subject: [PATCH 5/6] TINYDOC-3579: Final template removal and cleanup. --- .api-version | 2 +- modules/ROOT/nav.adoc | 13 -- modules/ROOT/pages/8.9.1-release-notes.adoc | 215 ++------------------ modules/ROOT/pages/apis/tinymce.editor.adoc | 13 +- modules/ROOT/pages/changelog.adoc | 1 - 5 files changed, 25 insertions(+), 219 deletions(-) diff --git a/.api-version b/.api-version index d439d82b62..3ecb398163 100644 --- a/.api-version +++ b/.api-version @@ -1 +1 @@ -8.8.2 \ No newline at end of file +8.9.0 \ No newline at end of file diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 87ecedf743..2bf6024a3a 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -424,20 +424,7 @@ ** xref:release-notes.adoc[Release notes for {productname}] *** {productname} 8.9.1 **** xref:8.9.1-release-notes.adoc#overview[Overview] -**** xref:8.9.1-release-notes.adoc#new-premium-plugin[New Premium Plugin] -**** xref:8.9.1-release-notes.adoc#new-open-source-plugin[New Open Source Plugin] **** xref:8.9.1-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes] -**** xref:8.9.1-release-notes.adoc#accompanying-premium-plugin-end-of-life-announcement[Accompanying Premium Plugin end-of-life announcement] -**** xref:8.9.1-release-notes.adoc#accompanying-open-source-plugin-end-of-life-announcement[Accompanying Open Source Plugin end-of-life announcement] -**** xref:8.9.1-release-notes.adoc#accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes] -**** xref:8.9.1-release-notes.adoc#improvements[Improvements] -**** xref:8.9.1-release-notes.adoc#additions[Additions] -**** xref:8.9.1-release-notes.adoc#changes[Changes] -**** xref:8.9.1-release-notes.adoc#removed[Removed] -**** xref:8.9.1-release-notes.adoc#bug-fixes[Bug fixes] -**** xref:8.9.1-release-notes.adoc#security-fixes[Security fixes] -**** xref:8.9.1-release-notes.adoc#deprecated[Deprecated] -**** xref:8.9.1-release-notes.adoc#known-issues[Known issues] *** {productname} 8.9.0 **** xref:8.9.0-release-notes.adoc#overview[Overview] **** xref:8.9.0-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes] diff --git a/modules/ROOT/pages/8.9.1-release-notes.adoc b/modules/ROOT/pages/8.9.1-release-notes.adoc index 48d600a994..1caf3fb909 100644 --- a/modules/ROOT/pages/8.9.1-release-notes.adoc +++ b/modules/ROOT/pages/8.9.1-release-notes.adoc @@ -13,45 +13,7 @@ include::partial$misc/admon-releasenotes-for-stable.adoc[] {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. -* xref:new-premium-plugin[New Premium plugin] -* xref:new-open-source-plugin[New Open Source plugin] * xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes] -* xref:accompanying-premium-plugin-end-of-life-announcement[Accompanying Premium plugin end-of-life announcement] -* xref:accompanying-open-source-plugin-end-of-life-announcement[Accompanying open source plugin end-of-life-announcement] -* xref:accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes] -* xref:improvements[Improvements] -* xref:additions[Additions] -* xref:changes[Changes] -* xref:bug-fixes[Bug fixes] -* xref:security-fixes[Security fixes] -* xref:deprecated[Deprecated] -* xref:known-issues[Known issues] - - -[[new-premium-plugin]] -== New Premium plugin - -The following new Premium plugin was released alongside {productname} {release-version}. - -=== - -The new Premium plugin, **** // description here. - -For information on the **** plugin, see xref:.adoc[]. - - -[[new-open-source-plugin]] -== New Open Source plugin - -The following new Open Source plugin was released alongside {productname} {release-version}. - -=== - -The new open source plugin, **** // description here. - -For information on the **** plugin, see xref:.adoc[]. [[accompanying-premium-plugin-changes]] @@ -59,18 +21,6 @@ For information on the **** plugin, see xref: - -The {productname} {release-version} release includes an accompanying release of the **** premium plugin. - -**** includes the following . - -==== - -// CCFR here. - -For information on the **** plugin, see: xref:.adoc[]. - === AI Assistant The {productname} {release-version} release includes an accompanying release of the **AI Assistant** premium plugin. @@ -103,26 +53,11 @@ In {productname} {release-version}, the **Revision History** plugin applies `+bo 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. +**TinyMCE AI** includes the following fixes. ==== The `+body_class+` and `+body_id+` options were not applied to the TinyMCE AI preview iframe body // #TINYMCE-14872 @@ -138,31 +73,6 @@ Previously, menus opened from the **TinyMCE AI** sidebars showed unnecessary scr 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 @@ -173,124 +83,25 @@ In {productname} {release-version}, the **TinyMCE AI** plugin adds the styles fr 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 - -The following Premium plugin has been announced as reaching its end-of-life: - -=== - -{productname}’s xref:.adoc[] plugin will be deactivated on
, , and is no longer available for purchase. - - -[[accompanying-open-source-plugin-end-of-life-announcement]] -== Accompanying open source plugin end-of-life announcement - -The following open source plugin has been announced as reaching its end-of-life: - -=== - -{productname}’s xref:.adoc[] plugin will be deactivated on
, , and is no longer available for purchase. - - -[[accompanying-enhanced-skins-and-icon-packs-changes]] -== Accompanying Enhanced Skins & Icon Packs changes - -The {productname} {release-version} 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 {productname} {release-version} skin, Oxide. - -For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-and-icon-packs.adoc[Enhanced Skins & Icon Packs]. - - -[[improvements]] -== Improvements - -{productname} {release-version} also includes the following improvement: - -=== -// #TINY-vwxyz1 - -// CCFR here. - - -[[additions]] -== Additions - -{productname} {release-version} also includes the following addition: - -=== -// #TINY-vwxyz1 - -// CCFR here. - - -[[changes]] -== Changes - -{productname} {release-version} also includes the following change: - -=== -// #TINY-vwxyz1 - -// CCFR here. - - -[[removed]] -== Removed - -{productname} {release-version} also includes the following removal: - -=== -// #TINY-vwxyz1 - -// CCFR here. - - -[[bug-fixes]] -== Bug fixes - -{productname} {release-version} also includes the following bug fix: - -=== -// #TINY-vwxyz1 - -// CCFR here. - - -[[security-fixes]] -== Security fixes - -{productname} {release-version} includes : - -=== -// #TINY-vwxyz1 - -// CCFR here. - +=== Suggested Edits -[[deprecated]] -== Deprecated +The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin. -{productname} {release-version} includes the following deprecation: +**Suggested Edits** includes the following fixes. -=== The `` configuration property, ``, has been deprecated +==== Styles from the `+content_style+` option did not take precedence over `+content_css+` in the preview iframe +// #TINYMCE-14748 -// placeholder here. +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. -[[known-issues]] -== Known issues +==== The `+body_class+` and `+body_id+` options were not applied to the Suggested Edits preview iframe body +// #TINYMCE-14872 -This section describes issues that users of {productname} {release-version} may encounter and possible workarounds for these issues. +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. -There known issue in {productname} {release-version}. +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. -=== -// #TINY-vwxyz1 +For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits]. -// CCFR here. \ No newline at end of file diff --git a/modules/ROOT/pages/apis/tinymce.editor.adoc b/modules/ROOT/pages/apis/tinymce.editor.adoc index e150869bcc..db1ff1852d 100644 --- a/modules/ROOT/pages/apis/tinymce.editor.adoc +++ b/modules/ROOT/pages/apis/tinymce.editor.adoc @@ -446,14 +446,23 @@ instance.fire('event', {...}); === focus() [source, javascript] ---- -focus(skipFocus: Boolean) +focus(skipFocus: Boolean | Object, skipFocus.scrollToSelection: Boolean) ---- Focuses/activates the editor. This will set this editor as the activeEditor in the tinymce collection it will also place DOM focus inside the editor. +==== Examples +[source, javascript] +---- +tinymce.activeEditor.focus(); +tinymce.activeEditor.focus(true); +tinymce.activeEditor.focus({ scrollToSelection: false }); +---- + ==== Parameters -* `skipFocus (Boolean)` - Skip DOM focus. Just set is as the active editor. +* `skipFocus (Boolean | Object)` - If true, skip DOM focus and only set this editor as the active editor. If an object, focus the editor and optionally control scrolling. +* `skipFocus.scrollToSelection (Boolean)` - If false, focuses the editor without scrolling the selection into view. Defaults to true. ''' diff --git a/modules/ROOT/pages/changelog.adoc b/modules/ROOT/pages/changelog.adoc index bc63cf66f4..c4c1dc63ed 100644 --- a/modules/ROOT/pages/changelog.adoc +++ b/modules/ROOT/pages/changelog.adoc @@ -6,7 +6,6 @@ NOTE: This is the {productname} Community version changelog. For information abo == xref:8.9.1-release-notes.adoc[8.9.1 - 2026-09-09] -//TODO == xref:8.9.0-release-notes.adoc[8.9.0 - 2026-08-31] From 2e7ceb37d9b0353b625e11e7c749875cad55a69b Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 9 Sep 2026 09:48:37 +1000 Subject: [PATCH 6/6] TINYDOC-3579: Add admon note to changelog. --- modules/ROOT/pages/changelog.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ROOT/pages/changelog.adoc b/modules/ROOT/pages/changelog.adoc index c4c1dc63ed..4d0cc74ba6 100644 --- a/modules/ROOT/pages/changelog.adoc +++ b/modules/ROOT/pages/changelog.adoc @@ -6,6 +6,7 @@ NOTE: This is the {productname} Community version changelog. For information abo == xref:8.9.1-release-notes.adoc[8.9.1 - 2026-09-09] +NOTE: This release contains fixes for Premium plugins only and does not include any changes to the core {productname} editor. == xref:8.9.0-release-notes.adoc[8.9.0 - 2026-08-31]