Skip to content

v4.3.0

Compare
Choose a tag to compare
@vivekCometChat vivekCometChat released this 02 Apr 07:01
· 8 commits to v4 since this release
201171b

New

  • Introduced UI components for adding reactions to messages as a core chat feature:
  • Added CometChatReactionList component to group and list users by their message reactions.
  • Introduced CometChatTextFormatter Class designed to format text matching specific patterns.
  • Launched UI components for mentioning users as a foundational chat feature:
  • Introduced CometChatMentionTextFormatter class, an extension of CometChatTextFormatter, to specifically format user mentions within messages and provide user suggestions when used with CometChatMessageComposer.

Enhancements

  • Updated CometChatMessageList, CometChatMessageComposer, and CometChatConversations Components to accept an array of CometChatTextFormatter, providing a flexible text formatting system based on various regex patterns, such as differentiating between user mentions and URLs within a message.

Bugs

  • Resolved the issue where the scheduler bubble was crashing in the message list when scrolled.
  • Fixed the problem where the scheduler bubble failed to create slots when the device language was not set to English.