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/7.7.0-release-notes.adoc
+81-1Lines changed: 81 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,13 @@ In previous versions of **Comments**, an issue was identified where the editor w
115
115
116
116
{productname} {release-version} resolves this issue by ensuring that focus is properly managed when closing the kebab menu, rather than relying on the browser. This ensures that the editor does not trigger any `blur` events.
117
117
118
+
==== Improved visual indication of keyboard focus for a comment annotation when there is an image inside.
119
+
// #TINY-11596
120
+
121
+
In previous versions of **Comments**, annotated non-text elements occasionally displayed a double bottom border when selected, leading to a visual inconsistency that appeared buggy and clashed with existing border styles.
122
+
123
+
With the release of {productname} {release-version}, dedicated styles for selected non-text element annotations have been introduced. This enhancement improves the visual clarity of comment annotations on non-text elements such as images and videos.
124
+
118
125
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments].
119
126
120
127
=== Image Optimizer
@@ -163,10 +170,40 @@ Previously in the **Image Optimizer** premium plugin, a fallback mechanism cause
163
170
164
171
For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Image Optimizer].
165
172
173
+
=== Revision History
174
+
175
+
The {productname} {release-version} release includes an accompanying release of the **Revision History** premium plugin.
176
+
177
+
**Revision History** includes the following addition.
178
+
179
+
==== New `revisionhistory_allow_restore` option to control restoration of old revisions
180
+
// #TINY-11746
181
+
182
+
{productname} {release-version} introduces a new `revisionhistory_allow_restore` option, which provides a way to control if a user can restore revisions. By default, it is set to `+true+`, setting it to `+false+` prevents users from restoring previous versions.
183
+
184
+
This improvement enhances access control within the **Revision History** plugin, providing greater flexibility for managing revision restoration.
185
+
186
+
For more information on the **Revision History** plugin, see: xref:revisionhistory.adoc[Revision History].
187
+
188
+
=== Accessibility Checker
189
+
190
+
The {productname} {release-version} release includes an accompanying release of the **Accessibility Checker** premium plugin.
191
+
192
+
**Accessibility Checker** includes the following fix.
193
+
194
+
==== Update form validation error message color to be the same as the error text color.
195
+
// #TINY-11657
196
+
197
+
In previous versions of the **Accessibility Checker** premium plugin, the form validation error message had insufficient color contrast in dark mode, failing to meet link:https://www.w3.org/WAI/WCAG2AA-Conformance[WCAG AA] standards and reducing visibility.
198
+
199
+
With the release of {productname} {release-version}, this issue has been resolved by updating the error message color to be the same as the error text color, ensuring improved visibility and compliance with link:https://www.w3.org/WAI/WCAG2AA-Conformance[WCAG AA] contrast standards.
200
+
201
+
For information on the **Accessibility Checker** plugin, see: xref:a11ychecker.adoc[Accessibility Checker].
202
+
166
203
[[improvements]]
167
204
== Improvements
168
205
169
-
{productname} {release-version} also includes the following improvement<s>:
206
+
{productname} {release-version} also includes the following improvements:
170
207
171
208
=== Not specifying a notification type (or specifying an incorrect one) now defaults to 'info'.
172
209
// #TINY-11661
@@ -175,6 +212,16 @@ In earlier versions of {productname}, an undefined or incorrect `type` property
175
212
176
213
With the release of {productname} {release-version}, this behavior has been improved. The `type` property now defaults to `info` when an invalid or missing value is detected, resulting in a proper looking notification that is easy to understand.
177
214
215
+
=== Extended the `forceReadOnly` functionality to support the new `disabled` option in addition to readonly mode.
216
+
// #TINY-11490
217
+
218
+
In previous versions of {productname}, the editor would transition to read-only mode if the API key was missing, invalid, or if the domain was invalid. With the release of {productname} {release-version}, this behavior has been updated to instead activate disabled mode in these scenarios.
219
+
220
+
=== Added `link_attributes_postprocess` option that allows overriding attributes of a link inserted through the link dialog.
221
+
// #TINY-11707
222
+
223
+
Previously in the xref:link.adoc[Link] plugin, there was no ability to override attributes of a link. With the release of {productname} {release-version}, a new option xref:link.adoc#link_attributes_postprocess[link_attributes_postprocess] has been added that allows this functionality.
224
+
178
225
[[additions]]
179
226
== Additions
180
227
@@ -191,6 +238,11 @@ With the release of {productname} {release-version}, this behavior has been impr
191
238
192
239
{productname} <x.y[.z]> also includes the following bug fix<es>:
193
240
241
+
=== Dialog menu dropdowns now close when scrolling the editor container.
242
+
// #TINY-11398
243
+
244
+
Previously, dialog menu dropdowns were not positioned correctly after scrolling the editor container, causing them to remain visible even when the editor was no longer in view. This resulted in dropdowns being displayed without their corresponding dialog context. {productname} {release-version} updates the behavior to ensure that dialog menu dropdowns close on the window scroll event, preventing them from appearing out of context.
245
+
194
246
=== The `insertContent` API was not replacing selected non-editable elements correctly.
195
247
// #TINY-11714
196
248
@@ -231,6 +283,34 @@ In previous versions of {productname}, hovering over toolbar menu item would dis
231
283
232
284
{productname} {release-version} resolves this issue by replacing the `title` attribute with the `aria-label` attribute for toolbar groupings, preventing the default browser tooltip from appearing.
233
285
286
+
=== Expanding selection to a word didn't work inside inline editing host elements.
287
+
// #TINY-11304
288
+
289
+
Previously, an issue occurred where the selection did not expand as expected when using the `editor.selection.expand({ type: 'word' })` API when the selection was within an inline edit host element inside a non-editable parent.
290
+
291
+
This has been resolved in {productname} {release-version}, ensuring that the expanded selection now remains within the boundaries of the editable host element.
292
+
293
+
=== Keyboard navigation would get stuck on the 'more' toolbar button.
294
+
// #TINY-11762
295
+
296
+
Previously, an issue was identified where keyboard navigation using the Tab key would become stuck at the "Show More" button in the toolbar. This occurred because hidden toolbar elements were incorrectly detected as valid tab targets, disrupting seamless navigation and negatively impacting the user experience.
297
+
298
+
In {productname} {release-version}, this issue has been resolved by implementing more precise filtering of viable tab targets. As a result, keyboard navigation now functions smoothly without getting stuck.
299
+
300
+
=== The `float` property was not properly removed from the image when converting an image into a captioned image.
301
+
// #TINY-11670
302
+
303
+
Previously, an issue occurred where toggling a caption on a floating image did not remove the float property from the image, causing the caption text to be incorrectly positioned.
304
+
305
+
In {productname} {release-version}, this issue has been resolved by ensuring that the float property is removed when toggling the caption. As a result, the image and caption text now align correctly.
306
+
307
+
=== Fixed keyboard navigation for size inputs in context forms.
308
+
// #TINY-11394
309
+
310
+
Previously, input and slider elements in the context toolbar did not support keyboard navigation, preventing users from accessing and adjusting these elements via the keyboard.
311
+
312
+
With the release of {productname} {release-version}, keyboard navigation has been implemented for these elements, ensuring seamless accessibility and improved usability.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/changelog.adoc
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,52 @@
4
4
5
5
NOTE: This is the {productname} Community version changelog. For information about the latest {cloudname} or {enterpriseversion} Release, see: xref:release-notes.adoc[{productname} Release Notes].
Copy file name to clipboardExpand all lines: modules/ROOT/pages/cloud-troubleshooting.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,4 +175,6 @@ This message is shown when {productname} is loaded from a domain that has not be
175
175
176
176
==== Solution
177
177
178
-
Please request that your admin add this domain to the approved domains in the Customer Portal. For more information see xref:cloud-troubleshooting.adoc#domain-not-registered[Domain not registered]
178
+
Please request that your admin add this domain to the approved domains in the Customer Portal. For more information see xref:cloud-troubleshooting.adoc#domain-not-registered[Domain not registered]
179
+
180
+
NOTE: From xref:7.6.0-release-notes.adoc[{productname} 7.6.0] onwards, the editor uses disabled mode instead of read-only mode.
0 commit comments