Skip to content

Releases: cometchat/cometchat-uikit-vue

v4.3.18

04 Nov 12:17
8d6cb33
Compare
Choose a tag to compare

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 through MessageHeaderConfiguration.
  • 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 in CometChatContacts component.

Deprecations

  • Deprecated the onSubmitIconClick prop in the CometChatContacts component.

v4.3.17

24 Sep 13:27
a96cc63
Compare
Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes:

  • Resolved an issue where the date strings today and yesterday 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 the isMobileView 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 to CometChatMessageList, 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 in CometChatMessageComposer and X icon in CometChatBannedMembers 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

22 Aug 07:27
2bc680b
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.

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 with isMobileView set to true caused horizontal scrolling.

Deprecations:

  • Deprecated disableReceipt prop from CometChatMessageList & CometChatConversations component.

v4.3.15

08 Aug 17:37
909fb57
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:

  • 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

18 Jul 08:01
909fb57
Compare
Choose a tag to compare

Fixes

  • Fixed an issue where overriding MessageHeaderStyle caused backIconTint 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

09 Jul 13:41
103e1c0
Compare
Choose a tag to compare

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 in AuxiliaryButtonView instead of replacing the existing sendButtonView.

v4.3.12

02 Jul 13:20
3453b8e
Compare
Choose a tag to compare

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

26 Jun 17:22
6c1a81d
Compare
Choose a tag to compare

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

19 Jun 09:46
a7d67d7
Compare
Choose a tag to compare

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

10 Jun 07:24
254d224
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.

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.