Skip to content

v4.3.1

Compare
Choose a tag to compare
@nakul-cometchat nakul-cometchat released this 01 Apr 09:22
· 10 commits to v4 since this release
45ab8a1

New

  • Introduced UI components for adding reactions to messages as a core chat feature:
  • Added CometChatReactions component to display reactions for messages, enhancing user interaction.
  • 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 the 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.
  • Implemented a callback in CometChatMessages to handle header menu interactions.

Fixes

  • Addressed the problem where the reactions screen was hidden behind the edge of the device in mobile devices.
  • Fixed the issue where the reactions icon was not loading in the reaction bar.
  • Corrected the text color and background color being the same in dark mode.
  • Resolved multiple issues with composing messages on iOS devices.