Releases: cometchat/chat-sdk-javascript
Releases · cometchat/chat-sdk-javascript
v3.0.0-beta7
- Added a method to send transient messages.
- Disabled auto marking messages as delivered in SDK.
v2.4.0
- Calling Optimizations.
v3.0.0-beta6
- 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.
v2.3.6
- 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
- Fixed issue in hideDeletedMessage() of the MessagesRequestBuilder() during pagination.
v2.3.5
- Fixed issue in hideDeletedMessage() of the MessagesRequestBuilder() during pagination.
v3.0.0-beta4
- 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
- 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
- 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
- Fixed issue with receipts & typing indicator when a user is logged in multiple tabs/devices.