You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.