Skip to content

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

Open
kemister85 wants to merge 44 commits intorelease/8.5.0from
feature/8.5.0/DOC-3355
Open

DOC-3355: TinyMCE 8.5.0 Documentation release and community changelog.#4050
kemister85 wants to merge 44 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 15 commits April 28, 2026 16:06
…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

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