Releases: cometchat/cometchat-uikit-flutter-legacy
Releases · cometchat/cometchat-uikit-flutter-legacy
v4.5.13
New
- None
Enhancements
- Updated
cometchat_uikit_sharedto version4.4.13. - Updated
cometchat_sdkto version4.0.22. - Added a
hideAppBarproperty to theCometChatGroupMemberscomponent, 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
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
4.5.11
Enhancements
- Updated
cometchat_uikit_sharedto version4.4.10. - Updated
cometchat_sdkto version4.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
New
- Added a new prop
hideReceiptto hide the receipt in the message bubble and conversation’s last message.
Enhancements
- Updated
cometchat_sdkto version4.0.18. - If
isIncludeBlockedUsersis set to true in theConversationsRequestBuilderand 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
disableReceiptprop fromCometChatMessageList&CometChatConversationscomponent.
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_sharedto version4.4.9. - Updated
cometchat_sdkto version4.0.17.
Fixes
- Fixed an issue where launching
CometChatMessagesresulted in the same messages being appended multiple times, causing duplicate chats. - Fixed an issue where the
hideTimestampprop ofCometChatMessageListwas 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
GroupMembersConfigurationwas not being applied to theCometChatGroupMemberscomponent when accessed throughCometChatDetails.
4.5.7
Enhancements
- Updated
cometchat_uikit_sharedto version4.4.7.
Fixes
- Fixed a missing
auxiliaryHeaderMenuprop in theCometChatMessagescomponent. - Fixed an issue where the
showAvatarprop of theCometChatMessageListcomponent 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
CometChatMessageListcomponent. - Fixed an issue in the
CometChatCreateGroupcomponent 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_sharedto version4.4.6. - Updated
cometchat_sdkto version4.0.16.
Fixes
- Perfected the indicator color of the tab bar in
CometChatContactsfor 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
CometChatMessagesandCometChatConversationscomponents. - Fixed an issue where passing
disableMentionas 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_sharedto version4.4.5.
Fixes
- Resolved an issue where
borderandborder-radiusstyle were not being applied to theCometChatConversationscomponent using theConversationsStyleprop. - Resolved an issue where
borderandborder-radiusstyle were not being applied to theCometChatDetailscomponent using theDetailsStyleprop. - Resolved an issue where
borderandborder-radiusstyle were not being applied to theCometChatUsersWithMessagescomponent using theUsersStyleprop. - Resolved an issue where
border,border-radius& separator color style were not being applied to theCometChatConversationsWithMessagescomponent using theConversationsStyleprop. - Resolved an issue in the
CometChatConversationscomponent 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_sharedto version4.4.4. - Updated
cometchat_sdkto version4.0.14.
Fixes
- Fixed an issue where the Back Button of the Message Header was not updating.
- Fixed an issue where
separatorColorwas not working inCometChatGroups. - Fixed an issue where
separatorColorwas not working inCometChatConversations.