v5.3.0
·
6 commits
to v5
since this release
New
- Introduced the
CometChatCompactMessageComposercomponent, a single-line message composer designed to provide a more streamlined message composition experience. - Added the
showTextSelectionMenuItemsprop to display text formatting options (bold, italic, etc.) in the native text selection menu 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 selection menu items and fixed formatting toolbar are hidden, regardless of other prop settings.
Enhancements
- None
Fixes
- None