Releases: cometchat/cometchat-uikit-react
Releases · cometchat/cometchat-uikit-react
v6.3.11
New
- None
Enhancements
- None
Fixes
- Fixed an issue causing the message list to flicker when sending or pasting long messages, ensuring a smoother messaging experience.
- Fixed an issue where read receipts were not updating in the conversation view until a manual refresh.
- Fixed a layout issue where the
CometChatUserscomponent could overflow its container. - Fixed security vulnerabilities related to the
react-syntax-highlighter/prismjsdependency.
v6.3.10
New
- Added the
parentMessageIdproperty to allow loading a specific conversation when the Agent Chat initializes. When this property is not provided, the chat opens as a new empty conversation by default. - Introduced the
loadLastAgentConversationproperty to automatically load the most recent agent conversation on initialization. By default, the chat opens as a new empty conversation.
Enhancements
- None
Fixes
- None
v6.3.9
New
- None
Enhancements
- None
Fixes
- Fixed an issue where messages sent in a newly created agent chat did not appear in real time.
- Resolved a problem that caused duplicate action messages when adding multiple users to a group.
v6.3.8
New
- None
Enhancements
- Added a selected users preview in the
CometChatUserscomponent, allowing users to review selected members before adding them to a group.
Fixes
- Fixed an issue where the reply preview was not visible in the thread header, ensuring better message context visibility.
- Fixed an issue where the text input was cleared unexpectedly after sending a voice recording.
- Fixed an issue where the edit message preview height appeared uneven.
- Fixed an issue where clicking the Clear button in the search box also removed the selected filter.
- Fixed an issue where an unsupported icon was displayed for action and custom messages in the conversation list’s last message preview.
v6.3.7
New
- Added a “Mark as Unread” option, allowing users to mark previously read messages as unread for better message management.
- Introduced a new unread message indicator UI that visually separates unread messages from read ones, making unread messages easier to identify.
- Added the
showMarkAsUnreadOptionproperty, which allows the message list to start from unread messages when set totrue. - Added a new event in
conversationsEventthat can be used to update a specific conversation in the conversations list.
Enhancements
- None
Fixes
- None
v6.3.6
New
- None
Enhancements
- Enhanced message rendering for Custom Messages so previews display the available preview content instead of an unsupported placeholder.
Fixes
- Fixed an issue where the Moderation bubble view only appeared after a full page refresh and did not update in real time when messages were moderated.
v6.3.5
New
- Introduced support for mentioning all participants in a group conversation using
@all, allowing users to quickly notify every member at once.- Added a new property
disableMentionAlltoCometChatMessageComposer, enabling developers to show or hide the@allmention option in group chats. - Added a new property
mentionAllLabeltoCometChatMessageComposer, allowing customization of the display label used when rendering@allmentions.
- Added a new property
- Added a new feature that allows users to report a specific message for moderation purposes.
- Added
hideFlagMessageOption— to hide the Flag Message option from the message actions menu. - Added
hideFlagRemarkField— to hide the remark text area in the flag dialog.
- Added
Enhancements
- Enhanced real-time agent chat visibility to respect the agentic filter settings in the Conversations Request Builder.
Fixes
- None
v6.3.4
New
- Added support for customizing the mentions in the message composer through two new properties:
mentionsUsersRequestBuilder: Allows developers to provide a customUsersRequestBuilderto control how the mentioned users list is fetched.mentionsGroupMembersRequestBuilder: Allows developers to provide a customGroupMembersRequestBuilderto customize how mentioned group members are retrieved.
Enhancements
- None
Fixes
- None
v5.0.18
New
- None
Enhancements
- Added a
setStorageModemethod inUIKitSettingsto switch betweensessionStorageandlocalStorage, allowing more flexible control over session persistence.
Fixes
- Fixed a Firefox-specific issue where copying and pasting the same text multiple times when sending messages caused unexpected duplication.
- Fixed an issue where text was not being sanitized in the
ReplyViewpreview.
v6.3.3
New
- None
Enhancements
- Added a
setStorageModemethod inUIKitSettingsto switch betweensessionStorageandlocalStorage, allowing more flexible control over session persistence.
Fixes
- Fixed an issue where the link preview UI was breaking in the
CometChatSearchcomponent. - Fixed a Firefox-specific issue where copying and pasting the same text multiple times when sending messages caused unexpected duplication.
- Fixed an issue where text was not being sanitized in the
ReplyViewpreview.