Releases: cometchat/cometchat-uikit-vue
Releases · cometchat/cometchat-uikit-vue
v4.3.31
New
- Added styling properties for customizing the appearance of the new message indicator in the message list.
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.
v4.3.30
New
- None
Enhancements
- None
Fixes
- Fixed a bug where the
ccGroupCreated
trigger did not add the new group conversation to the CometChatConversations component.
v4.3.29
New
- None
Enhancements
- None
Fixes
- Fixed an issue where HTML tags were not rendering correctly in the message bubble.
- 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.
- Fixed an issue where read receipt was being triggered multiple times.
Deprecations
- None
Removals
- None
v4.3.28
New
- None
Enhancements
- None
Fixes
- Fixed an error in the
<CometChatMessageComposer/>
component that caused it to fail when rendered directly or conditionally usingv-if
.
v4.3.27
New
- None
Enhancements
- None
Fixes
- 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.26
New
- None
Enhancements
- None
Fixes
- Resolved an issue where clicking the Start New Conversation icon in
CometChatConversationsWithMessages
caused an error.
v4.3.25
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 message options were not displayed properly for the last message in a conversation.
v4.3.24
New
- None
Enhancements
- None
Fixes
- Corrected the multi-selection checkbox to properly inherit the primary color from CometChatTheme.
- 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.
- Resolved a bug where the
onClick
event for default attachment options was not overriding correctly. - Resolved a bug where passing user/group data to the `CometChatConversationsWithMessages> component did not mount the Messages component as expected.
- Fixed an issue where applying custom styles through
actionSheetStyle
caused the action sheet to render as transparent. - Fixed an error in the Message Information component that occurred when opening message info for delivered messages.
- Fixed a warning that appeared in the console when opening the Message Information component.
- Fixed an issue where the message list was not scrolling to the bottom in some scenarios.
v4.3.23
New
- None
Enhancements
- None
Fixes
- 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.
- Fixed an issue in Safari where scrolling to the top of the message list caused both an update of messages and an unintended automatic scroll to the top.
Deprecated
- Deprecated
activeTabBorder
in the CometChatTabs component.
v4.3.22
New
- None
Enhancements
- None
Fixes
- Fixed an issue where message options remained visible after closing the full-screen image viewer.
- Resolved an issue where the message list did not automatically scroll to the bottom when using the
connect()
method of the SDK just before rendering the Message List, with auto WebSocket connection disabled.