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
Copy file name to clipboardExpand all lines: modules/ROOT/pages/8.1.0-release-notes.adoc
+125Lines changed: 125 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ The following premium plugin updates were released alongside {productname} {rele
54
54
55
55
// For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
56
56
57
+
57
58
=== Image Optimizer (Powered by Uploadcare)
58
59
59
60
The {productname} {release-version} release includes an accompanying release of the **Image Optimizer (Powered by Uploadcare)** premium plugin.
@@ -68,6 +69,101 @@ In previous version of the Image Optimizer premium plugin, an issue where image
68
69
69
70
For information on the **Image Optimizer Powered by Uploadcare** plugin, see: xref:uploadcare.adoc[Image Optimizer (Powered by Uploadcare)].
70
71
72
+
=== Accessibility Checker
73
+
74
+
The {productname} {release-version} release includes an accompanying release of the **Accessibility Checker** premium plugin.
75
+
76
+
**Accessibility Checker** includes the following improvement.
77
+
78
+
==== `+alt+` text length error message now shows current and maximum character counts
79
+
// #TINY-12569
80
+
81
+
Previous versions of **Accessibility Checker**, the `+alt+` text length validation error displayed only the current character count, such as "_Currently 151 characters_" without indicating the maximum allowed length. This caused unclear guidance for users and negatively affected the experience across all image rules (I1–I4) that rely on length validation, making it inconsistent with accessibility best practices.
82
+
83
+
In {productname} {release-version}, the error message for **Accessibility Checker** has been updated to show both the current and maximum character counts, for example: "_151 characters (maximum 150 allowed)_." This improvement provides clear, actionable error messaging that aligns with accessibility guidance and reduces user confusion across all affected rules.
84
+
85
+
For information on the **Accessibility Checker** plugin, see: xref:a11ychecker.adoc[Accessibility Checker].
86
+
87
+
=== Revision History
88
+
89
+
The {productname} {release-version} release includes an accompanying release of the **Revision History** premium plugin.
90
+
91
+
**Revision History** includes the following fix and improvement.
92
+
93
+
==== The same user could receive two different default avatars
94
+
// #TINY-12527
95
+
96
+
In previous versions of Revision History, the same user could receive two different default avatars. This inconsistency could make a single user appear as two distinct contributors, creating confusion when reviewing revision logs.
97
+
98
+
In {productname} {release-version}, the issue has been resolved so that each user is now always assigned the same default avatar, improving accuracy and consistency in the revision history display.
99
+
100
+
==== Default avatars are now generated with a consistent color based on the `user_id`
101
+
// #TINY-12527
102
+
103
+
Default avatars are now generated consistently using the `user_id`, ensuring that users are assigned a reliable and predictable color for their avatar. This improvement enhances the user experience by providing clear visual consistency when identifying contributors in revision histories.
104
+
105
+
For information on the **Revision History** plugin, see: xref:revisionhistory.adoc[Revision History].
106
+
107
+
=== Comments
108
+
109
+
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
110
+
111
+
**Comments** Premium plugin includes the following fixes and improvement.
112
+
113
+
==== Default avatars generated inconsistently
114
+
// The same user avatar was generated for all users without an avatar in the mentions dropdown.
115
+
// The same user could receive two different default avatars.
116
+
// Default avatars are now generated with a consistent color based on the user id.
117
+
// #TINY-12526 #TINY-12532 #TINY-12633
118
+
119
+
Previously, {productname} generated default avatars inconsistently in the Comments plugin. Users without avatars saw the same placeholder avatar in the mentions dropdown, while the same individual could also receive different default avatars in other contexts. This inconsistency made it difficult to distinguish users and, in some cases, created confusion by making a single user appear as two different people. In {release-version}, this issue has been fixed, and default avatars are now consistently generated with a stable color based on the `+user_id+`. This ensures that the same user always has the same default avatar, improving clarity and providing a more reliable user experience.
120
+
121
+
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to Tiny Comments].
122
+
123
+
=== Mentions
124
+
125
+
The {productname} {release-version} release includes an accompanying release of the **Mentions** premium plugin.
126
+
127
+
**Mentions** Premium plugin includes the following improvement.
128
+
129
+
==== Users without avatars now display avatar placeholders in the mentions dropdown
130
+
// #TINY-12473
131
+
132
+
Previously, the mentions dropdown did not properly handle cases where users lacked profile avatars, resulting in a visually inconsistent and unclear user interface. This impacted usability by making it harder to distinguish between users without avatars and those with incomplete or broken profile information.
133
+
134
+
In {productname} {release-version}, this issue has been addressed. Now, {productname} provides a default avatar placeholder for users without avatars, ensuring a consistent and polished experience when using the mentions dropdown.
135
+
136
+
For information on the **Mentions** plugin, see: xref:mentions.adoc[Mentions].
137
+
138
+
=== AI Assistant
139
+
140
+
The {productname} {release-version} release includes an accompanying release of the **AI Assistant** premium plugin.
141
+
142
+
**AI Assistant** includes the following fix.
143
+
144
+
==== AI Assistant plugin dialog preview now respects the `content_security_policy` editor option
145
+
// TINY-12800
146
+
147
+
Previously, the AI Assistant plugin dialog preview did not adhere to the xref:tinymce-and-csp.adoc#content_security_policy[content_security_policy] editor option, resulting in limited control over the loading of external resources such as images.
148
+
149
+
In {productname} {release-version}, the dialog preview now applies the configured content security policy when provided, ensuring that external resources are restricted according to the editor's security settings. This improvement enhances consistency, strengthens security, and aligns the plugin with user-defined policies in {productname}.
150
+
151
+
For information on the **AI Assistant** plugin, see: xref:ai.adoc[AI Assistant], or for information on the `+content_security_policy+` option see xref:tinymce-and-csp.adoc#content_security_policy[Content Security Policy].
152
+
153
+
=== Suggested Edits
154
+
155
+
The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin.
156
+
157
+
**Suggested Edits** includes the following improvement.
158
+
159
+
==== Added keyboard navigation to the Suggested Edits plugin
160
+
// #TINY-11452
161
+
162
+
The initial release of the Suggested Edits plugin did not support keyboard navigation, limiting accessibility for users who rely on keyboard-based interactions. This restriction made it difficult to move through and interact with the suggested edits sidebar and cards without using a mouse. To improve usability and accessibility, keyboard navigation has been implemented in the Suggested Edits plugin. Users can now efficiently navigate and interact with the plugin using the keyboard.
163
+
164
+
For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].
165
+
166
+
71
167
[[improvements]]
72
168
== Improvements
73
169
@@ -78,6 +174,14 @@ For information on the **Image Optimizer Powered by Uploadcare** plugin, see: xr
78
174
79
175
// CCFR here.
80
176
177
+
=== Clicking on a non selectable element when the selection is off screen no longer scrolls to the selection
178
+
// #TINY-12245
179
+
180
+
Previously, and issue was identified where clicking the editor's horizontal scrollbar a "non-selectable" UI element implicitly focused the editor, placed the caret at the beginning of the content, and then scrolled the document vertically to that caret position, causing the page to scroll away from the user's current view.
181
+
182
+
{productname} {release-version} addresses this issue. Now, the editor avoids taking focus when users click elements that are not selectable (such as scrollbars), preventing unintended vertical scrolling.
183
+
184
+
81
185
82
186
[[additions]]
83
187
== Additions
@@ -100,6 +204,13 @@ For information on the **Image Optimizer Powered by Uploadcare** plugin, see: xr
100
204
101
205
// CCFR here.
102
206
207
+
=== Tooltips can now remain open when hovered
208
+
// #TINY-12053
209
+
210
+
Previously, tooltips would disappear when the cursor moved from the toolbar button to the tooltip, preventing users from keeping the tooltip open for reference. This behavior impacted accessibility by making it difficult for users who rely on tooltips for extended reading or navigation. In {release-version}, {productname} has been updated to allow tooltips to accept mouse events. This ensures that tooltips remain visible when hovered, improving accessibility and usability by letting users keep the tooltip open until they move the cursor away.
211
+
212
+
This improvement addresses the link:https://www.w3.org/WAI/WCAG21/Understanding/content-on-hover-or-focus[WCAG 2.1 Success Criterion 1.4.13: Content on Hover or Focus (Level AA)], specifically the "Hoverable" requirement.
213
+
103
214
104
215
[[removed]]
105
216
== Removed
@@ -122,6 +233,20 @@ For information on the **Image Optimizer Powered by Uploadcare** plugin, see: xr
122
233
123
234
// CCFR here.
124
235
236
+
=== Navigating between elements with `+contenteditable="true"+` was not possible on Firefox using the keyboard.
237
+
// #TINY-12459
238
+
239
+
In {productname} {release-version}, a Firefox-specific limitation prevented caret movement between editable elements when navigating with the keyboard. The caret became trapped inside a +figcaption+, blocking vertical navigation using the Arrow Down key and preventing users from moving to the next element.
240
+
241
+
This issue disrupted accessibility and editing flow for Firefox users relying on keyboard interactions. To resolve this, a new caret navigation module was introduced and integrated into the Firefox-specific arrow key handling logic. The solution works around a long-standing Firefox bug by programmatically advancing the caret out of blocked states, ensuring smoother and more consistent keyboard navigation across editable elements.
242
+
243
+
=== Cursor movement did not operate correctly after a `figure` was selected
244
+
// #TINY-12458
245
+
246
+
In previous versions of {productname}, using the TAB key to move focus into a `figcaption` element after selecting a `figure` caused the editor to enter a broken state where the caret was displayed inside the figcaption but typing did not produce any visible content. This issue prevented users from editing figcaptions using only the keyboard, forcing them to rely on a mouse or other pointing device to make changes.
247
+
248
+
In {productname} {release-version}, this bug has been fixed, ensuring that figcaptions can now be edited seamlessly with keyboard navigation alone, improving accessibility and overall editing efficiency.
0 commit comments