Releases: cometchat/cometchat-uikit-vue
Releases · cometchat/cometchat-uikit-vue
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.
v4.3.21
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
- None
v4.3.20
New
- Added the
outgoingCallConfiguration
andongoingCallConfiguration
properties to theCometChatCallButtons
component, allowing customization of the calling experience. - Added the
ongoingCallConfiguration
property to theCometChatIncomingCall
component, enabling customization of the calling experience. - Added the
CallingConfiguration
class, designed for use with theCallingExtension
to configure both one-on-one and group calls.
Enhancements
- none
Fixes
- Fixed an issue that caused an app to crash on ending the call.
- Fixed an issue where outgoing call action message appears twice when initiating a call.
- Fixed an issue where edit preview appeared twice for the replies in a message thread.
- Fixed an error "Maximum recursive updates exceeded in " which occurred on editing replies in a message thread.
- Fixed an issue where edited reply wasn't reflected in a message thread on edit.
- Fixed an issue where user suggestions for mentions stopped working after navigating between replies in a thread and message list.
v4.3.18
New
- None
Enhancements
- None
Fixes
- Fixed an issue where launching two
CometChatMessages
components for different conversations caused messages and edit preview to appear in both chats. - Fixed an issue where
listItemStyle
was not being applied in the MessageHeader when overridden throughMessageHeaderConfiguration
. - Fixed an issue where the SubmitButton in the
CometChatContacts
component was hidden after the user or group list was rendered. - Added the missing
onSubmitButtonClick
prop inCometChatContacts
component.
Deprecations
- Deprecated the
onSubmitIconClick
prop in theCometChatContacts
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 starting a new conversation from the
CometChatConversationsWithMessages
component did not respect theisMobileView
prop. - 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 icon tint of
send message
button inCometChatMessageComposer
andX
icon inCometChatBannedMembers
components were not being applied from custom theme. - 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.