Skip to content

Releases: cometchat/cometchat-uikit-react

v6.3.7

12 Jan 07:47
c2e493d

Choose a tag to compare

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 showMarkAsUnreadOption property, which allows the message list to start from unread messages when set to true.
  • Added a new event in conversationsEvent that can be used to update a specific conversation in the conversations list.

Enhancements

  • None

Fixes

  • None

v6.3.6

12 Dec 12:11
184d875

Choose a tag to compare

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

25 Nov 14:18
8574ccc

Choose a tag to compare

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 disableMentionAll to CometChatMessageComposer, enabling developers to show or hide the @all mention option in group chats.
    • Added a new property mentionAllLabel to CometChatMessageComposer, allowing customization of the display label used when rendering @all mentions.
  • 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.

Enhancements

  • Enhanced real-time agent chat visibility to respect the agentic filter settings in the Conversations Request Builder.

Fixes

  • None

v6.3.4

13 Nov 12:01
08752d2

Choose a tag to compare

New

  • Added support for customizing the mentions in the message composer through two new properties:
    • mentionsUsersRequestBuilder: Allows developers to provide a custom UsersRequestBuilder to control how the mentioned users list is fetched.
    • mentionsGroupMembersRequestBuilder: Allows developers to provide a custom GroupMembersRequestBuilder to customize how mentioned group members are retrieved.

Enhancements

  • None

Fixes

  • None

v5.0.18

13 Nov 11:34
3d11e01

Choose a tag to compare

New

  • None

Enhancements

  • Added a setStorageMode method in UIKitSettings to switch between sessionStorage and localStorage, 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 ReplyView preview.

v6.3.3

10 Nov 12:40
9b72ae0

Choose a tag to compare

New

  • None

Enhancements

  • Added a setStorageMode method in UIKitSettings to switch between sessionStorage and localStorage, allowing more flexible control over session persistence.

Fixes

  • Fixed an issue where the link preview UI was breaking in the CometChatSearch component.
  • 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 ReplyView preview.

v6.3.2

16 Oct 06:48
e8ffb9e

Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where passing an empty view in the message list did not work unless isAgentChat was set to true.
  • Resolved an issue preventing PDF and image uploads in chat on iOS devices.
  • Fixed a bug where the “Thinking…” indicator was not immediately visible after sending a message in agent chat.
  • Resolved an issue where the “Read more / Show less” option still appeared after editing a long message to a shorter one.
  • Fixed a bug where the “Message Translation” toast appeared on both the conversation screen and the thread screen.
  • Fixed an issue where the “Scroll to latest message” option appeared when clicking reply or edit message options.

v5.0.17

16 Oct 07:21
907524a

Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Resolved an issue preventing PDF and image uploads in chat on iOS devices.
  • Resolved an issue where the “Read more / Show less” option still appeared after editing a long message to a shorter one.
  • Fixed an issue where the “Scroll to latest message” option appeared when clicking reply or edit message options.

v6.3.1

03 Oct 12:40
a9a85d4

Choose a tag to compare

New

  • None

Enhancements

  • Added templates prop to CometChatAIAssistantChat to allow users to override and customize the current message bubbles.

Fixes

  • Fixed an issue where the scroll-to-bottom button was visible in AI Agent Chat while the agent was streaming a response.
  • Fixed an issue where the scroll-to-bottom button appeared simultaneously in both the main and thread chat.
  • Fixed an issue where the input field did not automatically focus when selecting "Add New Option" in the Create Poll view.
  • Fixed a flickering issue in the message list that occurred after sending a message.
  • Fixed an issue where messages remained stuck in a pending state when the moderation feature was enabled.
  • Fixed an issue where the Send button appeared active when editing a message, even if no changes were made.
  • Fixed an issue where delivery receipts were triggered twice.
  • Fixed an issue where the date separator overlapped and hid the first message at the top of the chat.
  • Fixed an issue where clicking the last reaction in the tab caused the view to refresh and jump back to the beginning instead of staying in place.
  • Fixed an issue where message options for a previous message did not close when hovering over another message.

v5.0.16

03 Oct 12:40
2ae3f43

Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where the input field did not automatically focus when selecting "Add New Option" in the Create Poll view.
  • Fixed a flickering issue in the message list that occurred after sending a message.
  • Fixed an issue where the Send button appeared active when editing a message, even if no changes were made.
  • Fixed an issue where delivery receipts were triggered twice.
  • Fixed an issue where the date separator overlapped and hide the first message at the top of the chat.
  • Fixed an issue where clicking the last reaction in the tab caused the view to refresh and jump back to the beginning instead of staying in place.
  • Fixed an issue where message options for a previous message did not close when hovering over another message.