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.9.0-release-notes.adoc
+26-6Lines changed: 26 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,17 +57,32 @@ The following new Open Source plugin was released alongside {productname} {relea
57
57
58
58
The following premium plugin updates were released alongside {productname} {release-version}.
59
59
60
-
// === <Premium plugin name 1>
60
+
=== Accessibility Checker
61
61
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.
63
63
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.
65
65
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.
67
69
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.
69
71
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].
@@ -160,6 +175,11 @@ Previously, when pressing `Enter` before a floating image, the image could be du
160
175
161
176
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.
162
177
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}.
0 commit comments