Releases: cometchat/cometchat-uikit-vue
Releases · cometchat/cometchat-uikit-vue
v4.3.18
New
- None
Enhancements
- None
Fixes
- Fixed an issue where launching two
CometChatMessages
components for different conversations caused messages and edit preview to appear in both chats. - Fixed an issue where
listItemStyle
was not being applied in the MessageHeader when overridden throughMessageHeaderConfiguration
. - Fixed an issue where the SubmitButton in the
CometChatContacts
component was hidden after the user or group list was rendered. - Added the missing
onSubmitButtonClick
prop inCometChatContacts
component.
Deprecations
- Deprecated the
onSubmitIconClick
prop in theCometChatContacts
component.
v4.3.17
New
- None
Enhancements
- None
Fixes:
- Resolved an issue where the date strings
today
andyesterday
were not being localised. - Fixed an issue where the
Delete And Exit Group
option was not visible to the admin of a group. - Fixed an issue where starting a new conversation from the
CometChatConversationsWithMessages
component did not respect theisMobileView
prop. - Fixed an issue with message text not visible in composer when editing a message which was sent in the chat by pasting from clipboard.
- Fixed an issue where, when passing a custom
MessagesRequestBuilder
toCometChatMessageList
, messages from the previous conversation were visible after switching chats. - Fixed an issue where, while searching for a group in the
CometChatGroups
component, a newly added group was being incorrectly appended to the search results. - Fixed an issue where the icon tint of
send message
button inCometChatMessageComposer
andX
icon inCometChatBannedMembers
components were not being applied from custom theme. - Resolved an issue where opening a group conversation failed after a new member was added to another group while the logged-in user was viewing a different group conversation in the
CometChatGroupsWithMessage
component.
v4.3.16
New:
- Added a new prop
hideReceipt
to hide the receipt in the message bubble and conversation’s last message.
Fixes:
- Fixed an issue where previously selected users were cleared when searching and then clearing the search bar in the
CometChatAddMembers
component. - Fixed an issue where rendering the
CometChatUsersWithMessages
component in a mobile browser withisMobileView
set to true caused horizontal scrolling.
Deprecations:
- Deprecated
disableReceipt
prop fromCometChatMessageList
&CometChatConversations
component.
v4.3.15
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:
- 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 where the status of blocked users (online/typing) was still visible in the CometChatMessageHeader, CometChatConversation & CometChatUsers components.
- Fixed an issue where the strings NEW_CHAT and ADD_TO_CHAT were not localised.
v4.3.14
Fixes
- Fixed an issue where overriding
MessageHeaderStyle
causedbackIconTint
to revert to the original theme instead of using the developer-defined theme. - Fixed an issue where the unread message count was not updated correctly when two users are logged in on different devices, ensuring that messages are marked as read consistently across both devices.
- Fixed an issue where slots for custom views were not working in the
CometChatMessages
component. - 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.3.13
Fixes:
- Fixed an issue where the subtitle view incorrectly displayed
You
along with the logged-in user’s name when a group member is kicked or banned. - Fixed an issue where updating the primary color did not change the info icon tint.
- Fixed an issue where the
sendButtonView
was being added inAuxiliaryButtonView
instead of replacing the existingsendButtonView
.
v4.3.12
Fixes
- Fixed an issue where the onSendButtonClick callback was not triggered after editing a message and then clicking the send button.
- Fixed an issue where the edit preview from a previous conversation was visible in the composer when switching conversations.
- Fixed an issue where passing a custom messageComposerView was not overriding the default view.
- Fixed an issue where passing a custom messageHeaderView was not overriding the default view.
v4.3.11
Enhancements
- Mentions formatter enhancements with different enums for consistency across every platform.
Fixes
- Fixed an issue where the typing indicator was being sent even though the logged-in user had blocked the other user. The receiver was able to see typing.
- Fixed an issue where the template property in the messageInformation component was not optional.
v4.3.10
Fixes:
- Fixed an issue in the
CometChatUsersWithMessages
component where some passed styles and functions were not reaching their destination, causing default styles and functions to be applied. This fix ensures all configurations are correctly applied, improving the component's reliability and flexibility. - Fixed an issue in the
CometChatConversationsWithMessages
component where some passed styles and functions were not being applied, resulting in the use of default settings. This update ensures that custom styles and functions are now correctly implemented, enhancing the user experience and functionality. - Fixed an issue in the
CometChatGroupsWithMessages
component where some passed styles and functions were not reaching the component, leading to default styles and functions being used. This fix ensures that provided styles and functions are applied as intended, improving the customization capabilities and performance of the component.
v4.3.9
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.
Fixes
- Fixed an issue with the DatePatterns in CometChatMessageList component. Previously, it was displaying "today" instead of "Today". This fix ensures the first letter is capitalized, improving the display consistency.