Skip to content

Commit 2119c1e

Browse files
authored
Merge branch 'feature/7.9.0/DOC-3151' into feature/7.9.0/DOC-3151_TINY-11997
2 parents f583574 + 1f6a1c8 commit 2119c1e

File tree

1 file changed

+33
-10
lines changed

1 file changed

+33
-10
lines changed

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

Lines changed: 33 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,32 @@ 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].
7186

7287

7388
[[accompanying-premium-plugin-end-of-life-announcement]]
@@ -153,10 +168,6 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
153168

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

156-
// === <TINY-vwxyz 1 changelog entry>
157-
// #TINY-vwxyz1
158-
159-
// CCFR here.
160171
=== Tabbing inside a `figcaption` element no longer shows two text insertion carets.
161172
// #TINY-11997
162173

@@ -166,6 +177,18 @@ This has been resolved by updating the focus handling behavior to detect whether
166177

167178
As a result, only a single, correct text caret is displayed when tabbing inside `figcaption` elements, improving editing clarity and user experience.
168179

180+
=== Pressing `enter` before a floating image sometimes duplicated the image.
181+
// #TINY-1676
182+
183+
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.
184+
185+
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.
186+
187+
=== Removed deprecated CSS media selector `-ms-high-contrast`.
188+
// TINY-11876
189+
190+
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}.
191+
169192

170193
[[security-fixes]]
171194
== Security fixes

0 commit comments

Comments
 (0)