Releases: cometchat/cometchat-uikit-angular
Releases · cometchat/cometchat-uikit-angular
v4.3.36
New
- None
Enhancements
- None
Fixes
- Fixed an issue where messages sent from one browser tab were not appearing in another tab when the same user was logged in simultaneously.
- Fixed an issue while adding members to a group where the first selected user could not be unselected after choosing a second user.
v4.3.35
New
- None
Enhancements
- Added a preview of selected users in the Add Members component, allowing users to clearly view the full list of selected members before completing the action.
Fixes
- None
v4.3.34
New
- None
Enhancements
- None
Fixes
- Removed a non-interactive hover icon that was incorrectly visible in the message header.
- Fixed
listItemViewinGroupMemberConfigurationinsideDetailsConfigurationnot updating the rendered view. - Fixed an issue where the clickable area for MessageList option buttons was smaller than the visible UI.
- Fixed an issue where user selection in the Add Members component was only possible via the checkbox instead of the full row.
- Fixed an issue where the Add members button remained enabled even when no users were selected.
v4.3.33
New
- None
Enhancements
- Added the
setStorageModemethod in UIKit settings, allowing developers to choose between local and session storage for managing stored data.
Fixes
- Fixed an issue where the unread message count was visible even when the chat was open.
v4.3.32
New
- None
Enhancements
- None
Fixes
- Fixed an issue where delivery receipt was being triggered multiple times.
- Fixed an issue where users were unable to upload PDFs or images in chat on iOS devices.
- Fixed an issue where a custom
loadingStateViewdefined inMessageListConfigurationdid not override the default loader.
v4.3.31
New
- Added two new props in
CometChatMessageList:newMessageIndicatorIconURL– allows customization of the icon displayed for new messages.newMessageIndicatorStyle– enables customization of the style for the new messages count.- Resolved an issue preventing custom stickers from displaying in the Stickers Keyboard.
Enhancements
- None
Fixes
- Fixed an issue where read receipt was being triggered multiple times.
v4.3.30
New
- None
Enhancements
- None
Fixes
- Fixed an issue where HTML tags were not rendering correctly in the message bubble.
- Fixed an issue where the overlay stopped working after resizing GroupsWithMessages during the Leave group action.
- Fixed an issue where group options were missing in Details Configuration when the user object included a profile link.
- Fixed an error that occurred when opening a Collaborative Document.
Deprecations
- None
Removals
- None
v4.3.29
New
- None
Enhancements
- None
Fixes
- Fixed a console error that occurred when passing
userorgroupexplicitly to theCometchatConversationsWithMessagescomponent. - Fixed an issue where certain UI strings were not localized correctly.
- Fixed an issue where the voice recording popup closed unexpectedly when the
Send Messagebutton 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: trueinmessageListConfigurationremoved 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
CometChatConversationscomponent via theccGroupCreatedevent. - Resolved a bug where multiple emoji keyboards appeared if the emoji keyboard in
CometChatMessageComposerwas opened while the reaction message option was also activated. - Fixed text overflow in the edit preview container within
CometChatMessageComposerwhen editing long messages. - Resolved an issue where the read icon tint was not applied correctly when configured through
MessageInformationConfiguration. - Fixed an issue where the
widthproperty was not applied when overridden usingMediaRecorderStyle.