Skip to content

Commit a2129d2

Browse files
authored
Merge branch 'feature/7.9.0/DOC-3151' into feature/7.9.0/DOC-3151_TINY-11676
2 parents 4c60db3 + 41dea2b commit a2129d2

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

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

Lines changed: 26 additions & 6 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]]
@@ -160,6 +175,11 @@ Previously, when pressing `Enter` before a floating image, the image could be du
160175

161176
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.
162177

178+
=== Removed deprecated CSS media selector `-ms-high-contrast`.
179+
// TINY-11876
180+
181+
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}.
182+
163183

164184
[[security-fixes]]
165185
== Security fixes

0 commit comments

Comments
 (0)