Skip to content

v4.3.14

Compare
Choose a tag to compare
@birendraprasad-gupta birendraprasad-gupta released this 30 Jul 13:48
· 13 commits to v4 since this release
dd09698

Fixes:

  • Fixed an issue where the status of blocked users (online/typing) was still visible in the CometChatMessageHeader and CometChatConversation components.
  • Fixed an issue with the default deleteConversationDialogStyle property in the CometChatConversation component.
  • Fixed an issue with the disableReceipt property in the CometChatConversation component. The default value was true, causing sent, delivered, and read receipts to be invisible. This fix ensures that receipts are now visible by default.
  • Fixed a typography issue in the CometChatGroupMembers component.
  • Fixed an issue with the subtitleView prop in the CometChatUsers, CometChatGroups, and CometChatConversations components. Previously, the user, group, and conversation objects were not accessible in subtitleView. This fix ensures they are now accessible.
  • Fixed an issue with the AvatarStyle prop in UserMemberWrapperConfiguration under ThreadedMessagesConfiguration.
  • Fixed an issue where ThreadedMessagesConfiguration in MessagesConfiguration was not working properly.
  • Fixed an issue where MessageComposerConfiguration was not working in the CometChatThreadedMessages component.
  • Fixed an issue with the close icon tint in the CometChatThreadedMessage component. When rendering the component independently, the close icon tint was not picking the color from the theme. This fix ensures the close icon tint now correctly picks the color from the theme.
  • Fixed an issue with the nameTextFont and nameTextColor properties in MessageListStyle under MessageListConfiguration.