Releases: cometchat/cometchat-uikit-angular
Releases · cometchat/cometchat-uikit-angular
v4.3.26
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
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
andCometChatMessages
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
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
New
- None
Enhancements
- None
Fixes
- Resolved an issue where custom icons for
voiceRecordingIcon
,sendButtonIcon
, andemojiIcon
were not being applied. - Fixed a problem where the
borderRadius
property inactionSheetStyle
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
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
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
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
New
- Added
outgoingCallConfiguration
property inCometChatCallButton
component. - Added
ongoingCallConfiguration
property inCometChatIncomingCall
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 ofCometChatGroupsWithMessages
component. - Fixed an issue where
ongoingCallConfiguration
prop not working inCometChatCallButton
component.
Deprecated
- The
customSoundForMessage
property inCometChatMessageComposer
is now deprecated. Please usecustomSoundForMessages
as a replacement.
v4.3.18
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 theWithMessagesComponent
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 inCometChatContacts
component
v4.3.17
New
- None
Enhancements
- None
Fixes:
- Resolved an issue where the date strings
today
andyesterday
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
toCometChatMessageList
, 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.