Skip to content

Commit 7f16d51

Browse files
author
Farzad Hayatbakhsh
committed
DOC-2564: Release Note Entry for Mentions in Comments
1 parent dffd577 commit 7f16d51

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

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

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,24 @@ For information on the **Markdown** plugin, see xref:markdown.adoc[Markdown].
9191

9292
The {productname} {release-version} release includes an accompanying release of the **Comments** premium plugin.
9393

94-
**Comments** Premium plugin includes the following fixes.
94+
**Comments** Premium plugin includes the following additions and fixes.
95+
96+
==== Comments with Mentions
97+
// EPIC-111
98+
99+
The **Comments** plugin now supports mentions in comments.
100+
101+
Previously, the Comments plugin allowed users to add comments to content in the editor. However, users could not mention other users in comments, limiting the ability to notify specific users or direct comments to them.
102+
103+
In {productname} {release-version}, the **Comments** plugin has been enhanced to support mentions in comments. Users can now mention other users in comments by typing the `+@+` symbol followed by the user's name. This feature enables users to notify specific individuals, direct comments to them, or engage in conversations with other users directly within the editor.
104+
105+
Additionally, the **Comments** plugin now includes a new `mentionedUids` property in the EventLog API when the xref:mentions.adoc[Mentions] plugin is enabled. This property provides an array of UIDs mentioned in the comment, allowing integrators to retrieve which users have been mentioned in comments.
106+
107+
The **Comments** plugin now offers the `+tinycomments_mentions_enabled+` option to enable or disable the incorporation of the xref:mentions.adoc[Mentions] plugin into the **Comments** plugin, provided both plugins are included in the configuration.
108+
109+
liveDemo::comments-embedded-with-mentions[]
110+
111+
For information on the **Comments with Mentions** feature, see xref:comments-with-mentions.adoc[Configuring the Comments plugin with the Mentions plugin].
95112

96113
==== The `conversationAuthor` property was missing from 'create` conversation events in the EventLog API.
97114
// #TINY-11352

0 commit comments

Comments
 (0)