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
+166Lines changed: 166 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,145 @@ 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
+
=== Comments
58
+
59
+
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
60
+
61
+
**Comments** Premium plugin includes the following removal.
62
+
63
+
==== Improved keyboard navigation in Comments dropdown when inserting `@Mention`
64
+
// #TINY-12785
65
+
66
+
Previously, typing `@` to open the mentions dropdown list inside the Comments card did not support the **Shift+Enter** keyboard combination. For example, when typing a `@` + navigating to a user in the selected Comment card, pressing **Shift+Enter** did not insert the `@mention` to the `<textarea>` for the comment body.
67
+
68
+
In {productname} {release-version}, this issue has been resolved by handling **Shift+Enter** in the same way as the regular **Enter** key, ensuring consistent and predictable keyboard interaction when selecting items in the `@mentions` dropdown within comment cards.
69
+
70
+
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to Tiny Comments].
71
+
72
+
73
+
=== Image Optimizer (Powered by Uploadcare)
74
+
75
+
The {productname} {release-version} release includes an accompanying release of the **Image Optimizer (Powered by Uploadcare)** premium plugin.
76
+
77
+
**Image Optimizer (Powered by Uploadcare)** includes the following fix.
78
+
79
+
==== Image previews sometimes showed the wrong image from a `srcset`.
80
+
81
+
In previous version of the Image Optimizer premium plugin, an issue where image effects were applied based on the main `src` instead of the active `srcset` URL, causing discrepancies when the displayed image was selected from `srcset`. This led to a mismatch in the adjustment preview (rendered from the main `src`) versus the image shown in the editor (rendered from the `srcset` URL), resulting in different visual outcomes for effects such as blur or resize.
82
+
83
+
{productname} {release-version} resolves this issue by using the `currentSrc` property to generate previews, ensuring the preview and the editor image reference the same resource. As a result, the preview image and the image in the editor are now consistent.
84
+
85
+
For information on the **Image Optimizer Powered by Uploadcare** plugin, see: xref:uploadcare.adoc[Image Optimizer (Powered by Uploadcare)].
86
+
87
+
=== Accessibility Checker
88
+
89
+
The {productname} {release-version} release includes an accompanying release of the **Accessibility Checker** premium plugin.
90
+
91
+
**Accessibility Checker** includes the following improvement.
92
+
93
+
==== `+alt+` text length error message now shows current and maximum character counts
94
+
// #TINY-12569
95
+
96
+
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.
97
+
98
+
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.
99
+
100
+
For information on the **Accessibility Checker** plugin, see: xref:a11ychecker.adoc[Accessibility Checker].
101
+
102
+
=== Revision History
103
+
104
+
The {productname} {release-version} release includes an accompanying release of the **Revision History** premium plugin.
105
+
106
+
**Revision History** includes the following fix and improvement.
107
+
108
+
==== The same user could receive two different default avatars
109
+
// #TINY-12527
110
+
111
+
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.
112
+
113
+
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.
114
+
115
+
==== Default avatars are now generated with a consistent color based on the `user_id`
116
+
// #TINY-12527
117
+
118
+
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.
119
+
120
+
For information on the **Revision History** plugin, see: xref:revisionhistory.adoc[Revision History].
121
+
122
+
=== Comments
123
+
124
+
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
125
+
126
+
**Comments** Premium plugin includes the following fixes and improvement.
127
+
128
+
==== Default avatars generated inconsistently
129
+
// The same user avatar was generated for all users without an avatar in the mentions dropdown.
130
+
// The same user could receive two different default avatars.
131
+
// Default avatars are now generated with a consistent color based on the user id.
132
+
// #TINY-12526 #TINY-12532 #TINY-12633
133
+
134
+
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.
135
+
136
+
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to Tiny Comments].
137
+
138
+
=== Mentions
139
+
140
+
The {productname} {release-version} release includes an accompanying release of the **Mentions** premium plugin.
141
+
142
+
**Mentions** Premium plugin includes the following improvement.
143
+
144
+
==== Users without avatars now display avatar placeholders in the mentions dropdown
145
+
// #TINY-12473
146
+
147
+
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.
148
+
149
+
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.
150
+
151
+
For information on the **Mentions** plugin, see: xref:mentions.adoc[Mentions].
152
+
153
+
=== AI Assistant
154
+
155
+
The {productname} {release-version} release includes an accompanying release of the **AI Assistant** premium plugin.
156
+
157
+
**AI Assistant** includes the following fix.
158
+
159
+
==== AI Assistant plugin dialog preview now respects the `content_security_policy` editor option
160
+
// TINY-12800
161
+
162
+
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.
163
+
164
+
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}.
165
+
166
+
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].
167
+
168
+
=== Suggested Edits
169
+
170
+
The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin.
171
+
172
+
**Suggested Edits** includes the following improvement.
173
+
174
+
==== Added keyboard navigation to the Suggested Edits plugin
175
+
// #TINY-11452
176
+
177
+
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.
178
+
179
+
For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].
180
+
181
+
182
+
=== Suggested Edits
183
+
184
+
The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin.
185
+
186
+
**Suggested Edits** includes the following fix:
187
+
188
+
=== Empty editor operations sometimes showed as modified instead of added/removed
189
+
// #TINY-12273
190
+
191
+
Previously empty editor operations were sometimes incorrectly displayed as modifications instead of additions or removals. This behavior caused confusion, as an editor that appeared empty could still show a “modified” state.
192
+
193
+
To resolve this, empty content is no longer sent. When the editor is empty or becomes empty, the entire state is now correctly represented as added or removed. This improvement ensures that change tracking is clearer and more accurate, reducing confusion when editors contain no content.
194
+
195
+
For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].
57
196
58
197
[[improvements]]
59
198
== Improvements
@@ -105,6 +244,12 @@ tinymce.init({
105
244
106
245
For more information on the `+getContent+` API, see `xref:apis/tinymce.editor.adoc#getContent[getContent()]`.
107
246
247
+
=== Clicking on a non selectable element when the selection is off screen no longer scrolls to the selection
248
+
// #TINY-12245
249
+
250
+
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.
251
+
252
+
{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.
108
253
109
254
110
255
[[additions]]
@@ -128,6 +273,13 @@ For more information on the `+getContent+` API, see `xref:apis/tinymce.editor.ad
128
273
129
274
// CCFR here.
130
275
276
+
=== Tooltips can now remain open when hovered
277
+
// #TINY-12053
278
+
279
+
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.
280
+
281
+
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.
282
+
131
283
132
284
[[removed]]
133
285
== Removed
@@ -150,6 +302,20 @@ For more information on the `+getContent+` API, see `xref:apis/tinymce.editor.ad
150
302
151
303
// CCFR here.
152
304
305
+
=== Navigating between elements with `+contenteditable="true"+` was not possible on Firefox using the keyboard.
306
+
// #TINY-12459
307
+
308
+
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.
309
+
310
+
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.
311
+
312
+
=== Cursor movement did not operate correctly after a `figure` was selected
313
+
// #TINY-12458
314
+
315
+
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.
316
+
317
+
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