Releases: sendbird/SendBird-SDK-JavaScript
Releases · sendbird/SendBird-SDK-JavaScript
v3.0.131
v3.0.130
- Added
orderinGroupChannelMemberListQuery. The value could bemember_nickname_alphabetical(default) oroperator_then_member_alphabetical. - Added
isMutedinMember. - Removed value type check in
channel.createMetaData()andchannel.updateMetaData(). - Bug-fix on
profileUrlsetter.
v3.0.129
- Renamed
includeReactiontoincludeReactionsinchannel.getMessageChangeLogs()(includeReactionis deprecated). - Added
ogMetaDatainBaseMessage.ogMetaDataholds open graph properties includingtitle,url,description, anddefaultImage.ogMetaData.defaultImagehas the image-related properties includingurl,secureUrl,type,width,height,altas defined in the target website.ogMetaDatamay 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
v3.0.127
- Added a dependency for
axiosandform-data.- Please add axios to the
scripttag if you're using SendBird by copy-and-paste theSendBird.min.jsfile.
- Please add axios to the
- Added
getUnreadMemberCount()andgetUndeliveredMemberCount()inGroupChannel.- Deprecated
getReadReceipt()andgetDeliveryReceipt()inGroupChannel.
- Deprecated
- Bug-fix in updating operators in
GroupChannel.
v3.0.126
v3.0.125
- Added
includeFrozenproperty inGroupChannelListQuery,PublicGroupChannelListQuery,OpenChannelListQueryandGroupChannelChangeLogsParams. - Added
GroupChannelChangeLogsParams. - Added
getMyGroupChannelChangeLogsByToken()andgetMyGroupChannelChangeLogsByTimestamp()withGroupChannelChangeLogsParamsinSendBird. - Deprecated some
getMyGroupChannelChangeLogsByToken()andgetMyGroupChannelChangeLogsByTimestamp()inSendBird. - Bug-fix: Failure in applying reactions.
- Bug-fix: Invalid
channelUrlongetMessage().
v3.0.124
v3.0.123
- Added message thread feature support
- Added
parentMessageId,parentMessageText,threadInfoinUserMessageandFileMessage. - Added
onThreadInfoUpdated()inChannelHandler. - Added
getThreadedMessagesByTimestamp(),applyThreadInfoUpdateEvent()inUserMessageandFileMessage. - Added thread-related parameters in
GroupChannelListQuery.
- Added
- Added emoji feature support
- Added
getAllEmoji(),getEmojiCategory(), andgetEmoji()inSendBird.
- Added
- Added parameter classes for message retrieval.
- Bug-fix: Crash on IE strict mode.