v6.4.0
·
12 commits
to v6
since this release
New
- Introduced the
CometChatCompactMessageComposera single-line message composer designed to provide a more streamlined message composition experience. - Added the
showToolbarOnSelectionprop to display a floating toolbar for text formatting when users select text within the composer. - Added the
hideRichTextFormattingOptionsprop to hide the fixed formatting toolbar above the message composer header for a cleaner interface. - Added the
enableRichTextEditormaster 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