Skip to content

Releases: cometchat/chat-sdk-javascript

v2.1.3

29 Oct 14:26
Compare
Choose a tag to compare
  • Fixed issue with the status of a user not being sent correctly in groupMembersRequestBuilder().
  • Miscellaneous optimizations and bug fixes.

v2.1.2

09 Oct 15:14
Compare
Choose a tag to compare
  • 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

25 Sep 14:58
Compare
Choose a tag to compare
  • 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

19 Aug 16:53
Compare
Choose a tag to compare
  • New Calling Component.

v2.0.12

09 Jul 16:30
Compare
Choose a tag to compare
  • 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

25 Jun 15:49
Compare
Choose a tag to compare
v2.0.11-beta2 Pre-release
Pre-release
  • Bugfix for userAgent greater than 255 characters.

v2.0.11-beta1

23 Jun 16:07
Compare
Choose a tag to compare
v2.0.11-beta1 Pre-release
Pre-release
  • Bugfix related to wrong messageId being passed in the fetch message API call.

v2.0.10

15 Jun 16:56
Compare
Choose a tag to compare
  • Added login listener.
  • Internal modifications and optimizations.
  • Added multi-tab support.

v2.0.9

08 Jun 17:36
Compare
Choose a tag to compare
  • Bug fixes related to userAgent length.
  • Bug fixes related to sending media messages with metadata.
  • Internal modifications and optimizations

v2.0.8

27 May 11:10
Compare
Choose a tag to compare
  • 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.