Releases: cometchat/chat-sdk-javascript
Releases · cometchat/chat-sdk-javascript
v4.0.4-beta1
New
- Introduced
ReactionandReactionEventclasses to enhance the functionality of message reactions introduced in v4.0.3. - Added
ReactionsRequestclass as a replacement forReactionRequestclass introduced in v4.0.3. - Added
ReactionsRequestBuilderclass as a replacement forReactionRequestBuilderclass introduced in v4.0.3.
Enhancements
- The real-time listeners
onMessageReactionAddedandonMessageReactionRemovedhave been improved to return an object ofReactionEventclass, providing a more robust event model. ReactionsRequestBuilderhas been enhanced to return a list ofReactionobjects, offering a more intuitive and consistent API.
Removals
- Removed the
MessageReactionclass introduced in v4.0.3, transitioning its responsibilities to the newReactionandReactionEventclasses. - Removed
myMentionsOnlymethod fromMessagesRequestBuilderintroduced in v4.0.2.
Fixes
- Addressed an issue that led to unnecessary warnings being emitted from the Chat SDK, ensuring a cleaner console output.
- Resolved a sorting problem that resulted in incorrect message order when the token based file access was enabled, improving message sequence integrity.
v4.0.3
- Added support to react on Text, Media, and Custom Messages
- Added a new field unreadMentionsCount field in Conversation Object
- Added a new field lastReadMessageId field in Conversation Object
v4.0.2
- New Added support to mention a user in Text & Media Message.
- New Added support to send interactive messages like forms, card, etc.
- New Added a method to mark a message as unread.
v4.0.1
- Added AI Conversation Summary, AI Bot Assistance methods.
- Updated AI Conversation Starter & AI Smart Replies methods.
3.0.12
- Fixed issue with registerTokenForPushNotification method.
- Miscellaneous optimisations.
v3.0.11
Added method to customise the Main Video Container in Spotlight mode.
v3.0.10
- Fixed issue with onOutgoingCallRejected event not triggering when the call is marked unanswered.
v3.0.9
- Added the ability to share multiple files/attachments in a single media message.
v3.0.8
- Added methods & listeners for switching a call from audio to video.
- Added Virtual Background Settings Builder to configure virtual background settings.
- Added methods to set virtual background & show/hide virtual background setting in Call Settings Builder.
v3.0.7
- Added ability to search users based on specific fields.
- Added ability to sort users by a specific field.
- Added ability to sort users in a specific order.
- Added ability to add members to a group while group creation.
- Added ability to filter conversations based on user or group tags.