Skip to content

V5.2.11

Choose a tag to compare

@ashfaqcometchat ashfaqcometchat released this 31 Mar 11:14
· 2 commits to v5 since this release
ebccbb3

New

  • 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.

Fixes

  • None