Skip to content

Commit fa68aea

Browse files
Merge branch 'feature/7.6.0/DOC-2578' into feature/7.6.0/DOC-2578_TINY-11463
2 parents c3fe6e1 + ea8cec7 commit fa68aea

File tree

1 file changed

+28
-5
lines changed

1 file changed

+28
-5
lines changed

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

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,21 @@ In {productname} {release-version}, this issue has been resolved by unifying the
7171

7272
For information on the **Accessibility Checker** plugin, see: xref:a11ychecker.adoc[Accessibility Checker].
7373

74+
=== Comments
75+
76+
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
77+
78+
**Comments** Premium plugin includes the following improvements.
79+
80+
=== Pressing Shift+Enter in Mentions in Comments dropdown should accept the active menu item
81+
// #TINY-11455
82+
83+
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.
84+
85+
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.
86+
87+
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to {companyname} Comments].
88+
7489

7590
[[accompanying-premium-plugin-end-of-life-announcement]]
7691
== Accompanying Premium plugin end-of-life announcement
@@ -114,7 +129,6 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
114129
=== <TINY-vwxyz 1 changelog entry>
115130
// #TINY-vwxyz1
116131

117-
// CCFR here.
118132

119133

120134
[[additions]]
@@ -153,12 +167,21 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
153167
[[bug-fixes]]
154168
== Bug fixes
155169

156-
{productname} {release-version} also includes the following bug fix<es>:
170+
{productname} {release-version} also includes the following bug fixes:
157171

158-
=== <TINY-vwxyz 1 changelog entry>
159-
// #TINY-vwxyz1
172+
=== Tooltip would not show for group toolbar button.
173+
// #TINY-11391
160174

161-
// CCFR here.
175+
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.
176+
177+
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.
178+
179+
=== Numbered table context menu not properly applying changes
180+
// #TINY-11383
181+
182+
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.
183+
184+
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.
162185

163186

164187
[[security-fixes]]

0 commit comments

Comments
 (0)