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
+50Lines changed: 50 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,49 @@ Previously, {productname} generated default avatars inconsistently in the Commen
70
70
71
71
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to Tiny Comments].
72
72
73
+
=== Mentions
74
+
75
+
The {productname} {release-version} release includes an accompanying release of the **Mentions** premium plugin.
76
+
77
+
**Mentions** Premium plugin includes the following improvement.
78
+
79
+
==== Users without avatars now display avatar placeholders in the mentions dropdown
80
+
// #TINY-12473
81
+
82
+
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.
83
+
84
+
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.
85
+
86
+
For information on the **Mentions** plugin, see: xref:mentions.adoc[Mentions].
87
+
88
+
=== AI Assistant
89
+
90
+
The {productname} {release-version} release includes an accompanying release of the **AI Assistant** premium plugin.
91
+
92
+
**AI Assistant** includes the following fix.
93
+
94
+
==== AI Assistant plugin dialog preview now respects the `content_security_policy` editor option
95
+
// TINY-12800
96
+
97
+
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.
98
+
99
+
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}.
100
+
101
+
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].
102
+
103
+
=== Suggested Edits
104
+
105
+
The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin.
106
+
107
+
**Suggested Edits** includes the following improvement.
108
+
109
+
==== Added keyboard navigation to the Suggested Edits plugin
110
+
// #TINY-11452
111
+
112
+
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.
113
+
114
+
For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].
115
+
73
116
74
117
[[improvements]]
75
118
== Improvements
@@ -125,6 +168,13 @@ For information on the **Comments** plugin, see: xref:introduction-to-tiny-comme
125
168
126
169
// CCFR here.
127
170
171
+
=== Cursor movement did not operate correctly after a `figure` was selected
172
+
// #TINY-12458
173
+
174
+
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.
175
+
176
+
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