You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for Interactive Messages, displaying a default message when an interactive message is received.
Enhancements
None
Fixes
Fixed an issue where passing formatters in the textFormatters prop of CometChatMessageComposer did not work.
Resolved an error occurring when continuously clicking the Pause and Resume buttons in the voice recording popover, which caused the recording to stop unexpectedly.
Fixed an issue where clicking outside the media recorder pop-up would close the pop-up and result in the loss of recording progress.
Fixed a bug where group member scope changes were not updating in real-time unless the user hovered over the member.
Addressed inconsistent call icons in call logs that caused user confusion.
Fixed an issue where passing hideReceipt={true} in CometChatMessageList or CometChatConversations prevented messages from being marked as read/delivered, leaving an unread count that did not clear even after opening the conversation.
Resolved a bug where receiving a new message in a group incorrectly marked all previous messages sent by the logged-in user as read, even when not all members had read them.
Fixed an issue where the date header in the message list showed an outdated date instead of a shimmer effect when switching chats.
Fixed a UI bug where long text messages changed bubble size on hover in small viewports due to message options appearing.
Addressed an issue where reloading the page during an ongoing call did not clear the active call, preventing new calls from being initiated post-reload.
Fixed overflow issues where Emoji Keyboard, and Reaction List extended outside the message list in small viewports.
Resolved an error that occurred when attempting to play a newly sent voice recording before the message was delivered.
Fixed an issue where the Sticker Keyboard component used a * CSS selector, unintentionally overriding global styles.
Fixed an issue in CometChatMessageList where scrolling sometimes displayed incorrect old dates instead of the actual message date.
Resolved a bug where the Today label was incorrectly shown for messages sent a day earlier in CometChatMessageList and CometChatConversations.
Fixed a real-time update issue where group messages were not marked as read/delivered immediately after all group members read/delivered them.