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 a Moderation View in the default bottom view of the message bubble. This view appears for messages that are disapproved based on their moderation status.
Introduced a new prop hideModerationView in the MessageList component, allowing developers to hide the Moderation View.
Enhancements
Added support for rendering tables in CometChatStreamBubble and CometChatAIAssistantMessageBubble, improving content readability.
Fixes
Fixed an issue where HTML tags were not rendering correctly in the message bubble and the conversation's last message preview.
Fixed a problem causing the voice recording feature to break the first time after microphone permission was granted.
Corrected an issue where a line appeared when recording a new audio message after sending one.
Resolved an issue preventing custom stickers from displaying in the Stickers Keyboard.
Removed unnecessary vertical scrollbars from code blocks in CometChatStreamBubble and CometChatAIAssistantMessageBubble for a smoother experience.
Fixed an issue where agent responses appeared to "jump" in CometChatStreamBubble.
Resolved a bug where previous agent responses were being duplicated in the list if backend responses were delayed.
Fixed the alignment of top-right buttons (New Chat and Chat History) in the CometChatAIAssistantChat component for a cleaner UI.