Skip to content

Releases: cometchat/cometchat-uikit-angular

v4.3.26

22 Apr 09:15
fb76d16
Compare
Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • 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.
  • Fixed an issue where triggering the ccMessageRead event did not clear the unread count as intended.

v4.3.25

07 Apr 10:08
fa6e50a
Compare
Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where group icons were not visible in the CometChatGroups component.
  • Resolved a layout issue where threaded messages in CometChatConversationsWithMessages and CometChatMessages did not fit small views, causing an unwanted scrollbar.
  • Fixed a bug where the message option for the last message in the list was not visible.
  • Corrected the multi-selection checkbox to properly inherit the primary color from CometChatTheme.

v4.3.24

27 Mar 10:05
cff7ef3
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

  • Fixed an issue where an emoji sent in a chat conversation was not cleared after switching to a different chat.

Deprecated

  • Deprecated activeTabBorder in the CometChatTabs component.

v4.3.23

13 Mar 14:15
c42f3dc
Compare
Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Resolved an issue where custom icons for voiceRecordingIcon, sendButtonIcon, and emojiIcon were not being applied.
  • Fixed a problem where the borderRadius property in actionSheetStyle was not taking effect.
  • Addressed a bug where voice notes would disappear upon receiving a new message.
  • 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.

v4.3.22

28 Feb 07:22
1f8df4d
Compare
Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where the ActionSheet did not close after selecting an item from the list.
  • Resolved an issue where pop-ups (such as attachment options, reactions, and stickers) did not close when clicking outside.
  • Fixed a bug where messages from previous conversations remained visible when switching to a new conversation before the messages of the previous conversation were fully loaded.
  • Resolved an issue where fetching message templates via Datasource after CometChat.login() did not return call message templates.

v4.3.21

10 Feb 08:53
8ded52e
Compare
Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where templates were not applied correctly in threaded messages.
  • Resolved a problem where links were not clickable in mobile browsers.
  • Adjusted the Group Call join button to fit within the chat bubble width.
  • Fixed an issue where deleted messages were not displaying correctly in the chat bubble.

v4.3.20

16 Jan 11:41
2bf9eaa
Compare
Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where ThreadedMessagesConfiguration in MessagesConfiguration was not working in CometChatGroupsWithMessages and CometChatUsersWithMessages.
  • Fixed an issue where the voice recording popup closed automatically on clicking it.
  • Fixed an issue where the aspect ratio of images was not maintained, causing images to appear skewed.
  • Fixed an issue where sub-packages in shared, elements, and resources caused vulnerability issues.

v4.3.19

06 Dec 12:38
96bf58f
Compare
Choose a tag to compare

New

  • Added outgoingCallConfiguration property in CometChatCallButton component.
  • Added ongoingCallConfiguration property in CometChatIncomingCall component.

Enhancements

  • None

Fixes

  • Fixed an issue in the Message Composer where both the default sound and the custom sound (provided via the customSoundForMessage prop) were played when a new message was sent or received.
  • Resolved an issue where overriding the bubble view of an audio/video call message also unintentionally impacted the bubble view of media (audio/video) messages.
  • Fixed an issue where the height was not being applied correctly when overriding the CreateGroupStyle property of CometChatGroupsWithMessages component.
  • Fixed an issue where ongoingCallConfiguration prop not working in CometChatCallButton component.

Deprecated

  • The customSoundForMessage property in CometChatMessageComposer is now deprecated. Please use customSoundForMessages as a replacement.

v4.3.18

28 Oct 13:53
8b8b141
Compare
Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where launching two CometChatMessages components for different conversations caused the edit preview to appear in both conversations when editing a message.
  • Fixed an issue where the isMobileView setting for the WithMessagesComponent did not correctly inherit the height and width from the parent container.
  • Fixed an issue where popups were hidden in the top-left corner on Safari due to a backdrop style issue.
  • Added the missing onSubmitButtonClick prop in CometChatContacts component

v4.3.17

24 Sep 13:07
7d2109e
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 closing the message information modal caused a console error, preventing the message information from being reopened in the same conversation.
  • 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 CometChatAddMembers component did not automatically close after successfully adding new members to a group.
  • Fixed an issue where delivery receipts were not visible in real-time when sending a message to an online user.
  • Fixed an issue where read and delivered receipts were not updating correctly if the messages are marked read in real-time.
  • 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.