Releases: sendbird/SendBird-SDK-JavaScript
Releases · sendbird/SendBird-SDK-JavaScript
v3.0.111
v3.0.110
v3.0.109
- Added support for Promise pattern (BETA)
- except
sendUserMessage()
,sendFileMessage()
,cancelUploadingFileMessage()
- except
- Added
report()
,reportUser()
andreportMessage()
inBaseChannel
. - Added
onTotalUnreadMessageCountUpdated
inUserEventHandler
.onTotalUnreadMessageCountUpdated
is called when total unread message count is updated.
- Improved stability.
v3.0.108
v3.0.107
v3.0.106
v3.0.105
- Added
translateUserMessage()
inBaseChannel
to support on-demand translation. - Added
resendFileMessage()
inBaseChannel
to support resend file message withBlob
object. - Added
metaArrays
property inBaseMessage
and deprecatedmetaArray
.metaArrays
is an array which containsMessageMetaArray
instances.MessageMetaArray
is a pair of key and a value array.metaArrays
keeps the inserted order.
- Added
isStrict()
andsetStrict()
inGroupChannelParams
to set strict channel creation mode.- When the strict mode is
true
, creating channel with a invalid user will fail.
- When the strict mode is
- Improved stability.
v3.0.104
v3.0.103
v3.0.102
- Fixed a bug about TypeScript.