Skip to content

Releases: sendbird/SendBird-SDK-JavaScript

v3.0.111

25 Oct 06:49

Choose a tag to compare

  • Compatibility fix for React Native and Internet Explorer 10.
  • Improved stability.

v3.0.110

23 Oct 04:11

Choose a tag to compare

  • Improved stability.

v3.0.109

22 Oct 07:03

Choose a tag to compare

  • Added support for Promise pattern (BETA)
    • except sendUserMessage(), sendFileMessage(), cancelUploadingFileMessage()
  • Added report(), reportUser() and reportMessage() in BaseChannel.
  • Added onTotalUnreadMessageCountUpdated in UserEventHandler.
    • onTotalUnreadMessageCountUpdated is called when total unread message count is updated.
  • Improved stability.

v3.0.108

22 Oct 07:03

Choose a tag to compare

  • Improved stability.

v3.0.107

22 Oct 07:04

Choose a tag to compare

  • Improved stability.

v3.0.106

23 Aug 05:35

Choose a tag to compare

  • Improved stability.

v3.0.105

16 Aug 05:43

Choose a tag to compare

  • Added translateUserMessage() in BaseChannel to support on-demand translation.
  • Added resendFileMessage() in BaseChannel to support resend file message with Blob object.
  • Added metaArrays property in BaseMessage and deprecated metaArray.
    • metaArrays is an array which contains MessageMetaArray instances.
    • MessageMetaArray is a pair of key and a value array.
    • metaArrays keeps the inserted order.
  • Added isStrict() and setStrict() in GroupChannelParams to set strict channel creation mode.
    • When the strict mode is true, creating channel with a invalid user will fail.
  • Improved stability.

v3.0.104

22 Jul 01:45

Choose a tag to compare

  • Improved stability.

v3.0.103

14 Jun 07:17

Choose a tag to compare

  • Improved stability.

v3.0.102

11 Jun 06:12

Choose a tag to compare

  • Fixed a bug about TypeScript.