Skip to content

Releases: sendbird/SendBird-SDK-JavaScript

v3.0.131

07 Aug 05:44
Compare
Choose a tag to compare
  • Fixed duplicated appInfo in SendBird.d.ts.

v3.0.130

07 Aug 04:15
Compare
Choose a tag to compare
  • Added order in GroupChannelMemberListQuery. The value could be member_nickname_alphabetical (default) or operator_then_member_alphabetical.
  • Added isMuted in Member.
  • Removed value type check in channel.createMetaData() and channel.updateMetaData().
  • Bug-fix on profileUrl setter.

v3.0.129

24 Jul 02:31
Compare
Choose a tag to compare
  • Renamed includeReaction to includeReactions in channel.getMessageChangeLogs() (includeReaction is deprecated).
  • Added ogMetaData in BaseMessage.
    • ogMetaData holds open graph properties including title, url, description, and defaultImage.
    • ogMetaData.defaultImage has the image-related properties including url, secureUrl, type, width, height, alt as defined in the target website.
    • ogMetaData may not be set at the moment of sending. Once the message is sent, Sendbird service would fetch and analyze the open graph property and give the result as a form of message update event.

v3.0.128

10 Jul 02:14
Compare
Choose a tag to compare
  • Added addOperators() and removeOperators() in GroupChannel and OpenChannel.
  • Bug-fix in missing data field of file message.

v3.0.127

26 Jun 00:57
Compare
Choose a tag to compare
  • Added a dependency for axios and form-data.
    • Please add axios to the script tag if you're using SendBird by copy-and-paste the SendBird.min.js file.
  • Added getUnreadMemberCount() and getUndeliveredMemberCount() in GroupChannel.
    • Deprecated getReadReceipt() and getDeliveryReceipt() in GroupChannel.
  • Bug-fix in updating operators in GroupChannel.

v3.0.126

16 Jun 06:10
Compare
Choose a tag to compare
  • Bug-fixes in message threading.
  • Improved stability.

v3.0.125

02 Jun 10:54
Compare
Choose a tag to compare
  • Added includeFrozen property in GroupChannelListQuery, PublicGroupChannelListQuery, OpenChannelListQuery and GroupChannelChangeLogsParams.
  • Added GroupChannelChangeLogsParams.
  • Added getMyGroupChannelChangeLogsByToken() and getMyGroupChannelChangeLogsByTimestamp() with GroupChannelChangeLogsParams in SendBird.
  • Deprecated some getMyGroupChannelChangeLogsByToken() and getMyGroupChannelChangeLogsByTimestamp() in SendBird.
  • Bug-fix: Failure in applying reactions.
  • Bug-fix: Invalid channelUrl on getMessage().

v3.0.124

22 May 15:39
Compare
Choose a tag to compare
  • Bug-fix: Failure in getMessageList().

v3.0.123

22 May 07:36
Compare
Choose a tag to compare
  • Added message thread feature support
    • Added parentMessageId, parentMessageText, threadInfo in UserMessage and FileMessage.
    • Added onThreadInfoUpdated() in ChannelHandler.
    • Added getThreadedMessagesByTimestamp(), applyThreadInfoUpdateEvent() in UserMessage and FileMessage.
    • Added thread-related parameters in GroupChannelListQuery.
  • Added emoji feature support
    • Added getAllEmoji(), getEmojiCategory(), and getEmoji() in SendBird.
  • Added parameter classes for message retrieval.
  • Bug-fix: Crash on IE strict mode.

v3.0.122

29 Apr 00:50
Compare
Choose a tag to compare
  • Added metaArrays in UserMessageParams and FileMessageParams.
    • Message could be sent with predefined metaArrays.