v4.3.1
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.
Fixes
- Addressed a usability issue by making the search bar fully clickable across its entire width.
- Resolved a configuration issue where threadedMessagesConfiguration was not being applied properly to the message component.
- Corrected a visual problem with image stretching in fullscreen mode to ensure proper display.
- Fixed an issue with customizable borders on the CometChatMessageInput Component, allowing for better theme integration.
- Updated CometChatDetails Component to accept a callback for template options, rather than the options themselves, for enhanced configurability.
- Improved the user interface by eliminating extra borders from message options for a cleaner look.