Skip to content

Releases: cometchat/cometchat-uikit-vue

v4.3.27

11 Jul 11:28
7ae5752
Compare
Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where certain UI strings were not localized correctly.
  • Fixed an issue where the voice recording popup closed unexpectedly when the Send Message button was clicked or when clicking outside the popup during an active recording session.

v4.3.26

05 Jun 08:32
a4c5ddc
Compare
Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Resolved an issue where clicking the Start New Conversation icon in CometChatConversationsWithMessages caused an error.

v4.3.25

20 May 07:41
41cf55f
Compare
Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where the edit preview did not close automatically when it was closed in another composer instance.
  • Fixed an issue where message options were not displayed properly for the last message in a conversation.

v4.3.24

22 Apr 09:15
7c258b6
Compare
Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Corrected the multi-selection checkbox to properly inherit the primary color from CometChatTheme.
  • Resolved an issue where attachments were incorrectly rendered as the wrong file type when a user selected an image but then uploaded another type of media file.
  • Resolved a bug where the onClick event for default attachment options was not overriding correctly.
  • Resolved a bug where passing user/group data to the `CometChatConversationsWithMessages> component did not mount the Messages component as expected.
  • Fixed an issue where applying custom styles through actionSheetStyle caused the action sheet to render as transparent.
  • Fixed an error in the Message Information component that occurred when opening message info for delivered messages.
  • Fixed a warning that appeared in the console when opening the Message Information component.
  • Fixed an issue where the message list was not scrolling to the bottom in some scenarios.

v4.3.23

31 Mar 12:02
ab3abcb
Compare
Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Addressed an issue where reloading the page during an ongoing call did not clear the active call, preventing new calls from being initiated post-reload.
  • Fixed an issue in Safari where scrolling to the top of the message list caused both an update of messages and an unintended automatic scroll to the top.

Deprecated

  • Deprecated activeTabBorder in the CometChatTabs component.

v4.3.22

28 Feb 07:21
d60fca8
Compare
Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where message options remained visible after closing the full-screen image viewer.
  • Resolved an issue where the message list did not automatically scroll to the bottom when using the connect() method of the SDK just before rendering the Message List, with auto WebSocket connection disabled.

v4.3.21

30 Jan 12:44
236dc2b
Compare
Choose a tag to compare

New

  • None

Enhancements

  • Improved image preview in the message list to display medium-sized images (instead of small ones) when the Thumbnail Generation extension is enabled.

Fixes

  • None

v4.3.20

30 Dec 13:54
052a379
Compare
Choose a tag to compare

New

  • Added the outgoingCallConfiguration and ongoingCallConfiguration properties to the CometChatCallButtons component, allowing customization of the calling experience.
  • Added the ongoingCallConfiguration property to the CometChatIncomingCall component, enabling customization of the calling experience.
  • Added the CallingConfiguration class, designed for use with the CallingExtension to configure both one-on-one and group calls.

Enhancements

  • none

Fixes

  • Fixed an issue that caused an app to crash on ending the call.
  • Fixed an issue where outgoing call action message appears twice when initiating a call.
  • Fixed an issue where edit preview appeared twice for the replies in a message thread.
  • Fixed an error "Maximum recursive updates exceeded in " which occurred on editing replies in a message thread.
  • Fixed an issue where edited reply wasn't reflected in a message thread on edit.
  • Fixed an issue where user suggestions for mentions stopped working after navigating between replies in a thread and message list.

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.