Skip to content

v4.3.7

Compare
Choose a tag to compare
@raj-dubey1 raj-dubey1 released this 22 May 10:24
· 19 commits to v4 since this release
e9b37d8

Fixes

  • Corrected an issue with the contactsStyle property in StartConversationConfiguration under the CometChatConversationsWithMessages Component, where passing certain styles caused some default style properties not to work properly.
  • Deprecated the inconsistently named property protectedGroupIcon in GroupsConfiguration. Instead, the passwordGroupIcon property in the CometChatGroup component will be used moving forward to ensure consistency and clarity.
  • Adjusted the bubbleRef prop in the CometChatReactions component to be a private property for better encapsulation.
  • Fixed an issue where the action sheet icon color did not match the theme.
  • Addressed an issue where the poll message bubble extended beyond the 70% mark in the message list, disrupting the layout.
  • Rectified an issue with StartConversationConfiguration on the CometChatConversationsWithMessages component where most properties were not functioning properly.
  • Fixed a problem with the popover displaying empty content after closing the audio recorder popover and clicking on attachment options. This prevents the audio recorder popover from appearing empty.
  • Addressed a real-time update issue with the user presence. Previously, the page needed to be refreshed to show updated online/offline status. Now, the status updates in real-time, for instance, when User A logs out, User B will immediately see User A's status as offline.