v4.3.10
·
27 commits
to v4
since this release
New
- Introduced real-time updates for the last message and unread count in conversations based on App setting configured via dashboard, ensuring up-to-date information is displayed.
Enhancements
- Optimized the CometChatMessageList component for better performance and maintainability.
Fixes
- Fixed an issue with the DatePatterns in CometChatMessageList component: Previously, it was displaying "today" instead of "Today". This fix ensures the first letter is capitalized, improving the display consistency.
- Fixed an issue in the CometChatConversationsWithMessages,CometChatGroupsWithMessages component. Previously, some properties of various configurations, such as ThreadedMessagesConfiguration, UserMemberWrapperConfiguration etc, were not working as expected. This fix ensures that all properties within these configurations function correctly, improving the overall performance and reliability of the components.
- Fixed an issue with the CometChatCallButtons component. Previously, when the user or group prop was not provided, the component failed to throw an error and only displayed an empty screen. This fix ensures that an appropriate error is thrown when these required props are missing, improving error handling and user feedback in the CometChatCallButton component.
- Fixed an issue with the deleted message bubble. The dashed border is now moved from the messageBubble to the contentView, improving override access and visual consistency.
- Fixed a types issue in the CometChatCallButtons component. This fix addresses a types issue that was affecting the CometChatCallButtons component, ensuring proper type checking and preventing potential runtime errors.