Skip to content

Commit 016dfc7

Browse files
authored
Docs: DOC-3243 - Users with an id that includes @ weren't parsed correctly (#4017)
1 parent 0f437a7 commit 016dfc7

1 file changed

Lines changed: 22 additions & 15 deletions

File tree

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

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,28 @@ 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+
=== 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+
6082
=== Export to PDF
6183

6284
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
114136

115137
For information on the **Full Page HTML** plugin, see: xref:fullpagehtml.adoc[Full Page HTML].
116138

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-
132139
=== Suggested Edits
133140

134141
The {productname} {release-version} release includes an accompanying release of the **Suggested Edits** premium plugin.

0 commit comments

Comments
 (0)