Skip to content

4.3.15

Compare
Choose a tag to compare
@suryansh-cometchat suryansh-cometchat released this 02 Aug 08:33
· 4 commits to v4 since this release
1b9024b

Fixes

  • Added the following missing properties in ConversationsStyle:
    • emptyTextFont
    • lastMessageTextFont
    • typingIndicatorTextFont
    • threadIndicatorTextFont
    • separatorColor
    • emptyTextColor
    • errorTextColor
    • lastMessageTextColor
    • typingIndicatorTextColor
    • threadIndicatorTextColor
  • Added the following missing properties in ConversationsConfiguration:
    • tailView
    • disableMentions
  • Added the following missing properties in MessageHeaderConfiguration:
    • statusIndicatorStyle
    • listItemView
    • backIconView
  • Added the following missing properties in MessageListConfiguration:
    • reactionListConfiguration
    • emptyStateText
    • errorStateText
    • actionSheetStyle
    • disableMentions
    • hideAddReactionsIcon
  • Fixed issue with the following properties not working in MessageHeaderStyle:
    • border
    • borderColor
    • borderRadius
    • typingIndicatorTextColor
    • typingIndicatorTextFont
    • detailIconTint
    • subtitleTextColorForOffline
    • subtitleTextColor
  • Fixed issue with the following properties not working in MessageListConfiguration:
    • errorStateText
    • emptyStateText
    • actionSheetStyle
    • disableMentions
    • hideAddReactionsIcon
    • waitIcon
    • messageBubbleStyle
    • EmojiKeyboardStyle
    • setDatePattern
    • Fixed issue with customising status indicator background color in CometChatMessageHeader component
  • Added the following missing properties in CometChatListBase:
    • lastMessageTextFont
    • typingIndicatorTextFont
    • threadIndicatorTextFont
    • separatorColor
    • errorTextColor
    • lastMessageTextColor
    • typingIndicatorTextColor
    • threadIndicatorTextColor
    • privateGroupIconBackgroundColor
    • protectedGroupIconBackgroundColor
  • Added the missing property titleTextColor in MessageHeaderStyle.
  • Added the missing property threadReplyIconTint in MessageListStyle.
  • Fixed issue with custom error text in the CometChatMessageList.
  • Fixed issue with custom error text and status indicator color in CometChatConversations.
  • Fixed issue with status indicator background and title color in CometChatMessageHeader for group conversation.
  • Fixed issues with the textFormatters property not working in CometChatConversations.
  • Fixed issue with custom error text in ConversationsConfiguration.
  • Fixed issue with overriding privateGroupIcon and protectedGroupIcon in CometChatMessageHeader.