Releases: sendbird/SendBird-SDK-JavaScript
Releases · sendbird/SendBird-SDK-JavaScript
v3.0.27
11 Apr 09:12
Compare
Sorry, something went wrong.
No results found
Added updateUserMessage() and updateFileMessage().
Added onMessageUpdated() in ChannelHandler.
You now can confirm file upload progress by passing a progressHandler as a parameter when calling sendFileMessage().
Added cancelUploadingFileMessage().
v3.0.26
08 Mar 05:40
Compare
Sorry, something went wrong.
No results found
Added getTotalUnreadChannelCount
Now markAsRead doesn't have any delays
v3.0.25
06 Mar 10:24
Compare
Sorry, something went wrong.
No results found
v3.0.25
Now GroupChannelList returns correct readstatus as well.
Member nickname/profile get updated when new messages arrived.
Return more consistent errors when connection() is not made before calling methods.
Now we don't count senders in readreceipt.
v3.0.24
02 Mar 09:08
Compare
Sorry, something went wrong.
No results found
Now it supports IE8/9 with some Flash libraries
Fixed a bug regarding disableStateChange/enableStateChange
v3.0.23
20 Feb 18:58
Compare
Sorry, something went wrong.
No results found
Fixed a file uploading bug in React Native.
Fixed minor bugs related to null check.
v3.0.22
03 Feb 00:40
Compare
Sorry, something went wrong.
No results found
Fixed a bug in calling markAsRead().
Added supports for video/image thumbnail generations and file encryption/access control.
v3.0.19 update
30 Jan 23:05
Compare
Sorry, something went wrong.
No results found
connect()/disconnect() doesn't clear out connection/channel handlers anymore.
Instead you should use removeAllConnectionHandlers() and removeAllChannelHandlers().
Fixed a bug in removing ios push tokens.
Now reconnect() method has been added which you can use when you want to manually trigger reconnect logic when network condition gets better.
v3.0.18
20 Dec 09:30
Compare
Sorry, something went wrong.
No results found
Added "getMessages" series of methods with timestamp and messageId filter.
Fixed a callback handling bug.
v3.0.17
23 Nov 05:25
Compare
Sorry, something went wrong.
No results found
Finally push notifications feature is officially supported in V3 JS SDK.
Added "setBackgroundState()" and "setForegroundState()".
Added "messageType" filter to PreviousMessageQueryList.
v3.0.16
22 Nov 11:26
Compare
Sorry, something went wrong.
No results found
Initial connection speed has been improved a lot!.
Auto-Reconnection is now more robust.
Auto-Translation support has been added.