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
+17-8Lines changed: 17 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,17 +57,20 @@ 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
-
=== <Premium plugin name 1> <Premium plugin name 1 version>
60
+
=== Comments
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 **Comments** premium plugin.
63
63
64
-
**<Premium plugin name 1>** <Premium plugin name 1 version> includes the following <fixes, changes, improvements>.
64
+
**Comments** Premium plugin includes the following improvements.
65
65
66
-
==== <Premium plugin name 1 change 1>
66
+
=== Pressing Shift+Enter in Mentions in Comments dropdown should accept the active menu item
67
+
// #TINY-11455
67
68
68
-
// CCFR here.
69
+
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.
70
+
71
+
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.
69
72
70
-
For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
73
+
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to {companyname} Comments].
@@ -112,7 +115,6 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
112
115
=== <TINY-vwxyz 1 changelog entry>
113
116
// #TINY-vwxyz1
114
117
115
-
// CCFR here.
116
118
117
119
118
120
[[additions]]
@@ -151,7 +153,7 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
151
153
[[bug-fixes]]
152
154
== Bug fixes
153
155
154
-
{productname} {release-version} also includes the following bug fix<es>:
156
+
{productname} {release-version} also includes the following bug fixes:
155
157
156
158
=== Tooltip would not show for group toolbar button.
157
159
// #TINY-11391
@@ -160,6 +162,13 @@ Previously, an issue was identified where tooltips were not displayed when hover
160
162
161
163
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.
162
164
165
+
=== Numbered table context menu not properly applying changes
166
+
// #TINY-11383
167
+
168
+
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.
169
+
170
+
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