Skip to content

Releases: cometchat/chat-sdk-javascript

v2.3.6

07 Jun 16:22
Compare
Choose a tag to compare
  • Added a method to get the raw message as JSON from the Message object.
  • Fixed issue with the push notification token getting deleted on extensions enabled/disabled.

v3.0.0-beta5

28 May 13:04
Compare
Choose a tag to compare
v3.0.0-beta5 Pre-release
Pre-release
  • Fixed issue in hideDeletedMessage() of the MessagesRequestBuilder() during pagination.

v2.3.5

27 May 09:44
Compare
Choose a tag to compare
  • Fixed issue in hideDeletedMessage() of the MessagesRequestBuilder() during pagination.

v3.0.0-beta4

24 May 10:32
Compare
Choose a tag to compare
v3.0.0-beta4 Pre-release
Pre-release
  • Added a method to hide deleted messages from the message list.
  • Added a method to fetch a list of users by UIDs.
  • Fixed Issue with an additional WS connection being made if CometChat.init() is called in CometChat.login().

v2.3.4

20 May 12:22
Compare
Choose a tag to compare
  • Added a method to hide deleted messages from the message list.
  • Added a method to fetch a list of users by UIDs.

v2.3.4-beta2

17 May 08:36
Compare
Choose a tag to compare
v2.3.4-beta2 Pre-release
Pre-release
  • Fixed Issue with URL containing Chinese characters not being displayed correctly.
  • Fixed Issue with an additional WS connection being made if CometChat.init() is called in CometChat.login().

v2.3.4-beta1

11 May 17:06
Compare
Choose a tag to compare
v2.3.4-beta1 Pre-release
Pre-release
  • Fixed issue with receipts & typing indicator when a user is logged in multiple tabs/devices.

v3.0.0-beta3

07 May 07:40
Compare
Choose a tag to compare
v3.0.0-beta3 Pre-release
Pre-release
  • Added a method to delete a conversation.
  • Added a method to update the logged-in user.

v2.3.3

06 May 13:10
Compare
Choose a tag to compare
  • Added a method to delete a conversation.
  • Added a method to update the logged-in user.

v3.0.0-beta2

29 Apr 16:37
Compare
Choose a tag to compare
v3.0.0-beta2 Pre-release
Pre-release
  • Merged all the changes made in JS SDK v2.3.2
  • Miscellaneous optimizations.