Skip to content

v5.3.0

Choose a tag to compare

@suraj-chauhan-cometchat suraj-chauhan-cometchat released this 30 Mar 10:16
· 6 commits to v5 since this release
ffc5692

New

  • Introduced the CometChatCompactMessageComposer component, a single-line message composer designed to provide a more streamlined message composition experience.
  • Added the showTextSelectionMenuItems prop to display text formatting options (bold, italic, etc.) in the native text selection menu when users select text within the composer.
  • Added the hideRichTextFormattingOptions prop to hide the fixed formatting toolbar above the message composer header for a cleaner interface.
  • Added the enableRichTextEditor master prop to control all rich text functionality. When disabled:
    • Both selection menu items and fixed formatting toolbar are hidden, regardless of other prop settings.

Enhancements

  • None

Fixes

  • None