Releases: cometchat/cometchat-uikit-flutter
Releases · cometchat/cometchat-uikit-flutter
4.5.10
New
- Added a new prop
hideReceipt
to hide the receipt in the message bubble and conversation’s last message.
Enhancements
- Updated
cometchat_sdk
to version4.0.18
. - If
isIncludeBlockedUsers
is set to true in theConversationsRequestBuilder
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 fromCometChatMessageList
&CometChatConversations
component.
4.5.9
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 version4.4.9
. - Updated
cometchat_sdk
to version4.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 ofCometChatMessageList
was not working.
4.5.8
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 theCometChatGroupMembers
component when accessed throughCometChatDetails
.
4.5.7
Enhancements
- Updated
cometchat_uikit_shared
to version4.4.7
.
Fixes
- Fixed a missing
auxiliaryHeaderMenu
prop in theCometChatMessages
component. - Fixed an issue where the
showAvatar
prop of theCometChatMessageList
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
New
- Unveiled the ability to customize
CometChatContacts
, offering a bespoke user experience.
Enhancements
- Updated
cometchat_uikit_shared
to version4.4.6
. - Updated
cometchat_sdk
to version4.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
andCometChatConversations
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
Enhancements
- Updated
cometchat_uikit_shared
to version4.4.5
.
Fixes
- Resolved an issue where
border
andborder-radius
style were not being applied to theCometChatConversations
component using theConversationsStyle
prop. - Resolved an issue where
border
andborder-radius
style were not being applied to theCometChatDetails
component using theDetailsStyle
prop. - Resolved an issue where
border
andborder-radius
style were not being applied to theCometChatUsersWithMessages
component using theUsersStyle
prop. - Resolved an issue where
border
,border-radius
& separator color style were not being applied to theCometChatConversationsWithMessages
component using theConversationsStyle
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
Enhancements
- Updated
cometchat_uikit_shared
to version4.4.4
. - Updated
cometchat_sdk
to version4.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 inCometChatGroups
. - Fixed an issue where
separatorColor
was not working inCometChatConversations
.
v4.5.3
Enhancements
- Updated
cometchat_uikit_shared
to version4.4.3
. - Updated
cometchat_sdk
to version4.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
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 version4.4.2
. - Updated
cometchat_sdk
to version4.0.12
.
Fixes
- Fixed the issue where the textEditingController property in
CometChatMessageComposer
was causing UI issues withinCometChatMessageList
.
v4.5.1
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.