Releases: cometchat/cometchat-uikit-angular
Releases · cometchat/cometchat-uikit-angular
v4.3.29
New
- None
Enhancements
- None
Fixes
- Fixed a console error that occurred when passing
user
orgroup
explicitly to theCometchatConversationsWithMessages
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
New
- None
Enhancements
- None
Fixes
- Fixed an issue where setting
disableReactions: true
inmessageListConfiguration
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
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.