Skip to content

v5.5.0

Latest

Choose a tag to compare

@suraj-chauhan-cometchat suraj-chauhan-cometchat released this 08 Sep 12:02
· 1 commit to v5 since this release
1a65e55

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 hidePinMessageOption and hideUnpinMessageOption props on CometChatMessageList.
  • 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 hideSaveMessageOption and hideUnsaveMessageOption props on CometChatMessageList.
  • Added CometChatPinnedMessages to display the messages pinned in a conversation, with options to unpin, save, copy, share, and view message information.
  • Added CometChatSavedMessages to 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 pinConversationOptionVisibility prop on CometChatConversations.
  • Added support for subscribing to a message thread to follow its replies. This is enabled by default; disable it using the hideThreadSubscriptionOption prop on CometChatMessageList.
  • Added the ToolbarTrailingButtonsView prop on CometChatCompactMessageComposer to render custom buttons, such as a colour picker, at the end of the rich text formatting toolbar. The view receives a ComposerInputHandle for reading the current selection and applying inline styles with applyInlineStyle and removeInlineStyle.

Enhancements

  • None

Fixes

  • None