Skip to content

Releases: cometchat/cometchat-uikit-flutter-legacy

v4.5.13

07 May 12:37
25256e8

Choose a tag to compare

New

  • None

Enhancements

  • Updated cometchat_uikit_shared to version 4.4.13.
  • Updated cometchat_sdk to version 4.0.22.
  • Added a hideAppBar property to the CometChatGroupMembers component, allowing developers to control the visibility of the app bar for more flexible UI integration.

Fixes

  • Modified the message action bottom sheet triggered by long-pressing a message to automatically adjust its height based on content, avoiding unnecessary blank space.
  • Fixed an issue where the last message in the chat would be hidden after opening the sticker panel. Also resolved a bug where sticker messages would disappear from view during scrolling.

Deprecations

  • None

Removals

  • None

v4.5.12

03 Apr 13:04
ad1a003

Choose a tag to compare

New

  • None

Enhancements

  • Improved functionality checks for Flutter v4 UI Kit to ensure feature availability.

Fixes

  • Fixed an issue where padding was not applied to the message composer.
  • Resolved timestamp alignment issues within the message bubble.

Deprecations

  • None

Removals

  • None

v4.5.11

11 Feb 18:27
a6104f5

Choose a tag to compare

4.5.11

Enhancements

  • Updated cometchat_uikit_shared to version 4.4.10.
  • Updated cometchat_sdk to version 4.0.19.

Fixes

  • Fixed an issue in Flutter where the header view and footer view properties were not being applied in ConversationWithMessages.
  • Fixed an issue where opening the app paused background music on Android.
  • Fixed an issue where tags in the message request builder were not applied when the app was resumed.
  • Fixed an issue where long messages were not scrolling properly in threaded messages.

4.5.10

21 Aug 16:03
f702e96

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

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

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

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

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

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

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.