Skip to content

4.3.18

Latest
Compare
Choose a tag to compare
@suryansh-cometchat suryansh-cometchat released this 02 Dec 11:41
· 1 commit to v4 since this release
cc3d232

New

  • None

Enhancements

  • None

Fixes

  • Resolved an issue where the custom MessageRequestBuilder was not working with CometChatMessageList.
  • Corrected reaction alignment in CometChatMessageList when messages were aligned to the left; reactions now align properly.
  • Fixed a bug where MessagesConfiguration in CometChatConversationsWithMessages was not applied to CometChatMessages when accessed via the "Message Privately" option in group chat.
  • Fixed an animation issue when transitioning between CometChatMessages views using the "Message Privately" option.
  • Ensured the global navigation style now applies correctly to the CometChatDetails component.
  • Addressed an issue where the initial characters of user and group names were incorrectly capitalized in CometChatMessageHeader, CometChatConversations, CometChatUsers, and CometChatGroup components.
  • Resolved a bug (introduced in v4.3.17) where all users incorrectly appeared as online in the CometChatReactionList.
  • Fixed the disable(userPresence: Bool) property in CometChatMessageHeader and CometChatDetails.
  • Fixed the hide(headerView: Bool) property to ensure it works correctly with custom header views in CometChatMessageList.
  • Resolved an issue where the disable(reaction: Bool) property in ThreadedMessageConfiguration was not working.