·
1 commit
to v5
since this release
New
- Added support for pinning messages to a conversation, visible to everyone in that conversation. Pin Messages must be enabled for your app in the CometChat Dashboard; the UI Kit resolves this at login. Hide the actions using the
hidePinMessageOptionandhideUnpinMessageOptionprops onCometChatMessageList. - Added support for saving messages privately for the logged-in user, across every conversation. Save Messages must be enabled for your app in the CometChat Dashboard. Hide the actions using the
hideSaveMessageOptionandhideUnsaveMessageOptionprops onCometChatMessageList. - Added
CometChatPinnedMessagesto display the messages pinned in a conversation, with options to unpin, save, copy, share, and view message information. - Added
CometChatSavedMessagesto display the logged-in user's saved messages across all conversations. - Added support for pinning a conversation to the top of the conversation list. Pin Conversations must be enabled for your app in the CometChat Dashboard. Hide the action using the
pinConversationOptionVisibilityprop onCometChatConversations. - Added support for subscribing to a message thread to follow its replies. This is enabled by default; disable it using the
hideThreadSubscriptionOptionprop onCometChatMessageList. - Added the
ToolbarTrailingButtonsViewprop onCometChatCompactMessageComposerto render custom buttons, such as a colour picker, at the end of the rich text formatting toolbar. The view receives aComposerInputHandlefor reading the current selection and applying inline styles withapplyInlineStyleandremoveInlineStyle.
Enhancements
- None
Fixes
- None