Releases: sendbird/SendBird-SDK-JavaScript
Releases · sendbird/SendBird-SDK-JavaScript
v3.0.131
v3.0.130
- Added
order
inGroupChannelMemberListQuery
. The value could bemember_nickname_alphabetical
(default) oroperator_then_member_alphabetical
. - Added
isMuted
inMember
. - Removed value type check in
channel.createMetaData()
andchannel.updateMetaData()
. - Bug-fix on
profileUrl
setter.
v3.0.129
- Renamed
includeReaction
toincludeReactions
inchannel.getMessageChangeLogs()
(includeReaction
is deprecated). - Added
ogMetaData
inBaseMessage
.ogMetaData
holds open graph properties includingtitle
,url
,description
, anddefaultImage
.ogMetaData.defaultImage
has the image-related properties includingurl
,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
v3.0.127
- Added a dependency for
axios
andform-data
.- Please add axios to the
script
tag if you're using SendBird by copy-and-paste theSendBird.min.js
file.
- 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
includeFrozen
property inGroupChannelListQuery
,PublicGroupChannelListQuery
,OpenChannelListQuery
andGroupChannelChangeLogsParams
. - Added
GroupChannelChangeLogsParams
. - Added
getMyGroupChannelChangeLogsByToken()
andgetMyGroupChannelChangeLogsByTimestamp()
withGroupChannelChangeLogsParams
inSendBird
. - Deprecated some
getMyGroupChannelChangeLogsByToken()
andgetMyGroupChannelChangeLogsByTimestamp()
inSendBird
. - Bug-fix: Failure in applying reactions.
- Bug-fix: Invalid
channelUrl
ongetMessage()
.
v3.0.124
v3.0.123
- Added message thread feature support
- Added
parentMessageId
,parentMessageText
,threadInfo
inUserMessage
andFileMessage
. - Added
onThreadInfoUpdated()
inChannelHandler
. - Added
getThreadedMessagesByTimestamp()
,applyThreadInfoUpdateEvent()
inUserMessage
andFileMessage
. - 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.