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
onTotalUnreadMessageCountUpdatedinUserEventHandler.onTotalUnreadMessageCountUpdatedis called when total unread message count is updated.
- Improved stability.
v3.0.108
v3.0.107
v3.0.106
v3.0.105
- Added
translateUserMessage()inBaseChannelto support on-demand translation. - Added
resendFileMessage()inBaseChannelto support resend file message withBlobobject. - Added
metaArraysproperty inBaseMessageand deprecatedmetaArray.metaArraysis an array which containsMessageMetaArrayinstances.MessageMetaArrayis a pair of key and a value array.metaArrayskeeps the inserted order.
- Added
isStrict()andsetStrict()inGroupChannelParamsto 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.