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
Introduced CometChatCompactMessageComposer, a streamlined single-line message composer with a rich text formatting toolbar, inline voice recorder, text selection formatting menu, and configurable Enter key behavior for a faster and more customizable messaging experience.
Added an inline voice recorder to the message composer, allowing users to record and send voice notes without opening a separate bottom sheet.
Enhancements
Enhanced audio message bubbles with a dynamic amplitude waveform that reflects the actual recording, providing clearer visual feedback during playback.
Added rich text rendering to text bubbles, with support for bold, italic, strikethrough, inline code, code blocks, blockquotes, ordered and unordered lists, and links in both sent and received messages.
Added a configurable singleLineMessageComposer setting in the builder, allowing administrators to switch between compact and multi-line composer layouts from the dashboard.
Updated all sample apps to use the new compact message composer for a more consistent experience across examples and the interface.