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
+64-4Lines changed: 64 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,16 +163,50 @@ Previously in the **Image Optimizer** premium plugin, a fallback mechanism cause
163
163
164
164
For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Image Optimizer].
165
165
166
+
=== Revision History
167
+
168
+
The {productname} {release-version} release includes an accompanying release of the **Revision History** premium plugin.
169
+
170
+
**Revision History** includes the following addition.
171
+
172
+
==== New `revisionhistory_allow_restore` option to control restoration of old revisions
173
+
// #TINY-11746
174
+
175
+
{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.
176
+
177
+
This improvement enhances access control within the **Revision History** plugin, providing greater flexibility for managing revision restoration.
178
+
179
+
For more information on the **Revision History** plugin, see: xref:revisionhistory.adoc[Revision History].
180
+
181
+
=== Accessibility Checker
182
+
183
+
The {productname} {release-version} release includes an accompanying release of the **Accessibility Checker** premium plugin.
184
+
185
+
**Accessibility Checker** includes the following fix.
186
+
187
+
==== Update form validation error message color to be the same as the error text color.
188
+
// #TINY-11657
189
+
190
+
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.
191
+
192
+
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.
193
+
194
+
For information on the **Accessibility Checker** plugin, see: xref:a11ychecker.adoc[Accessibility Checker].
195
+
166
196
[[improvements]]
167
197
== Improvements
168
198
169
-
{productname} {release-version} also includes the following improvement<s>:
199
+
{productname} {release-version} also includes the following improvements:
170
200
171
-
=== <TINY-vwxyz 1 changelog entry>
172
-
// #TINY-vwxyz1
201
+
=== Extended the `forceReadOnly` functionality to support the new `disabled` option in addition to readonly mode.
202
+
// #TINY-11490
173
203
174
-
// CCFR here.
204
+
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.
175
205
206
+
=== Added `link_attributes_postprocess` option that allows overriding attributes of a link inserted through the link dialog.
207
+
// #TINY-11707
208
+
209
+
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.
176
210
177
211
[[additions]]
178
212
== Additions
@@ -190,6 +224,11 @@ For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Ima
190
224
191
225
{productname} <x.y[.z]> also includes the following bug fix<es>:
192
226
227
+
=== Dialog menu dropdowns now close when scrolling the editor container.
228
+
// #TINY-11398
229
+
230
+
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.
231
+
193
232
=== The `insertContent` API was not replacing selected non-editable elements correctly.
194
233
// #TINY-11714
195
234
@@ -237,6 +276,27 @@ Previously, an issue occurred where the selection did not expand as expected whe
237
276
238
277
This has been resolved in {productname} {release-version}, ensuring that the expanded selection now remains within the boundaries of the editable host element.
239
278
279
+
=== Keyboard navigation would get stuck on the 'more' toolbar button.
280
+
// #TINY-11762
281
+
282
+
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.
283
+
284
+
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.
285
+
286
+
=== The `float` property was not properly removed from the image when converting an image into a captioned image.
287
+
// #TINY-11670
288
+
289
+
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.
290
+
291
+
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.
292
+
293
+
=== Fixed keyboard navigation for size inputs in context forms.
294
+
// #TINY-11394
295
+
296
+
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.
297
+
298
+
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