Skip to content

Releases: sendbird/SendBird-SDK-JavaScript

v3.0.27

11 Apr 09:12
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Added getTotalUnreadChannelCount
  • Now markAsRead doesn't have any delays

v3.0.25

06 Mar 10:24
Compare
Choose a tag to compare

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
Choose a tag to compare
  • Now it supports IE8/9 with some Flash libraries
  • Fixed a bug regarding disableStateChange/enableStateChange

v3.0.23

20 Feb 18:58
Compare
Choose a tag to compare
  • Fixed a file uploading bug in React Native.
  • Fixed minor bugs related to null check.

v3.0.22

03 Feb 00:40
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Added "getMessages" series of methods with timestamp and messageId filter.
  • Fixed a callback handling bug.

v3.0.17

23 Nov 05:25
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Initial connection speed has been improved a lot!.
  • Auto-Reconnection is now more robust.
  • Auto-Translation support has been added.