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
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,34 @@ In {productname} {release-version}, this issue has been addressed. Now, {product
69
69
70
70
For information on the **Mentions** plugin, see: xref:mentions.adoc[Mentions].
71
71
72
+
=== AI Assistant
73
+
74
+
The {productname} {release-version} release includes an accompanying release of the **AI Assistant** premium plugin.
75
+
76
+
**AI Assistant** includes the following fix.
77
+
78
+
==== AI Assistant plugin dialog preview now respects the `content_security_policy` editor option
79
+
// TINY-12800
80
+
81
+
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.
82
+
83
+
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}.
84
+
85
+
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].
86
+
87
+
=== Suggested Edits
88
+
89
+
The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin.
90
+
91
+
**Suggested Edits** includes the following improvement.
92
+
93
+
==== Added keyboard navigation to the Suggested Edits plugin
94
+
// #TINY-11452
95
+
96
+
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.
97
+
98
+
For information on the **Suggested Edits** plugin, see: xref:suggestededits.adoc[Suggested Edits].
99
+
72
100
73
101
[[improvements]]
74
102
== Improvements
@@ -124,6 +152,13 @@ For information on the **Mentions** plugin, see: xref:mentions.adoc[Mentions].
124
152
125
153
// CCFR here.
126
154
155
+
=== Cursor movement did not operate correctly after a `figure` was selected
156
+
// #TINY-12458
157
+
158
+
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.
159
+
160
+
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