-
Notifications
You must be signed in to change notification settings - Fork 220
DOC-3505: TinyMCE 8.6.0 Documentation #4134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
f508cb1
DOC-3505: Add self-hosted trial with cloud services page
kemister85 7406e65
DOC-3505: Address feedback from product review
kemister85 7274368
DOC-3505: Simplify network requirements to *.tiny.cloud
kemister85 e472689
DOC-3505: Add 8.6.0 release notes and version infrastructure
kemister85 99868d4
DOC-3505: Update self-hosted trial docs with confirmed option name an…
kemister85 dac2250
DOC-3505: Remove Tiny Drive from cloud features, add HTTPS prerequisite
kemister85 15665f0
DOC-3505: Update license-key page to document ONLINE+ trial keys and …
ltrouton f236133
DOC-3505: Document 8.6.0 DOMPurify update and AI quick actions fix
kemister85 81ccbae
Merge remote-tracking branch 'origin/tinymce/8' into hotfix/8/DOC-3505
kemister85 3f7b696
Update modules/ROOT/pages/self-hosted-trial.adoc
kemister85 4842a52
Update modules/ROOT/pages/self-hosted-trial.adoc
kemister85 f693b64
DOC-3505: Add AI token provider to trial snippet, merge cloud service…
kemister85 cb5524c
DOC-3505: Clarify trial license key and Cloud API key in self-hosted …
kemister85 1b72d55
Update modules/ROOT/pages/self-hosted-trial.adoc
kemister85 5f7b592
Update modules/ROOT/pages/self-hosted-trial.adoc
kemister85 91c9e8c
DOC-3505: Update changelog.adoc file.
kemister85 157755f
DOC-3505: Bump API version to 8.6.0 and correct 8.6 support end date
kemister85 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 8.5.0 | ||
| 8.6.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,68 @@ | ||
| = {productname} {release-version} | ||
| :release-version: 8.6.0 | ||
| :navtitle: {productname} {release-version} | ||
| :description: Release notes for {productname} {release-version} | ||
| :keywords: releasenotes, new, changes, bugfixes | ||
| :page-toclevels: 1 | ||
|
|
||
| include::partial$misc/admon-releasenotes-for-stable.adoc[] | ||
|
|
||
|
|
||
| [[overview]] | ||
| == Overview | ||
|
|
||
| {productname} {release-version} was released for {enterpriseversion} and {cloudname} on Wednesday, May 27^th^, 2026. These release notes provide an overview of the changes for {productname} {release-version}, including: | ||
|
|
||
| * xref:accompanying-premium-plugin-changes[Accompanying Premium plugin changes] | ||
| * xref:improvements[Improvements] | ||
| * xref:additions[Additions] | ||
|
|
||
|
|
||
| [[accompanying-premium-plugin-changes]] | ||
| == Accompanying Premium plugin changes | ||
|
|
||
| The following premium plugin updates were released alongside {productname} {release-version}. | ||
|
|
||
| === TinyMCE AI | ||
|
|
||
| The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin. | ||
|
|
||
| **TinyMCE AI** includes the following fix. | ||
|
|
||
| ==== Quick actions threw an error when the selection was within a single table cell | ||
| // #TINY-14434 | ||
|
|
||
| Previously, running a TinyMCE AI quick action, such as Translate, on text selected within a single table cell threw an error in the console and prevented the action from completing. A text selection inside one cell was incorrectly treated as a multi-cell table selection, so the plugin used the table-specific code path instead of the standard selection path. | ||
|
|
||
| In {productname} {release-version}, the plugin now confirms that a genuine multi-cell table selection is present before using the table code path, and otherwise falls back to the standard selection handling. Quick actions such as Translate now run as expected on content selected inside a single cell, while multi-cell table selection behavior is preserved. | ||
|
|
||
| For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI]. | ||
|
|
||
|
|
||
| [[improvements]] | ||
| == Improvements | ||
|
|
||
| {productname} {release-version} also includes the following improvement: | ||
|
|
||
| === Updated the bundled DOMPurify dependency to the latest version | ||
| // #TINY-14430 | ||
|
|
||
| Previously, {productname} bundled an older version of the DOMPurify sanitization library. Although {productname} was not affected by the published DOMPurify advisories, because they relate to DOMPurify options that {productname} does not use, the outdated version could be flagged by automated security scanners. | ||
|
|
||
| In {productname} {release-version}, DOMPurify has been updated to the latest version. This resolves the scanner warnings without changing {productname}'s sanitization behavior. | ||
|
|
||
|
|
||
| [[additions]] | ||
| == Additions | ||
|
|
||
| {productname} {release-version} includes the following addition: | ||
|
|
||
| === Self-hosted trial with cloud services | ||
|
|
||
| {productname} {release-version} introduces self-hosted trials with optional access to cloud-powered premium features. Integrators can install {productname} and premium plugins via NPM, configure a trial license key, and optionally enable a connection to {cloudname} services by setting `+online_license_services_opt_in+` to `+true+`. | ||
|
|
||
| When enabled, cloud-powered features such as Spell Checker Pro, Link Checker, Enhanced Media Embed, Export to PDF, Export to Word, Import from Word, Image Editing, and TinyMCE AI become available during the trial period without requiring a separate API key or cloud deployment. | ||
|
|
||
| Without the `+online_license_services_opt_in+` option, the trial license key still validates and the editor is fully operational. All premium plugins that do not depend on cloud services continue to function. Cloud-dependent plugins are not auto-configured but can be configured manually. | ||
|
|
||
| For setup instructions, see xref:self-hosted-trial.adoc[Self-hosted trial with cloud services]. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.