Releases: cometchat/cometchat-uikit-react
Releases · cometchat/cometchat-uikit-react
v5.0.0-beta1
New
- Revamped UI: Experience a fresh, modern design for improved visual appeal and consistency. The updated look enhances usability and engagement.
- Restructured Components: Enjoy a redesigned component architecture that improves scalability, making it easier to build and maintain modular designs.
Enhancements
- Optimized User Experience: Interactions have been streamlined to provide a smoother, more intuitive experience, reducing friction during use.
- Advanced Styling and Theming: Gain greater flexibility with enhanced customization options, allowing you to tailor appearances to suit your brand effortlessly.
- Simplified Integration: Set up faster and with ease thanks to a more intuitive, streamlined integration process.
Fixes
- None
Removals
- Style Props Removed: Style-specific props have been deprecated to encourage the use of modern theming practices, which offer more robust and scalable customization options.
v4.3.9
v4.3.8
Enhancement
- Added functionality to fetch sample users from the API. If the API request fails, the app will now seamlessly fallback to using locally stored data. This ensures a smoother and more reliable user experience even in case of network or server issues.
v4.3.7
Enhancement
- Updated Sample App for UiKit version 4.3.7
v4.3.5
Enhancement
- Updated Sample App for UiKit version 4.3.5
v4.3.4
Enhancement
- Updated Sample App for UiKit version 4.3.3
v4.3.3
Enhancement
- Updated Sample App for UiKit version 4.3.3
v4.3.2
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.
- Added
- 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.
- Introduced
Enhancements
- Updated
CometChatMessageList
,CometChatMessageComposer
, andCometChatConversations
Components to accept an array ofCometChatTextFormatter
, 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 Conversations were not refreshing in real-time for interactive messages.
- Resolved the issue with the typing indicator only working for the initial typing event.
- Fixed the scrolling issue where clicking on a reaction would cause the message list to scroll to the bottom.
- Fixed the issue where realtime message listeners were not working in the thread messages screen.
- Fixed the
ccComposeMessage
event forCometChatMessageComposer
. - Resolved multiple issues with composing messages on iOS devices.
- Fixed the problem where passing the threadedMessagesConfiguration from MessagesConfiguration to CometChatMessages component was not working.
v4.2.0
- Added support for Scheduler Bubble in Interactive Messages .
- Added Date Time Picker in form Message.
v4.1.1
New Features:
- Added support for AI Conversation Summary & AI Assist Bot.
- Added Call Logs, Call Log Participants, Call Log Recordings, Call Log History, Call Log Details & Call Logs With Details component.
Bug Fixes:
- Fixed issue with not being able to hide delete option in Conversations component.
- Fixed security vulnerabilities reported by npm audit.
- Fixed issue with Responsiveness of CometChat Tabs.
- Fixed issue with Group Members Count not updating in CometChatGroupsWithMessages.
- Fixed issue with Voice Recording.