Skip to content

Commit 0a7454d

Browse files
kemister85kimwoodfieldMitchC1999shanmen-tiny
authored
DOC-3410: TinyMCE 8.5.0 Documentation. (#4049)
* 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>
1 parent 1b6f06b commit 0a7454d

19 files changed

Lines changed: 735 additions & 24 deletions

.api-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.4.0
1+
8.5.0
-40.7 KB
Loading
10.5 KB
Loading

modules/ROOT/nav.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,16 @@
408408
** xref:tinymce-and-cors.adoc[Cross-Origin Resource Sharing (CORS)]
409409
* Release information
410410
** xref:release-notes.adoc[Release notes for {productname}]
411+
// Remove un-used-for-this-particular-release entries.
412+
*** {productname} 8.5.0
413+
**** xref:8.5.0-release-notes.adoc#overview[Overview]
414+
**** xref:8.5.0-release-notes.adoc#accompanying-premium-plugin-changes[Accompanying Premium Plugin changes]
415+
**** xref:8.5.0-release-notes.adoc#accompanying-enhanced-skins-and-icon-packs-changes[Accompanying Enhanced Skins & Icon Packs changes]
416+
**** xref:8.5.0-release-notes.adoc#improvements[Improvements]
417+
**** xref:8.5.0-release-notes.adoc#additions[Additions]
418+
**** xref:8.5.0-release-notes.adoc#changes[Changes]
419+
**** xref:8.5.0-release-notes.adoc#bug-fixes[Bug fixes]
420+
**** xref:8.5.0-release-notes.adoc#deprecated[Deprecated]
411421
*** {productname} 8.4.0
412422
**** xref:8.4.0-release-notes.adoc#overview[Overview]
413423
**** xref:8.4.0-release-notes.adoc#new-premium-plugin[New Premium plugin]

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

Lines changed: 439 additions & 0 deletions
Large diffs are not rendered by default.

modules/ROOT/pages/changelog.adoc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@
44

55
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].
66

7+
== xref:8.5.0-release-notes.adoc[8.5.0 - 2026-04-29]
8+
9+
### Added
10+
* New `content_language` option to set the `lang` attribute on the iframe's `html` element or the inline editor's target element.
11+
// #TINY-11214
12+
13+
### Improved
14+
* Improved visual styling of inline diff highlights in Suggested Edits and TinyMCE AI plugin.
15+
// #TINY-13958
16+
17+
### Fixed
18+
* URIs with non-Latin1 characters were returning an error.
19+
// #TINY-13938
20+
* Alert and confirm dialogs were not announced properly by some screen readers.
21+
// #TINY-13812
22+
* Certain selections would delete the editor body, causing issues.
23+
// #TINY-14149
24+
* Certain combinations of divs inside of lists would cause issues turning off lists.
25+
// #TINY-14070
26+
* Script elements would incorrectly be removed by DomPurify when considered valid in the schema.
27+
// #TINY-9655
28+
* Iframe elements with children would incorrectly be removed by DomPurify.
29+
// #TINY-9655
30+
731
== xref:8.4.0-release-notes.adoc[8.4.0 - 2026-02-04]
832

933
### Added

modules/ROOT/pages/content-localization.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
:description_short: Localize TinyMCE for your language, including directionality.
44
:description: These settings configure TinyMCE's language capabilities, including right-to-left support.
55

6+
== Setting the default content language
7+
8+
include::partial$configuration/content_language.adoc[leveloffset=+1]
9+
610
== Setting the language on content
711

812
include::partial$configuration/content_langs.adoc[leveloffset=+1]

modules/ROOT/pages/editor-command-identifiers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ include::partial$commands/tableofcontents-cmds.adoc[leveloffset=+3]
530530
[[tinymceai]]
531531
==== TinyMCE AI
532532

533-
The xref:tinymceai.adoc[TinyMCE AI (`+tinymceai+`)] plugin registers AI Chat and AI Review sidebars. The following subsection describes how to open and close them using a core editor command.
533+
The xref:tinymceai.adoc[TinyMCE AI (`+tinymceai+`)] plugin registers AI Chat and AI Review sidebars, Quick Actions-related editor commands, and uses the core `+ToggleSidebar+` command for sidebar visibility. The following partial covers `+ToggleSidebar+`, floating-sidebar behavior, and plugin command names.
534534

535535
include::partial$commands/tinymceai-cmds.adoc[leveloffset=+3]
536536

modules/ROOT/pages/fullpagehtml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ include::partial$misc/bundling-guide-link.adoc[]
4141
[WARNING]
4242
====
4343
**Certain elements may be removed by XSS sanitization**
44-
By default, {productname} sanitizes HTML content to protect against XSS attacks. Elements outside the HTML5 specification, such as `<script>`, are removed. Standard `<meta>` tags are preserved, but attributes not defined in the HTML5 spec (for example, the RDFa `property` attribute) require explicit configuration to be retained.
44+
By default, {productname} sanitizes HTML content to protect against XSS attacks. Elements outside the HTML5 specification, such as `<script>`, are removed unless explicitly allowed through xref:content-filtering.adoc#valid_elements[`+valid_elements+`] or xref:content-filtering.adoc#extended_valid_elements[`+extended_valid_elements+`]. Standard `<meta>` tags are preserved, but attributes not defined in the HTML5 spec (for example, the RDFa `property` attribute) require explicit configuration to be retained.
4545
4646
If integrators encounter issues with required elements being removed, the following configuration options are available. These options reduce security and should be used with caution:
4747

modules/ROOT/pages/release-notes.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ This section lists the releases for {productname} {productmajorversion} and the
88

99
[cols="1,1"]
1010
|===
11+
a|
12+
[.lead]
13+
xref:8.5.0-release-notes.adoc#overview[{productname} 8.5.0]
14+
15+
Release notes for {productname} 8.5.0
16+
1117
a|
1218
[.lead]
1319
xref:8.4.0-release-notes.adoc#overview[{productname} 8.4.0]
@@ -85,5 +91,6 @@ xref:8.0-release-notes.adoc#overview[{productname} 8.0.0]
8591

8692
Release notes for {productname} 8.0.0
8793

88-
a|
94+
// Uncomment the dummy cell when the number of cells in the table is odd to ensure the table renders correctly.
95+
// a|
8996
|===

0 commit comments

Comments
 (0)