Skip to content

Releases: cometchat/cometchat-uikit-vue

v4.3.31

17 Oct 08:11
e8e24bd

Choose a tag to compare

New

  • Added styling properties for customizing the appearance of the new message indicator in the message list.

Enhancements

  • None

Fixes

  • Fixed an issue where delivery receipt was being triggered multiple times.
  • Fixed an issue where users were unable to upload PDFs or images in chat on iOS devices.

v4.3.30

18 Sep 07:25
9887759

Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed a bug where the ccGroupCreated trigger did not add the new group conversation to the CometChatConversations component.

v4.3.29

04 Sep 17:12
18e3147

Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where HTML tags were not rendering correctly in the message bubble.
  • Fixed an issue where group options were missing in Details Configuration when the user object included a profile link.
  • Fixed an error that occurred when opening a Collaborative Document.
  • Fixed an issue where read receipt was being triggered multiple times.

Deprecations

  • None

Removals

  • None

v4.3.28

18 Aug 16:03
c8b0dfc

Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an error in the <CometChatMessageComposer/> component that caused it to fail when rendered directly or conditionally using v-if.

v4.3.27

11 Jul 11:28
7ae5752

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

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

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

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

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

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.