Releases: cometchat/cometchat-uikit-angular
Releases · cometchat/cometchat-uikit-angular
v4.3.27
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 theccGroupCreated
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 usingMediaRecorderStyle
.
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