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/8.4.0-release-notes.adoc
+22-15Lines changed: 22 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,28 @@ 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
+
=== Comments
61
+
62
+
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
63
+
64
+
**Comments** includes the following fixes.
65
+
66
+
==== Errors when creating new comments made the save button stuck in a saving state.
67
+
// #TINY-12224
68
+
69
+
Previously, when creating or editing a comment in Comments, the save button could remain in a saving state indefinitely if the save operation failed or if the component was not replaced. The saving state had no way to reset to false except by recreating the component, which misled users into thinking the operation was still in progress.
70
+
71
+
In {productname} {release-version}, the save logic now resets the saving state to false after the save operation completes, whether the operation succeeds or fails. The save button no longer remains stuck in a saving state.
72
+
73
+
==== Users with an `id` that includes `@` weren't parsed correctly.
74
+
// #TINY-12235
75
+
76
+
Previously, the mentions parser in Comments did not treat the `@` symbol as part of a mention string. User IDs containing `@` (such as email addresses) were split incorrectly, so mentions remained as raw text instead of resolving to the display name after saving.
77
+
78
+
In {productname} {release-version}, the Comments plugin now correctly parses mentions with `@` in user IDs. Mentions resolve to display names as expected.
79
+
80
+
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments].
81
+
60
82
=== Export to PDF
61
83
62
84
The {productname} {release-version} release includes an accompanying release of the **Export to PDF** premium plugin.
@@ -114,21 +136,6 @@ In {productname} {release-version}, the `fullpagehtml` option has been added to
114
136
115
137
For information on the **Full Page HTML** plugin, see: xref:fullpagehtml.adoc[Full Page HTML].
116
138
117
-
=== Comments
118
-
119
-
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
120
-
121
-
**Comments** includes the following fix.
122
-
123
-
==== Errors when creating new comments made the save button stuck in a saving state.
124
-
// #TINY-12224
125
-
126
-
Previously, when creating or editing a comment in Comments, the save button could remain in a saving state indefinitely if the save operation failed or if the component was not replaced. The saving state had no way to reset to false except by recreating the component, which misled users into thinking the operation was still in progress.
127
-
128
-
In {productname} {release-version}, the save logic now resets the saving state to false after the save operation completes, whether the operation succeeds or fails. The save button no longer remains stuck in a saving state.
129
-
130
-
For information on the **Comments** plugin, see: xref:introduction-to-tiny-comments.adoc[Comments].
131
-
132
139
=== Suggested Edits
133
140
134
141
The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin.
0 commit comments