Skip to content

Commit 5fcd762

Browse files
Merge branch 'feature/7.6.1/DOC-2609' into feature/7.6.1/DOC-2609_TINY-11662
2 parents 1ad7cdc + 2dc22ff commit 5fcd762

File tree

1 file changed

+30
-5
lines changed

1 file changed

+30
-5
lines changed

modules/ROOT/pages/7.6.1-release-notes.adoc

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ In {productname} {release-version}, this issue has been resolved by ensuring the
102102
For information on the **Enhanced Table** plugin, see: xref:advtable.adoc[Enhanced Tables].
103103

104104
=== Import from Word
105-
// #TINY-11662
106105

107106
The {productname} {release-version} release includes an accompanying release of the **Import from Word** premium plugin.
108107

@@ -117,6 +116,22 @@ In {productname} {release-version}, this UI inconsistency has been resolved. Err
117116

118117
For more information on the **Import from Word** plugin, see xref:importword.adoc[Import from Word].
119118

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].
134+
120135
[[accompanying-premium-plugin-end-of-life-announcement]]
121136
== Accompanying Premium plugin end-of-life announcement
122137

@@ -198,13 +213,23 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
198213
[[bug-fixes]]
199214
== Bug fixes
200215

201-
{productname} {release-version} also includes the following bug fix<es>:
216+
{productname} {release-version} also includes the following bug fixes:
202217

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
205220

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.
207231

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.
208233

209234
[[security-fixes]]
210235
== Security fixes

0 commit comments

Comments
 (0)