Skip to content

Commit a9c6b16

Browse files
Merge branch 'feature/7.6.0/DOC-2578' into feature/7.6.0/DOC-2578_TINY-11402
2 parents 72c51cc + 3635249 commit a9c6b16

File tree

1 file changed

+36
-5
lines changed

1 file changed

+36
-5
lines changed

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

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,41 @@ For information on the **<Open source plugin name>** plugin, see xref:<plugincod
5757

5858
The following premium plugin updates were released alongside {productname} {release-version}.
5959

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+
6075
=== Comments
6176

6277
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
6378

6479
**Comments** Premium plugin includes the following fixes and improvements.
6580

6681
==== Scroll to show action buttons when replying/editing a comment.
82+
// #TINY-11402
6783

6884
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.
6985

7086
{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.
7187

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+
7295
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to {companyname} Comments].
7396

7497

@@ -114,7 +137,6 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
114137
=== <TINY-vwxyz 1 changelog entry>
115138
// #TINY-vwxyz1
116139

117-
// CCFR here.
118140

119141
[[additions]]
120142
== Additions
@@ -152,12 +174,21 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
152174
[[bug-fixes]]
153175
== Bug fixes
154176

155-
{productname} {release-version} also includes the following bug fix<es>:
177+
{productname} {release-version} also includes the following bug fixes:
156178

157-
=== <TINY-vwxyz 1 changelog entry>
158-
// #TINY-vwxyz1
179+
=== Tooltip would not show for group toolbar button.
180+
// #TINY-11391
159181

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.
161192

162193

163194
[[security-fixes]]

0 commit comments

Comments
 (0)