Skip to content

V5.2.12

Choose a tag to compare

@ashfaqcometchat ashfaqcometchat released this 07 Apr 14:00
· 1 commit to v5 since this release
9c6c84d

New

  • None

Enhancements

  • Enabled rich text formatting by default in the Compact Message Composer, including the formatting toolbar, text selection options, and markdown syntax support for a more expressive messaging experience.
  • Standardized the audio recording experience by using the inline audio recorder as the default and only option, simplifying usage and reducing configuration.

Fixes

  • None

Deprecations

  • Renamed the builder configuration key from singleLineMessageComposer to compactMessageComposer to align with updated component naming. Update your implementation to use the new key.

Removals

  • Removed setUseInlineAudioRecorder(boolean) and isUseInlineAudioRecorder() from CometChatCompactMessageComposer as inline recording is now always enabled.
  • Removed the bottom sheet audio recorder option in favor of a unified inline recording experience.