Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: cometchat/cometchat-uikit-angular

v4.3.29

11 Jul 11:26
0fded11
Compare
Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed a console error that occurred when passing user or group explicitly to the CometchatConversationsWithMessages component.
  • 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.28

20 Jun 08:28
0e2c657
Compare
Choose a tag to compare

New

  • None

Enhancements

  • None

Fixes

  • Fixed an issue where setting disableReactions: true in messageListConfiguration removed the message option as expected but prevented messages from being sent, causing an error.
  • Resolved an issue in group chats where the read receipt incorrectly appeared in the message list when only one member had read the message, even though not all group members had done so.

v4.3.27

05 Jun 08:31
5bfc62d
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 newly created groups were not appearing in the CometChatConversations component via the ccGroupCreated event.
  • Resolved a bug where multiple emoji keyboards appeared if the emoji keyboard in CometChatMessageComposer was opened while the reaction message option was also activated.
  • Fixed text overflow in the edit preview container within CometChatMessageComposer when editing long messages.
  • Resolved an issue where the read icon tint was not applied correctly when configured through MessageInformationConfiguration.
  • Fixed an issue where the width property was not applied when overridden using MediaRecorderStyle.

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.