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
+33-10Lines changed: 33 additions & 10 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].
@@ -153,10 +168,6 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
153
168
154
169
{productname} {release-version} also includes the following bug fix<es>:
155
170
156
-
// === <TINY-vwxyz 1 changelog entry>
157
-
// #TINY-vwxyz1
158
-
159
-
// CCFR here.
160
171
=== Tabbing inside a `figcaption` element no longer shows two text insertion carets.
161
172
// #TINY-11997
162
173
@@ -166,6 +177,18 @@ This has been resolved by updating the focus handling behavior to detect whether
166
177
167
178
As a result, only a single, correct text caret is displayed when tabbing inside `figcaption` elements, improving editing clarity and user experience.
168
179
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}.
0 commit comments