You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC-3250: TinyMCE 8.0.2 Documentation and Community Changelog. (#3812)
* DOC-3250: TinyMCE 8.0.2 Documentation and Community Changelog.
* DOC-3250: Add missing `licensekeymanager` for some bundles. (#3817)
* DOC-3250: Add missing licensekeymanager for some bundles.
* DOC-12160: Add missing ref number, and links.
* DOC-3250: Enforce string check on all image rules. (#3815)
* DOC-3250: Elements with no visible height were not displaying in the Review Edits view. (#3814)
* DOC-3250: HTML comments were not tracked correctly. (#3813)
* DOC-3250: HTML comments were not tracked correctly.
* Apply suggestions from code review
Co-authored-by: Shan <[email protected]>
---------
Co-authored-by: Shan <[email protected]>
* DOC-3250: Add changelog, cleanup template material.
* DOC-3250: remove empty file.
* DOC-3250: bump api-version for TinyMCE 8.0.2.
---------
Co-authored-by: Shan <[email protected]>
Copy file name to clipboardExpand all lines: modules/ROOT/pages/8.0.1-release-notes.adoc
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ This patch release introduces no new features or enhancements. It solely include
20
20
These release notes summarize the updates introduced in {productname} {release-version}, including:
21
21
22
22
* xref:bug-fixes[Bug fixes]
23
+
* xref:known-issue[Known issue]
23
24
24
25
[[bug-fixes]]
25
26
== Bug Fixes
@@ -30,3 +31,14 @@ This section outlines the bug fixes and corrections included in {productname} {r
30
31
// #TINY-12581
31
32
32
33
In {productname} {productmajorversion}, the changelog information for the link:https://download.tiny.cloud/tinymce/community/tinymce_8.0.0.zip[community/tinymce_8.0.0.zip] file was inadvertently omitted. This release corrects that by providing the previously missing changelog entries for the community bundle.
34
+
35
+
[[known-issue]]
36
+
== Known Issue
37
+
38
+
[[missing-licensekeymanager-plugin]]
39
+
=== Missing `licensekeymanager` plugin in some bundles
40
+
// #TINY-12160
41
+
42
+
In {productname} 8.0.1, the `licensekeymanager` plugin was missing from some available bundles.
43
+
44
+
**Status:** This has been corrected in xref:8.0.2-release-notes.adoc[{productname} 8.0.2], which now includes the `licensekeymanager` plugin in all available bundles.
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Wednesday, August 14^th^, 2025. These release notes provide an overview of the changes for {productname} {release-version}, including:
14
+
{productname} {release-version} was released for {enterpriseversion} and {cloudname} on Thursday, August 14^th^, 2025. These release notes provide an overview of the changes for {productname} {release-version}, including:
In {productname} 8.0.1, the `licensekeymanager` plugin was missing from some available bundles. {productname} 8.0.2 corrects this by including the `licensekeymanager` plugin in all available bundles which resolves the xref:8.0.1-release-notes.adoc#missing-licensekeymanager-plugin[Known issue] from the previous release.
23
+
====
19
24
20
25
[[accompanying-premium-plugin-changes]]
21
26
== Accompanying Premium plugin changes
22
27
23
28
The following premium plugin updates were released alongside {productname} {release-version}.
24
29
25
-
// === <Premium plugin name 1> <Premium plugin name 1 version>
30
+
=== Suggested Edits
26
31
27
-
// The {productname} {release-version} release includes an accompanying release of the **<Premium plugin name 1>** premium plugin.
32
+
The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin.
28
33
29
-
// **<Premium plugin name 1>** <Premium plugin name 1 version> includes the following <fixes, changes, improvements>.
34
+
**Suggested Edits** includes the following fixes.
30
35
31
-
// ==== <Premium plugin name 1 change 1>
36
+
==== HTML comments were not tracked correctly.
37
+
// TINY-12544
32
38
33
-
// CCFR here.
39
+
Previously, pagebreak separators defined as HTML comments (e.g., `+<!-- pagebreak -->+`) were not detected by the suggested edit system. This meant that insertions or deletions of these separators were not displayed as edits, making it difficult for reviewers to identify structural changes.
34
40
35
-
// For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
41
+
{productname} {release-version} now tracks pagebreak elements defined via HTML comments. When editors insert or delete `+<!-- pagebreak -->+` markers, these changes appear in the Review Edits view, ensuring reviewers have full visibility of all document structure modifications.
36
42
43
+
==== Elements with no visible height were not displaying in the Review Edits view.
44
+
// TINY-12257
45
+
46
+
Previously, elements with no visible height (`+<br>+`, `+<!-- pagebreak -->+` comments, and `+<hr>+` tags) were missing from the Review Edits preview. This caused operations related to these elements to appear as floating cards without corresponding visual content, making it difficult for reviewers to understand the context of changes.
47
+
48
+
{productname} {release-version} now renders visual representations of these elements in the preview:
49
+
50
+
* `+<br>+` tags display as an **Enter** icon.
51
+
* `+<!-- pagebreak -->+` comments render the same as in the editor.
52
+
* `+<hr>+` tags show with change indicators for insertions or deletions.
53
+
54
+
This ensures reviewers can clearly identify what and where changes occurred, even for elements that have no visible height.
55
+
56
+
For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].
57
+
58
+
=== Accessibility Checker
59
+
60
+
The {productname} {release-version} release includes an accompanying release of the **Accessibility Checker** premium plugin.
61
+
62
+
**Accessibility Checker** includes the following fix.
63
+
64
+
==== Enforce `+alt+` string check on all image rules
65
+
// TINY-12546
66
+
67
+
Previously, users attempting to repair accessibility issues in the `a11ychecker` may not have consistently seen error messages when their input failed validation. This led to confusion, as users were not informed why their repair attempt was rejected. For example, submitting an image filename as `+alt+` text or entering excessively long or empty text—when not permitted—should have triggered specific validation messages, but these were not always shown.
68
+
69
+
{productname} {release-version} ensures all defined validation messages are now displayed reliably for all relevant rule violations across the `a11ychecker` repair workflow. Scenarios include:
70
+
71
+
* Filename used as `+alt+` text when decorative images are not allowed.
72
+
** Result: Now a filename error is shown in the repair dialog.
73
+
* `+alt+` text exceeding maximum length.
74
+
** Result: Now a length validation error is shown in the repair dialog.
75
+
* Empty `+alt+` text when a description is required.
76
+
** Result: Now a empty text error is shown in the repair dialog.
77
+
78
+
For information on the **Accessibility Checker** plugin, see: xref:a11ychecker.adoc[Accessibility Checker].
In {productname} 8.0.1, the `licensekeymanager` plugin was missing from some available bundles. {productname} 8.0.2 corrects this by including the `licensekeymanager` plugin in all available bundles.
13
+
14
+
**Workaround for 8.0.1 users:** If you are using a bundle that is missing the `licensekeymanager` plugin, you can download the plugin separately and manually add it to your plugins folder. Contact your account manager or support for assistance in obtaining the separate `licensekeymanager` plugin download.
No new features or changes were introduced in this patch release. It contains missing changelogs from the link:https://download.tiny.cloud/tinymce/community/tinymce_8.0.0.zip[community/tinymce_8.0.0.zip] file only.
0 commit comments