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.6.1-release-notes.adoc
+30-5Lines changed: 30 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,6 @@ In {productname} {release-version}, this issue has been resolved by ensuring the
102
102
For information on the **Enhanced Table** plugin, see: xref:advtable.adoc[Enhanced Tables].
103
103
104
104
=== Import from Word
105
-
// #TINY-11662
106
105
107
106
The {productname} {release-version} release includes an accompanying release of the **Import from Word** premium plugin.
108
107
@@ -117,6 +116,22 @@ In {productname} {release-version}, this UI inconsistency has been resolved. Err
117
116
118
117
For more information on the **Import from Word** plugin, see xref:importword.adoc[Import from Word].
119
118
119
+
=== Image Optimizer
120
+
121
+
The {productname} {release-version} release includes an accompanying release of the **Image Optimizer** premium plugin.
122
+
123
+
**Image Optimizer** includes the following fixes.
124
+
125
+
==== Images with existing `srcset` were not handled correctly.
126
+
127
+
An issue was identified where images with an existing `srcset` attribute containing an Uploadcare URL were being processed incorrectly.
128
+
129
+
The problem occurred when attempting to update an `srcset` attribute that did not contain an Uploadcare URL. In such cases, no changes were applied, resulting in the image failing to update if the existing `srcset` had a different structure.
130
+
131
+
{productname} {release-version} resolves this issue by exclusively targeting `srcset` attributes with Uploadcare URLs. This ensures that all relevant images are updated correctly, with the `srcset` being regenerated from scratch to incorporate any modifications made.
132
+
133
+
For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Image Optimizer].
@@ -198,13 +213,23 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
198
213
[[bug-fixes]]
199
214
== Bug fixes
200
215
201
-
{productname} {release-version} also includes the following bug fix<es>:
216
+
{productname} {release-version} also includes the following bug fixes:
202
217
203
-
=== <TINY-vwxyz 1 changelog entry>
204
-
// #TINY-vwxyz1
218
+
=== Text input was prevented in form elements in the contents of the editor.
219
+
// #TINY-11446
205
220
206
-
// CCFR here.
221
+
Previously, an issue was identified in Google Chrome and Microsoft Edge where text input was prevented within form elements, resulting in the inability to insert text into these elements.
222
+
223
+
{productname} {release-version} addresses this issue, by updating the logic for handling text input on non-editable elements to include support for form elements. As a result, text can now be successfully inserted into form elements in Google Chrome and Microsoft Edge.
224
+
225
+
=== Opening a notification when the toolbar is at the bottom threw an error.
226
+
// #TINY-11498
227
+
228
+
An issue was identified in the inline mode editor where, if the toolbar was positioned at the bottom of the screen, a UI error occurred that rendered notifications non-functional after being opened.
229
+
230
+
This issue significantly impacted the user experience, preventing users from interacting with the notification interface effectively.
207
231
232
+
{productname} {release-version} resolves this issue by enhancing the notification positioning logic to account for the toolbar's location. Notifications now function seamlessly, regardless of the toolbar's placement on the screen.
0 commit comments