Skip to content

v4.3.11

Compare
Choose a tag to compare
@birendraprasad-gupta birendraprasad-gupta released this 19 Jun 08:40
· 8 commits to v4 since this release
54affa3

Fixes

  • Removed messageTextColor and messageTextFont properties from MessagesStyle.
  • Fixed an issue where the app was crashing when the loggedInUser clicked on messageInfo. This crash occurred when subtitleView was passed as a string or view. The application should no longer crash in this scenario, ensuring stability and a smoother user experience.
  • Fixed an issue in the CometChatUsersWithMessages component. Previously, some properties of various configurations, such as messageInformationConfiguration, were not functioning correctly. This fix ensures that all configurations are applied as expected, improving the component's reliability and flexibility.
  • Fixed an issue in the CometChatMessages component where setting hideMessageComposer to true caused messages not to fetch and displayed a loading state indefinitely. This fix ensures that messages are fetched correctly even when the messageComposer is hidden, improving the component's functionality and user experience.
  • Fixed an issue where the errorStateView prop was not working in the CometChatCallLogs component. This fix ensures that the errorStateView prop is now functioning correctly, allowing for better error handling and display within the component.
  • Fixed an issue in the CometChatCallLogDetails component where the call prop should be mandatory. This fix enforces that the call prop is required, ensuring that the component receives the necessary data to function correctly.
  • Fixed an issue where template overriding was not working in the CometChatCallLogDetails component. This fix ensures that custom templates can be applied correctly, enhancing the customization capabilities of the component.