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.6.0-release-notes.adoc
+36-5Lines changed: 36 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,18 +57,41 @@ For information on the **<Open source plugin name>** plugin, see xref:<plugincod
57
57
58
58
The following premium plugin updates were released alongside {productname} {release-version}.
59
59
60
+
=== Accessibility Checker
61
+
62
+
The {productname} {release-version} release includes an accompanying release of the **Accessibility Checker** premium plugin.
63
+
64
+
**Accessibility Checker** Premium plugin includes the following fixes and improvements.
65
+
66
+
==== Improve editor content highlighting when using accessibility checker
67
+
// #TINY-11463
68
+
69
+
Previously, an issue involving the accessibility checker was identified where the content area highlights did not properly meet accessibility standards. This issue caused users with vision impairments to encounter difficulty in identifying the currently focused element.
70
+
71
+
In {productname} {release-version}, this issue has been resolved by unifying the color palette to meet accessibility color contrast standards, ensuring that all users can easily locate the currently focused element.
72
+
73
+
For information on the **Accessibility Checker** plugin, see: xref:a11ychecker.adoc[Accessibility Checker].
74
+
60
75
=== Comments
61
76
62
77
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
63
78
64
79
**Comments** Premium plugin includes the following fixes and improvements.
65
80
66
81
==== Scroll to show action buttons when replying/editing a comment.
82
+
// #TINY-11402
67
83
68
84
Previously, if a selected conversation card was positioned near the bottom of the sidebar, the reply/edit input field would be below the bottom of the sidebar resulting in the comment input field not being visible to the user.
69
85
70
86
{productname} {release-version} addresses this issue. Now, the sidebar scrolls to display the comment input field if the selected conversation card is positioned near the bottom of the sidebar. This ensures that the comment input field is always visible to the user.
71
87
88
+
==== Pressing Shift+Enter in Mentions in Comments dropdown should accept the active menu item
89
+
// #TINY-11455
90
+
91
+
In previous versions of {productname}, the `Shift+Enter` key was not properly handled when used with mentions in comments. This led to a new line being inserted while the mentions dropdown remained open, resulting in inconsistent behavior compared to mentions within the editor.
92
+
93
+
In {productname} {release-version}, mentions in comments now handle the `Shift+Enter` key by inserting the highlighted user into the comment text area and closing the dropdown, ensuring consistent functionality across the editor and comment areas.
94
+
72
95
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to {companyname} Comments].
73
96
74
97
@@ -114,7 +137,6 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
114
137
=== <TINY-vwxyz 1 changelog entry>
115
138
// #TINY-vwxyz1
116
139
117
-
// CCFR here.
118
140
119
141
[[additions]]
120
142
== Additions
@@ -152,12 +174,21 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
152
174
[[bug-fixes]]
153
175
== Bug fixes
154
176
155
-
{productname} {release-version} also includes the following bug fix<es>:
177
+
{productname} {release-version} also includes the following bug fixes:
156
178
157
-
=== <TINY-vwxyz 1 changelog entry>
158
-
// #TINY-vwxyz1
179
+
=== Tooltip would not show for group toolbar button.
180
+
// #TINY-11391
159
181
160
-
// CCFR here.
182
+
Previously, an issue was identified where tooltips were not displayed when hovering over toolbar group buttons. This was due to replacing the `title` attribute with an `aria-label` attribute in xref:7.0-release-notes.adoc#improved-accessibility-for-interactive-elements-with-custom-tooltips[{productname} 7.0.0] without implementing the custom tooltip behavior for the toolbar group buttons.
183
+
184
+
In {productname} {release-version}, this issue has been resolved by applying the custom tooltip behavior to the toolbar group buttons, ensuring that tooltips are now displayed on hover.
185
+
186
+
=== Numbered table context menu not properly applying changes
187
+
// #TINY-11383
188
+
189
+
Previously, there was an issue where changes to the row type in numbered tables were not properly applied. This occurred because the action of modifying the row type from a `+contentEditable="false"+` cell was being deliberately blocked.
190
+
191
+
In {productname} {release-version}, this issue has been resolved by removing the restriction on changing the row type from a `+contentEditable="false"+` cell. As a result, changes to the row type are now correctly applied.
0 commit comments