Releases: cometchat/chat-sdk-javascript
Releases · cometchat/chat-sdk-javascript
v2.1.3
- Fixed issue with the status of a user not being sent correctly in groupMembersRequestBuilder().
- Miscellaneous optimizations and bug fixes.
v2.1.2
- Added multivalued filtering for users based on roles.
- Added multivalued filtering for messages based on categories and types.
- Added multivalued filtering for group members based on scopes.
v2.1.1
- Fixed issue with WS connection going in the loop on the safari browser.
- Fixed issues related to type definitions (getMetadata() & setMetadata()).
- Fixed CORS issue during initiating a call.
- Fixed type error being logged in the console during an ongoing call.
v2.1.0
- New Calling Component.
v2.0.12
- Added support for Threaded Messages.
- Added flag in the AppSettingsBuilder for auto joining groups.
- Optimized typing indicators and delivery/read receipts.
v2.0.11-beta2
- Bugfix for userAgent greater than 255 characters.
v2.0.11-beta1
- Bugfix related to wrong messageId being passed in the fetch message API call.
v2.0.10
- Added login listener.
- Internal modifications and optimizations.
- Added multi-tab support.
v2.0.9
- Bug fixes related to userAgent length.
- Bug fixes related to sending media messages with metadata.
- Internal modifications and optimizations
v2.0.8
-
When updating logged-in user using updateUser(), the details stored in the local storage will be updated as well.
-
Added membersCount property in Group object.
-
Added ability to send media messages via URL.
-
Added a method to fetch a single conversation.
-
Fixed issue with real-time events not working for group creator when the group is created via API.
-
Fixed an issue related to the status of a user being online by default when converting a message into the conversation.
-
Fixed issue with sending "0", "undefined" or "null" in the message text giving error.
-
Fixed issue related to real-time call listener event not being fired when logging in using authToken until the page is refreshed.