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.5-release-notes.adoc
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ For information on the **Import from Word** plugin, see: xref:importword.adoc[Im
99
99
100
100
The {productname} {release-version} release includes an accompanying release of the **Markdown** premium plugin.
101
101
102
-
This **Markdown** premium plugin release includes the following improvement:
102
+
This **Markdown** premium plugin release includes the following improvements:
103
103
104
104
==== The command `MarkdownInsert` is now registered immediately and operates in an async manner, instead of waiting for resources before registering the command.
105
105
// #TINY-11280
@@ -117,7 +117,7 @@ For information on the **Markdown** plugin, see xref:markdown.adoc[Markdown].
117
117
118
118
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
119
119
120
-
**Comments** Premium plugin includes the following additions and fixes.
120
+
**Comments** Premium plugin includes the following additions and fixes and improvement.
121
121
122
122
==== Comments with Mentions
123
123
// EPIC-111
@@ -148,6 +148,15 @@ This behavior led to confusion and increased the risk of interacting with obsole
148
148
149
149
In {productname} {release-version}, this issue has been resolved. Now, when annotated content is deleted, the associated conversation card is automatically removed from the sidebar.
150
150
151
+
==== Use default 'Anon' value for `tinycomments_author` and `tinycomments_author_name` options when the provided value is an empty string.
152
+
// #TINY-11323
153
+
154
+
Previously in xref:7.4-release-notes.adoc#comments-not-functional-with-empty-tinycomments_author-and-tinycomments_author_name[{productname} 7.4.0], an issue was identified in **Embedded mode** where the commenting functionality became non-operational when either the `tinycomments_author` or the `tinycomments_author_name` options were configured as empty strings `""`. As a consequence, users were unable to create comments when these options were empty.
155
+
156
+
In {productname} {release-version}, the `tinycomments_author` and `tinycomments_author_name` options now default to "Anon" when the provided value is an empty string. As a result, the commenting functionality is now operational even when these options are empty.
157
+
158
+
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to {companyname} Comments].
159
+
151
160
=== PowerPaste
152
161
153
162
The {productname} {release-version} release includes an accompanying release of the **PowerPaste** premium plugin.
@@ -164,19 +173,10 @@ As a result, the `mceInsertClipboardContent` command now always executes synchro
164
173
165
174
For information on the **PowerPaste** plugin, see: xref:introduction-to-powerpaste.adoc[Introduction to PowerPaste].
166
175
167
-
==== Use default 'Anon' value for `tinycomments_author` and `tinycomments_author_name` options when the provided value is an empty string.
168
-
// #TINY-11323
169
-
170
-
Previously in xref:7.4-release-notes.adoc#comments-not-functional-with-empty-tinycomments_author-and-tinycomments_author_name[{productname} 7.4.0], an issue was identified in **Embedded mode** where the commenting functionality became non-operational when either the `tinycomments_author` or the `tinycomments_author_name` options were configured as empty strings `""`. As a consequence, users were unable to create comments when these options were empty.
171
-
172
-
In {productname} {release-version}, the `tinycomments_author` and `tinycomments_author_name` options now default to "Anon" when the provided value is an empty string. As a result, the commenting functionality is now operational even when these options are empty.
173
-
174
-
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Introduction to {companyname} Comments].
175
-
176
176
[[improvements]]
177
177
== Improvements
178
178
179
-
{productname} {release-version} also includes the following improvement<s>:
179
+
{productname} {release-version} also includes the following improvement:
180
180
181
181
=== Improved color picker aria support.
182
182
// #TINY-11291
@@ -188,7 +188,7 @@ In previous versions of {productname}, an issue was identified where screen read
188
188
[[additions]]
189
189
== Additions
190
190
191
-
{productname} {release-version} also includes the following addition<s>:
191
+
{productname} {release-version} also includes the following addition:
192
192
193
193
=== Added support for using raw CSS in the list of possible colours, using the `color_map_raw` property.
194
194
// #TINY-11385
@@ -203,8 +203,6 @@ For more information on customizing the color picker, see xref:user-formatting-o
203
203
204
204
NOTE: {companyname} Technologies would like to thank link:https://github.com/andrewnicols[Andrew Nicols] for contributing to this feature.
0 commit comments