Skip to content

Releases: cometchat/cometchat-uikit-react

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.

v6.3.0

29 Sep 10:00
0426058

Choose a tag to compare

New

  • Introduced the Reply Message feature, enabling users to reply directly to a specific message within a chat.
    • Added a new hideReplyOption property in the message list, allowing developers to hide the option to reply to a message. By default, the reply option is visible.
    • Introduced a new message event ccReplyToMessage, which displays a preview of the message being replied to in the composer.
    • Added a new replyView section in CometChatMessageTemplate to show a message preview inside the message bubble for the message being replied to.

Enhancements

  • None

Fixes

  • Fixed an issue on iPad where users were unable to select a file to send in the chat.
  • Fixed an issue in AI Agent Chat where the image display was broken when multiple images were returned in a response.
  • Resolved a formatting issue in AI Agent Chat where line spacing between response content was not displayed correctly.

v6.2.6

24 Sep 17:10
a2bd530

Choose a tag to compare

New

  • Added the onSendButtonClick property to the CometChatAIAssistantChatComponent. This allows developers to override the default send message functionality.

Enhancements

  • None

Fixes

  • None

v6.2.5

17 Sep 16:28
0d7fcc0

Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue in Agent Chat where unnecessary margin was applied around ordered list (<ol>) tags.

v6.2.4

17 Sep 14:05
a666f0f

Choose a tag to compare

New

  • None

Enhancements

  • Added dark mode borders for tables in markdown to improve readability.

Fixes

  • Fixed an issue where the scope in the "Change Scope" action message was not being localized in CometChatMessageList component.
  • Fixed an issue where the ccGroupCreated trigger did not add the new group conversation to the CometChatConversations component.
  • Fixed console errors that appeared when sending messages in React 19 Strict Mode.
  • Resolved an issue where user search failed if a space was entered before the search text.
  • Fixed an issue where collaborator names were not visible in the collaborative whiteboard.
  • Fixed an issue where setting the hideNewChat prop to true correctly hide's the "New Chat" button in the header but did not hide it in the chat history component.
  • Fixed an issue where ordered lists did not display number points in CometChatAIAssistantChat component.
  • Fixed an issue where unordered lists did not display bullet points in CometChatAIAssistantChat component.
  • Fixed an issue where code blocks did not adapt to the UIKit theme mode in CometChatAIAssistantChat component.
  • Fixed an issue where table data was misaligned in CometChatAIAssistantChat component.
  • Fixed an issue where links were not highlighted correctly in markdown in CometChatAIAssistantChat component.

v5.0.15

17 Sep 14:31
f1a8b95

Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where the scope in the "Change Scope" action message was not being localized in CometChatMessageList component.
  • Fixed an issue where the ccGroupCreated trigger did not add the new group conversation to the CometChatConversations component.
  • Resolved an issue where user search failed if a space was entered before the search text.
  • Fixed an issue where collaborator names were not visible in the collaborative whiteboard.

v6.2.3

10 Sep 16:21
8a4df52

Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where the statusInfoView was visible in the Stream Message Bubble within the AI Agent chat.