Skip to content

Releases: sendbird/SendBird-SDK-JavaScript

v3.0.27

Choose a tag to compare

@sf-jin-ku sf-jin-ku released this 11 Apr 09:12
  • 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

Choose a tag to compare

@sf-jin-ku sf-jin-ku released this 08 Mar 05:40
  • Added getTotalUnreadChannelCount
  • Now markAsRead doesn't have any delays

v3.0.25

Choose a tag to compare

@sf-jin-ku sf-jin-ku released this 06 Mar 10:24

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

Choose a tag to compare

@sf-jin-ku sf-jin-ku released this 02 Mar 09:08
  • Now it supports IE8/9 with some Flash libraries
  • Fixed a bug regarding disableStateChange/enableStateChange

v3.0.23

Choose a tag to compare

@sf-jin-ku sf-jin-ku released this 20 Feb 18:58
  • Fixed a file uploading bug in React Native.
  • Fixed minor bugs related to null check.

v3.0.22

Choose a tag to compare

@sf-jin-ku sf-jin-ku released this 03 Feb 00:40
  • Fixed a bug in calling markAsRead().
  • Added supports for video/image thumbnail generations and file encryption/access control.

v3.0.19 update

Choose a tag to compare

@sf-jin-ku sf-jin-ku released this 30 Jan 23:05
  • 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

Choose a tag to compare

@sf-jin-ku sf-jin-ku released this 20 Dec 09:30
  • Added "getMessages" series of methods with timestamp and messageId filter.
  • Fixed a callback handling bug.

v3.0.17

Choose a tag to compare

@sf-jin-ku sf-jin-ku released this 23 Nov 05:25
  • Finally push notifications feature is officially supported in V3 JS SDK.
  • Added "setBackgroundState()" and "setForegroundState()".
  • Added "messageType" filter to PreviousMessageQueryList.

v3.0.16

Choose a tag to compare

@sf-jin-ku sf-jin-ku released this 22 Nov 11:26
  • Initial connection speed has been improved a lot!.
  • Auto-Reconnection is now more robust.
  • Auto-Translation support has been added.