Skip to content

Commit d3a4767

Browse files
authored
Merge branch 'feature/7.9.0/DOC-3151' into feature/7.9.0/DOC-3151_TINY-11368
2 parents 1271e87 + b1d1289 commit d3a4767

File tree

1 file changed

+59
-9
lines changed

1 file changed

+59
-9
lines changed

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

Lines changed: 59 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,49 @@ The following new Open Source plugin was released alongside {productname} {relea
5757

5858
The following premium plugin updates were released alongside {productname} {release-version}.
5959

60-
// === <Premium plugin name 1>
60+
=== Accessibility Checker
6161

62-
// The {productname} {release-version} release includes an accompanying release of the **<Premium plugin name 1>** premium plugin.
62+
The {productname} {release-version} release includes an accompanying release of the **Accessibility Checker** premium plugin.
6363

64-
// **<Premium plugin name 1>** <Premium plugin name 1 version> includes the following <fixes, changes, improvements>.
64+
**Accessibility Checker** includes the following fixes and improvements.
6565

66-
// ==== <Premium plugin name 1 change 1>
66+
==== Adjusted spacing in accessibility checker component for better visual alignment
67+
// #TINY-11757
68+
Previously in {productname}, the error card for the Accessibility Checker had slightly more space between content than necessary, making the dialog appear less compact.
6769

68-
// // CCFR here.
70+
With the release {productname} {release-version}, the design has been updated to reduce the padding within the error card, ensuring a more compact and cohesive design.
6971

70-
// For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
72+
For information on the **Accessibility Checker** plugin, see: xref:a11ychecker.adoc[Accessibility Checker].
73+
74+
=== Spell Checker
75+
76+
The {productname} {release-version} includes an accompanying release of the **Spell Checker** premium plugin.
77+
78+
**Spell Checker** includes the following improvement.
79+
80+
==== Spellchecking with a language that does not match the content no longer overloads the spelling server.
81+
// #TINY-12061
82+
83+
Previously, using the spellchecker with a language that did not match the document content could cause server overload due to the large volume of unrecognized words. This issue led to excessive CPU usage on the spelling server. In {release-version}, {productname} now processes words in manageable chunks, reducing the load on the server and preventing performance degradation during spellchecking operations with mismatched language settings.
84+
85+
For information on the **Spell Checker** premium plugin, see: xref:introduction-to-tiny-spellchecker.adoc[Spell Checker plugin].
86+
87+
=== Image Optimizer
88+
89+
The {productname} {release-version} release includes an accompanying release of the **Image Optimizer** premium plugin.
90+
91+
**Image Optimizer** includes the following fix.
92+
93+
==== Aspect ratio was not properly calculated when uploading images wider than the editor.
94+
// #TINY-11963
95+
96+
Previous version of the **Image Optimizer** plugin, an issue would occur where images wider than the editor were distorted when uploaded to the CDN.
97+
98+
This occurred when the image being uploaded replaced a resized version rendered from a `srcset` alternative, and the aspect ratio was incorrectly calculated using the `naturalWidth` of the original image and the `naturalHeight` of the new image. This mismatch led to a distorted aspect ratio post-upload.
99+
100+
{productname} {release-version} addresses this issue. Now, the aspect ratio is now correctly calculated using both the `naturalWidth` and `naturalHeight` of the original image, ensuring consistent and undistorted rendering after upload.
101+
102+
For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Image Optimizer].
71103

72104

73105
[[accompanying-premium-plugin-end-of-life-announcement]]
@@ -153,17 +185,35 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
153185

154186
{productname} {release-version} also includes the following bug fix<es>:
155187

156-
// === <TINY-vwxyz 1 changelog entry>
157-
// #TINY-vwxyz1
158188

159-
// CCFR here.
160189
=== Inline dialog dropdowns reposition when the dialog is dragged or the window is scrolled.
161190
// TINY-11368 sub TINY-11823, TINY-11832
162191

163192
Prior to {productname} {release-version}, opening the preferences menu from within the **Search and Replace** dialog in inline mode caused the dropdown to remain fixed in its original position, even when the dialog was moved or the window was scrolled. This resulted in the dropdown becoming visually detached from its associated button and dialog, leading to a disjointed and confusing user experience.
164193

165194
In {productname} {release-version}, this issue has been resolved. The dropdown menu now remains visually and functionally anchored to the dialog when it is dragged or when the window is scrolled. This ensures consistent and intuitive behavior, aligned with the handling of other dropdowns across the application.
166195

196+
=== Tabbing inside a `figcaption` element no longer shows two text insertion carets.
197+
// #TINY-11997
198+
199+
Previously, when tabbing within a `figcaption` element, the fake text caret was not properly hidden, resulting in both the browser’s native caret and the fake caret being rendered simultaneously. This visual duplication caused confusion for users during text navigation and editing. The issue occurred because the focus event inside editable captions did not trigger logic to hide the fake caret.
200+
201+
This has been resolved by updating the focus handling behavior to detect whether the focused element is within an editable context and hide the fake caret accordingly.
202+
203+
As a result, only a single, correct text caret is displayed when tabbing inside `figcaption` elements, improving editing clarity and user experience.
204+
205+
=== Pressing `enter` before a floating image sometimes duplicated the image.
206+
// #TINY-1676
207+
208+
Previously, when pressing `Enter` before a floating image, the image could be duplicated instead of a new line being correctly inserted. This issue was due to limitations in the native content-editable behavior of **Firefox**, which {productname} previously relied on for handling new lines. In particular, Firefox did not clear line content correctly when it included floated elements, resulting in duplicated images.
209+
210+
With the release of {productname} {release-version}, an internal new line mechanism has been introduced to replace the unreliable browser behavior. This ensures consistent and correct handling of new lines around floating content. Pressing `Enter` before a floating image now behaves as expected, and duplicate images no longer appear.
211+
212+
=== Removed deprecated CSS media selector `-ms-high-contrast`.
213+
// TINY-11876
214+
215+
The `-ms-high-contrast` media feature was previously used to apply a darker border color for improved accessibility in Internet Explorer 11. However, this feature is no longer supported and has been link:https://blogs.windows.com/msedgedev/2024/04/29/deprecating-ms-high-contrast/[officially deprecated] by Microsoft Edge. Its continued use triggered warnings in browser developer consoles, potentially affecting user experience during development. To enhance cross-browser compatibility and eliminate these warnings, the deprecated selector has been removed from {productname} in {release-version}.
216+
167217

168218
[[security-fixes]]
169219
== Security fixes

0 commit comments

Comments
 (0)