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
+93Lines changed: 93 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,85 @@ In {productname} {release-version}, the error message for **Accessibility Checke
69
69
70
70
For information on the **Accessibility Checker** plugin, see: xref:a11ychecker.adoc[Accessibility Checker].
71
71
72
+
=== Revision History
73
+
74
+
The {productname} {release-version} release includes an accompanying release of the **Revision History** premium plugin.
75
+
76
+
**Revision History** includes the following fix and improvement.
77
+
78
+
==== The same user could receive two different default avatars
79
+
// #TINY-12527
80
+
81
+
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.
82
+
83
+
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.
84
+
85
+
==== Default avatars are now generated with a consistent color based on the `user_id`
86
+
// #TINY-12527
87
+
88
+
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.
89
+
90
+
For information on the **Revision History** plugin, see: xref:revisionhistory.adoc[Revision History].
91
+
92
+
=== Comments
93
+
94
+
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
95
+
96
+
**Comments** Premium plugin includes the following fixes and improvement.
97
+
98
+
==== Default avatars generated inconsistently
99
+
// The same user avatar was generated for all users without an avatar in the mentions dropdown.
100
+
// The same user could receive two different default avatars.
101
+
// Default avatars are now generated with a consistent color based on the user id.
102
+
// #TINY-12526 #TINY-12532 #TINY-12633
103
+
104
+
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.
105
+
106
+
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to Tiny Comments].
107
+
108
+
=== Mentions
109
+
110
+
The {productname} {release-version} release includes an accompanying release of the **Mentions** premium plugin.
111
+
112
+
**Mentions** Premium plugin includes the following improvement.
113
+
114
+
==== Users without avatars now display avatar placeholders in the mentions dropdown
115
+
// #TINY-12473
116
+
117
+
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.
118
+
119
+
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.
120
+
121
+
For information on the **Mentions** plugin, see: xref:mentions.adoc[Mentions].
122
+
123
+
=== AI Assistant
124
+
125
+
The {productname} {release-version} release includes an accompanying release of the **AI Assistant** premium plugin.
126
+
127
+
**AI Assistant** includes the following fix.
128
+
129
+
==== AI Assistant plugin dialog preview now respects the `content_security_policy` editor option
130
+
// TINY-12800
131
+
132
+
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.
133
+
134
+
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}.
135
+
136
+
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].
137
+
138
+
=== Suggested Edits
139
+
140
+
The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin.
141
+
142
+
**Suggested Edits** includes the following improvement.
143
+
144
+
==== Added keyboard navigation to the Suggested Edits plugin
145
+
// #TINY-11452
146
+
147
+
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.
148
+
149
+
For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].
150
+
72
151
73
152
[[improvements]]
74
153
== Improvements
@@ -124,6 +203,20 @@ For information on the **Accessibility Checker** plugin, see: xref:a11ychecker.a
124
203
125
204
// CCFR here.
126
205
206
+
=== Navigating between elements with `+contenteditable="true"+` was not possible on Firefox using the keyboard.
207
+
// #TINY-12459
208
+
209
+
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.
210
+
211
+
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.
212
+
213
+
=== Cursor movement did not operate correctly after a `figure` was selected
214
+
// #TINY-12458
215
+
216
+
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.
217
+
218
+
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