Releases: sendbird/SendBird-SDK-JavaScript
Releases · sendbird/SendBird-SDK-JavaScript
v3.0.27
- 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
- Added getTotalUnreadChannelCount
- Now markAsRead doesn't have any delays
v3.0.25
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
- Now it supports IE8/9 with some Flash libraries
- Fixed a bug regarding disableStateChange/enableStateChange
v3.0.23
- Fixed a file uploading bug in React Native.
- Fixed minor bugs related to null check.
v3.0.22
- Fixed a bug in calling markAsRead().
- Added supports for video/image thumbnail generations and file encryption/access control.
v3.0.19 update
- 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
- Added "getMessages" series of methods with timestamp and messageId filter.
- Fixed a callback handling bug.
v3.0.17
- Finally push notifications feature is officially supported in V3 JS SDK.
- Added "setBackgroundState()" and "setForegroundState()".
- Added "messageType" filter to PreviousMessageQueryList.
v3.0.16
- Initial connection speed has been improved a lot!.
- Auto-Reconnection is now more robust.
- Auto-Translation support has been added.