Skip to content

v6.4.0

Choose a tag to compare

@aanshisingh-cometchat aanshisingh-cometchat released this 30 Mar 11:26
· 12 commits to v6 since this release
bc35b48

New

  • Introduced the CometChatCompactMessageComposer a single-line message composer designed to provide a more streamlined message composition experience.
  • Added the showToolbarOnSelection prop to display a floating toolbar for text formatting 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 floating and fixed formatting toolbars are hidden, regardless of other prop settings.
    • Rich text formatting is disabled, even when users paste or manually enter markdown.

Enhancements

  • None

Fixes

  • None