v4.3.0
rohitninawe-cometchat
released this
04 Jun 10:45
·
22 commits
to v4
since this release
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.
Enhancements
- Exposed KeyboadAvoidingView props of message composer to give more control to developers, thereby fixing related bugs for some users.
- Optimised bottom sheet implementation for improved UI responsiveness.
- Optimised the flow of sending media messages for a smoother user experience.
- Replacement of deprecated package in React Native UIKit to support react-native 0.73, transitioning to the new package @react-native-clipboard/clipboard.
- Added a new video player to address and resolve video-related bugs.
Fixes
- Addressed an issue where attaching a video from the gallery would incorrectly access file storage on iOS.
- Resolved a bug where scrolling on media messages would open the media message instead of merely scrolling, enhancing the user's ability to navigate through the conversation.