Skip to content

DOC-3355: TinyMCE 8.5.0 Documentation release and community changelog.#4050

Merged
kemister85 merged 45 commits intorelease/8.5.0from
feature/8.5.0/DOC-3355
Apr 29, 2026
Merged

DOC-3355: TinyMCE 8.5.0 Documentation release and community changelog.#4050
kemister85 merged 45 commits intorelease/8.5.0from
feature/8.5.0/DOC-3355

Conversation

@kemister85
Copy link
Copy Markdown
Contributor

@kemister85 kemister85 commented Apr 13, 2026

Ticket: DOC-3355

Site: Staging branch

Site: Staging: Release notes
Site: Staging: Changelog

Changes:

  • TinyMCE 8.5.0 Documentation Release and Community Changelog.

Pre-checks:

  • Branch prefixed with feature/<version>/, hotfix/<version>/, staging/<version>/, or release/<version>/.
  • modules/ROOT/nav.adoc has been updated (if applicable).
  • Included a release note entry for any New product features.
  • If this is a minor release, updated productminorversion in antora.yml and added new supported versions entry in modules/ROOT/partials/misc/supported-versions.adoc.

Review:

  • Documentation Team Lead has reviewed
  • api-version bump before merging.

@kemister85 kemister85 added this to the TinyMCE 8.5.0 milestone Apr 13, 2026
@kemister85 kemister85 added the upcoming release Documentation for features currently under development/QA label Apr 13, 2026
kemister85 and others added 27 commits April 28, 2026 11:38
…appears focused (#4084)

* Docs: DOC-3355, DOC-3485 - The first loading card during a review no longer appears focused

* Update modules/ROOT/pages/8.5.0-release-notes.adoc

Co-authored-by: Kim <45845989+kimwoodfield@users.noreply.github.com>

---------

Co-authored-by: Kim <45845989+kimwoodfield@users.noreply.github.com>
… by DOMPurify (#4083)

* Docs: DOC-3355 - Prevent valid iframe and script elements from being removed by DOMPurify

* Update modules/ROOT/pages/8.5.0-release-notes.adoc

Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud>

* Update modules/ROOT/pages/8.5.0-release-notes.adoc

Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud>

---------

Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud>
…o register the action as custom menu item (#4081)

* Docs: DOC-3355 - New optional id property to tinymceai_quickactions_custom to register the action as custom menu item

* Docs: Remove toolbar references from custom quick action id note

Custom quick action ids only work in menus (menubar menus, menu
button menus), not toolbars. Dropped quickbars_selection_toolbar
reference and toolbar mentions per review feedback.
…e Stop button in the loading indicator receives focus (#4079)

* Docs: DOC-3355 - While the plugin is generating a review or quick action, the Stop button in the loading indicator receives focus

* Update modules/ROOT/pages/8.5.0-release-notes.adoc

Co-authored-by: Kim <45845989+kimwoodfield@users.noreply.github.com>

* Update modules/ROOT/pages/8.5.0-release-notes.adoc

Co-authored-by: Kim <45845989+kimwoodfield@users.noreply.github.com>

---------

Co-authored-by: Kim <45845989+kimwoodfield@users.noreply.github.com>
…e and reopen the review sidebar while suggestions are still loading (#4099)
…#4096)

Add release note entry documenting the fix for layout shifts in the
TinyMCE AI Chat History panel when action buttons appear on hover.
…g delete or backspace key (#4064)

* Docs: DOC-3355 - Focus is no longer lost when deleting a context source using delete or backspace key.

* Docs: DOC-3355 - Format key names as inline code
…to sub or sup elements on newer versions of Firefox (#4073)
* Docs: DOC-3355 - Improved error message for too-large prompts

* Docs: Address review feedback on too-large prompt error note

Soften wording to reflect that detailed error info (prompt length,
max length) may not always be displayed when the service response
contains unrecognized issue types alongside recognized ones.
kemister85 and others added 12 commits April 28, 2026 16:34
…nding change remains (#4106)

* Docs: DOC-3355 - Previous and next buttons are now disabled when only one pending change remains

* Update modules/ROOT/pages/8.5.0-release-notes.adoc

Co-authored-by: Shan <shanmen.ng@tiny.cloud>

---------

Co-authored-by: Shan <shanmen.ng@tiny.cloud>
…to have 3 source tags in the same row because of the scrollbar (#4108)
…bmenu in the AI chat without a way to scroll (#4110)
…e editor content element (#4092)

* DOC-3355: New content_language option to set the lang attribute on the editor content element

* Add deprecation note to spellchecker_language option

The TINY-11214 DoD required noting the deprecation on the
spellchecker_language config page itself, pointing integrators
to content_language as the replacement.
…kbars integration (#4070)

* DOC-3468: Document TinyMCE AI 8.5 custom reviews, commands, and quickbars integration

- Add tinymceai_reviews option with ai-reviews-custom for custom review
- Document all new Quick Action commands and TinyMCEAIChatPrompt
- Add id property to tinymceai_quickactions_custom for toolbar/menu/quickbars use
- Update full-featured and tinymceai-review demos with explicit tinymceai_reviews
- Update editor-command-identifiers and tinymceai-actions for quickbars integration
- Remove undocumented TinyMCEAIDiagnostic command
- Update review sidebar screenshot

* trigger staging preview build

* DOC-3468: Fix command partial headings from block titles to section headings

* DOC-3468: Address PR feedback — custom reviews ship by default

- Remove explicit tinymceai_reviews from all 4 demo files (default config)
- Simplify Custom review table row and NOTE (no qualifier needed)
- Apply wording suggestion for quickbars custom action note
- Reword Custom review section as default rather than conditional

* DOC-3468: Address remaining PR feedback — id scope, floating sidebar, antora revert

- Revert antora.yml live demo URL from 8-dev to 8
- Scope custom action `id` to menu items only (confirmed from source:
  addMenuItem only, no addButton) — remove quickbars/toolbar references
- Remove dedicated floating sidebar ToggleSidebar section; replace with
  sidebar-type-agnostic NOTE (TINY-14243 made API identical for both)
- Clean up id example to remove misleading quickbars config

* DOC-3468: Fix review label mismatch — "Adjust length" to "Change length"

Aligns the editor label in the built-in reviews table and quick actions
reference table with the actual UI string from source (I18n.CHANGE_LENGTH).
- Fix grammar, punctuation, and spelling across release notes
- Resolve plural markers and remove trailing periods from headings
- Add missing Changed and Deprecated entries to changelog
- Align bug fix order between changelog and release notes
- Remove unused Security fixes, Known issues, and Removed nav entries
- Add spellchecker_language deprecation to release notes and changelog
@kemister85 kemister85 requested review from a team, ShiridiGandham, TheSpyder, metricjs, soritaheng and tiny-ben-tran and removed request for a team April 28, 2026 13:26
@kemister85 kemister85 marked this pull request as ready for review April 28, 2026 13:26
@kemister85 kemister85 requested a review from a team as a code owner April 28, 2026 13:26
Copy link
Copy Markdown
Contributor

@ShiridiGandham ShiridiGandham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kemister85 kemister85 merged commit 57f196a into release/8.5.0 Apr 29, 2026
5 checks passed
@kemister85 kemister85 deleted the feature/8.5.0/DOC-3355 branch April 29, 2026 05:24
kemister85 added a commit that referenced this pull request Apr 29, 2026
* DOC-3410: TinyMCE 8.5.0 Documentation.

* DOC-3355: TinyMCE 8.5.0 Documentation release and community changelog. (#4050)

* DOC-3355: TinyMCE 8.5.0 Documentation release and community changelog.

* Docs: DOC-3355 - Menus no longer close on mouse out. (#4051)

* DOC-3355, DOC-3485: The first loading card during a review no longer appears focused (#4084)

* Docs: DOC-3355, DOC-3485 - The first loading card during a review no longer appears focused

* Update modules/ROOT/pages/8.5.0-release-notes.adoc

Co-authored-by: Kim <45845989+kimwoodfield@users.noreply.github.com>

---------

Co-authored-by: Kim <45845989+kimwoodfield@users.noreply.github.com>

* DOC-3355: Prevent valid iframe and script elements from being removed by DOMPurify (#4083)

* Docs: DOC-3355 - Prevent valid iframe and script elements from being removed by DOMPurify

* Update modules/ROOT/pages/8.5.0-release-notes.adoc

Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud>

* Update modules/ROOT/pages/8.5.0-release-notes.adoc

Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud>

---------

Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud>

* Docs: DOC-3355 - New commands for executing AI UI actions (#4082)

* DOC-3355: New optional id property to tinymceai_quickactions_custom to register the action as custom menu item (#4081)

* Docs: DOC-3355 - New optional id property to tinymceai_quickactions_custom to register the action as custom menu item

* Docs: Remove toolbar references from custom quick action id note

Custom quick action ids only work in menus (menubar menus, menu
button menus), not toolbars. Dropped quickbars_selection_toolbar
reference and toolbar mentions per review feedback.

* Docs: DOC-3355 - Loader in the chat was normal size instead of small size (#4080)

* DOC-3355: While the plugin is generating a review or quick action, the Stop button in the loading indicator receives focus (#4079)

* Docs: DOC-3355 - While the plugin is generating a review or quick action, the Stop button in the loading indicator receives focus

* Update modules/ROOT/pages/8.5.0-release-notes.adoc

Co-authored-by: Kim <45845989+kimwoodfield@users.noreply.github.com>

* Update modules/ROOT/pages/8.5.0-release-notes.adoc

Co-authored-by: Kim <45845989+kimwoodfield@users.noreply.github.com>

---------

Co-authored-by: Kim <45845989+kimwoodfield@users.noreply.github.com>

* DOC-3355: AI Review suggestion cards now stay available when you close and reopen the review sidebar while suggestions are still loading (#4099)

* DOC-3355: Add TINY-14158 release note for AI Review list accordion background color update (#4091)

* DOC-3355: Certain combinations of divs inside of lists would cause issues turning off lists (#4098)

* Docs: DOC-3355 - Premium content CSS files contained extraneous styles from the default theme (#4109)

* DOC-3355: `ToggleSidebar` events were not being triggered when toggling floating sidebars (#4097)

* DOC-3355: Add TINY-14157 release note for TinyMCE AI layout shift fix (#4096)

Add release note entry documenting the fix for layout shifts in the
TinyMCE AI Chat History panel when action buttons appear on hover.

* DOC-3355: Focus is no longer lost when deleting a context source using delete or backspace key (#4064)

* Docs: DOC-3355 - Focus is no longer lost when deleting a context source using delete or backspace key.

* Docs: DOC-3355 - Format key names as inline code

* Docs: DOC-3355 - Super and subscript text was not properly converted to sub or sup elements on newer versions of Firefox (#4073)

* Docs: DOC-3355 - New chat button was not disabled when the chat was empty (#4074)

* Docs: DOC-3355 - Certain selections would delete the editor body, causing issues (#4117)

* Docs: DOC-3355 - Reduced spacing between label and body in decision card details (#4116)

* Docs: DOC-3355 - Tab could be used to move focus between segmented button options in the preview footer (#4115)

* Docs: DOC-3355 - The user prompt background color was incorrect in the AI Chat dark mode (#4114)

* Docs: DOC-3355 - Tag removal was not disabled while the AI was responding (#4113)

* Docs: DOC-3355 - The background behind code snippets in AI in-chat responses did not fully cover the snippet (#4112)

* Docs: DOC-3355 - Arrow key navigation did not cycle between the first and last menu items (#4111)

* Docs: DOC-3355 - Alert and confirm dialogs were not announced properly by some screen readers (#4075)

* DOC-3355: Improved error message for too-large prompts (#4076)

* Docs: DOC-3355 - Improved error message for too-large prompts

* Docs: Address review feedback on too-large prompt error note

Soften wording to reflect that detailed error info (prompt length,
max length) may not always be displayed when the service response
contains unrecognized issue types alongside recognized ones.

* Docs: DOC-3355 - URIs with non-Latin1 characters were returning an error (#4077)

* Docs: DOC-3355 - Preserved the selected diff when switching between diff and preview modes (#4078)

* Docs: DOC-3355 - It was possible to submit white space only titles when renaming a conversation (#4086)

* Docs: DOC-3355 - History conversation titles were not trimmed (#4087)

* Docs: DOC-3355 - Preview iframe missing content styles such as figure alignment (#4090)

* Docs: DOC-3355 - Upload progress UI was not hidden if a file failed to upload (#4100)

* Docs: DOC-3355 - History entries with lengthy names with no line breaks were overflowing (#4103)

* Docs: DOC-3355 - Accessibility checker overlay was too dark on multiline inline elements (#4105)

* DOC-3355: Previous and next buttons are now disabled when only one pending change remains (#4106)

* Docs: DOC-3355 - Previous and next buttons are now disabled when only one pending change remains

* Update modules/ROOT/pages/8.5.0-release-notes.adoc

Co-authored-by: Shan <shanmen.ng@tiny.cloud>

---------

Co-authored-by: Shan <shanmen.ng@tiny.cloud>

* Docs: DOC-3355 - The floating toolbar had a transparent background in the fabric, snow, and naked skins (#4107)

* Docs: DOC-3355 - In some browser/OS combinations it was not possible to have 3 source tags in the same row because of the scrollbar (#4108)

* Docs: DOC-3355 - A long list of fetched sources could overflow the submenu in the AI chat without a way to scroll (#4110)

* DOC-3355: New content_language option to set the lang attribute on the editor content element (#4092)

* DOC-3355: New content_language option to set the lang attribute on the editor content element

* Add deprecation note to spellchecker_language option

The TINY-11214 DoD required noting the deprecation on the
spellchecker_language config page itself, pointing integrators
to content_language as the replacement.

* Docs: DOC-3355 - Update changelog.adoc with TinyMCE 8.5.0 entries

* Docs: DOC-3355 - Improved visual styling of inline diff highlights in Suggested Edits and TinyMCE AI plugin. (#4127)

* DOC-3468 - Document TinyMCE AI 8.5 custom reviews, commands, and quickbars integration (#4070)

* DOC-3468: Document TinyMCE AI 8.5 custom reviews, commands, and quickbars integration

- Add tinymceai_reviews option with ai-reviews-custom for custom review
- Document all new Quick Action commands and TinyMCEAIChatPrompt
- Add id property to tinymceai_quickactions_custom for toolbar/menu/quickbars use
- Update full-featured and tinymceai-review demos with explicit tinymceai_reviews
- Update editor-command-identifiers and tinymceai-actions for quickbars integration
- Remove undocumented TinyMCEAIDiagnostic command
- Update review sidebar screenshot

* trigger staging preview build

* DOC-3468: Fix command partial headings from block titles to section headings

* DOC-3468: Address PR feedback — custom reviews ship by default

- Remove explicit tinymceai_reviews from all 4 demo files (default config)
- Simplify Custom review table row and NOTE (no qualifier needed)
- Apply wording suggestion for quickbars custom action note
- Reword Custom review section as default rather than conditional

* DOC-3468: Address remaining PR feedback — id scope, floating sidebar, antora revert

- Revert antora.yml live demo URL from 8-dev to 8
- Scope custom action `id` to menu items only (confirmed from source:
  addMenuItem only, no addButton) — remove quickbars/toolbar references
- Remove dedicated floating sidebar ToggleSidebar section; replace with
  sidebar-type-agnostic NOTE (TINY-14243 made API identical for both)
- Clean up id example to remove misleading quickbars config

* DOC-3468: Fix review label mismatch — "Adjust length" to "Change length"

Aligns the editor label in the built-in reviews table and quick actions
reference table with the actual UI string from source (I18n.CHANGE_LENGTH).

* Docs: DOC-3355 - Clean up 8.5.0 release notes, changelog, and nav

- Fix grammar, punctuation, and spelling across release notes
- Resolve plural markers and remove trailing periods from headings
- Add missing Changed and Deprecated entries to changelog
- Align bug fix order between changelog and release notes
- Remove unused Security fixes, Known issues, and Removed nav entries
- Add spellchecker_language deprecation to release notes and changelog

* DOC-3355: Fix syntax issue causing code block.

* DOC-3355: api-version bump for 8.5.0.

---------

Co-authored-by: Kim <45845989+kimwoodfield@users.noreply.github.com>
Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud>
Co-authored-by: Shan <shanmen.ng@tiny.cloud>

---------

Co-authored-by: Kim <45845989+kimwoodfield@users.noreply.github.com>
Co-authored-by: Mitchell Crompton <mitchell.crompton@tiny.cloud>
Co-authored-by: Shan <shanmen.ng@tiny.cloud>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

upcoming release Documentation for features currently under development/QA

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants