Skip to content

Releases: cometchat/cometchat-uikit-flutter

4.5.10

21 Aug 16:03
f702e96
Compare
Choose a tag to compare

New

  • Added a new prop hideReceipt to hide the receipt in the message bubble and conversation’s last message.

Enhancements

  • Updated cometchat_sdk to version 4.0.18.
  • If isIncludeBlockedUsers is set to true in the ConversationsRequestBuilder and the logged-in user blocks another user, the conversation is not removed from the list.

Fixes

  • Fixed an issue in a group conversation, where if it last message was an action message it was not being marked as read which prevented the unread count from decreasing.

Deprecations

  • Deprecated disableReceipt prop from CometChatMessageList & CometChatConversations component.

4.5.9

09 Aug 12:20
d888feb
Compare
Choose a tag to compare

New

  • The sender of a message will now see a double tick on a group message to indicate that the message has been successfully delivered to all users within that group, and a double blue tick once it has been read by all participants in the group.

Enhancements

  • Updated cometchat_uikit_shared to version 4.4.9.
  • Updated cometchat_sdk to version 4.0.17.

Fixes

  • Fixed an issue where launching CometChatMessages resulted in the same messages being appended multiple times, causing duplicate chats.
  • Fixed an issue where the hideTimestamp prop of CometChatMessageList was not working.

4.5.8

30 Jul 17:41
dc66c02
Compare
Choose a tag to compare

Fixes

  • Fixed an issue where a custom message composer view was hiding the messages at the bottom of the message list in CometChatThreadedMessages.
  • Fixed an issue where GroupMembersConfiguration was not being applied to the CometChatGroupMembers component when accessed through CometChatDetails.

4.5.7

23 Jul 11:56
bf46c74
Compare
Choose a tag to compare

Enhancements

  • Updated cometchat_uikit_shared to version 4.4.7.

Fixes

  • Fixed a missing auxiliaryHeaderMenu prop in the CometChatMessages component.
  • Fixed an issue where the showAvatar prop of the CometChatMessageList component was not working, ensuring avatars are displayed in received messages in one-to-one conversations.
  • Fixed an issue where a custom empty state view could not be set in the CometChatMessageList component.
  • Fixed an issue in the CometChatCreateGroup component where the selected tab background was applied only to the text and not the entire tab.

Removals

  • Removed unnecessary location permission.

4.5.6

17 Jul 18:23
d72da4e
Compare
Choose a tag to compare

New

  • Unveiled the ability to customize CometChatContacts, offering a bespoke user experience.

Enhancements

  • Updated cometchat_uikit_shared to version 4.4.6.
  • Updated cometchat_sdk to version 4.0.16.

Fixes

  • Perfected the indicator color of the tab bar in CometChatContacts for a sleek and polished look.
  • Resolved an issue where component colors weren't applied to the safe area, ensuring seamless visual consistency.
  • Addressed a privacy concern where users could see typing and online status of blocked contacts within the CometChatMessages and CometChatConversations components.
  • Fixed an issue where passing disableMention as true did not disable the mentions feature
  • Fixed an issue where if the conversation type was set to users and a message was received in a group, the group was visible in the conversations list in real time.

v4.5.5

09 Jul 11:46
950ef19
Compare
Choose a tag to compare

Enhancements

  • Updated cometchat_uikit_shared to version 4.4.5.

Fixes

  • Resolved an issue where border and border-radius style were not being applied to the CometChatConversations component using the ConversationsStyle prop.
  • Resolved an issue where border and border-radius style were not being applied to the CometChatDetails component using the DetailsStyle prop.
  • Resolved an issue where border and border-radius style were not being applied to the CometChatUsersWithMessages component using the UsersStyle prop.
  • Resolved an issue where border, border-radius & separator color style were not being applied to the CometChatConversationsWithMessages component using the ConversationsStyle prop.
  • Resolved an issue in the CometChatConversations component where the default error view remained visible on iOS and Android, even after applying a custom error state view.

v4.5.4

02 Jul 14:30
15887e8
Compare
Choose a tag to compare

Enhancements

  • Updated cometchat_uikit_shared to version 4.4.4.
  • Updated cometchat_sdk to version 4.0.14.

Fixes

  • Fixed an issue where the Back Button of the Message Header was not updating.
  • Fixed an issue where separatorColor was not working in CometChatGroups.
  • Fixed an issue where separatorColor was not working in CometChatConversations.

v4.5.3

26 Jun 12:06
505e7ce
Compare
Choose a tag to compare

Enhancements

  • Updated cometchat_uikit_shared to version 4.4.3.
  • Updated cometchat_sdk to version 4.0.13.

Fixes

  • Fixed an issue where the overriding onSendButtonTap function would fail to trigger upon tapping the send button after editing a message.

v4.5.2

07 Jun 11:09
73a6fcc
Compare
Choose a tag to compare

New

  • Introduced real-time updates for the last message and unread count in conversations based on App setting configured via dashboard, ensuring up-to-date information is displayed.

Enhancements

  • Updated cometchat_uikit_shared to version 4.4.2.
  • Updated cometchat_sdk to version 4.0.12.

Fixes

  • Fixed the issue where the textEditingController property in CometChatMessageComposer was causing UI issues within CometChatMessageList.

v4.5.1

29 May 15:10
4cec8f4
Compare
Choose a tag to compare

Enhancements

  • Enhanced the CometChatMessageComposer by exposing ‘TextEditingController’, thus improving customization options.

Fixes

  • Fixed rendering flex issues that were encountered when opening message information for scheduler messages.