Releases: sendbird/SendBird-SDK-JavaScript
Releases · sendbird/SendBird-SDK-JavaScript
v3.1.11
- Fixed bug when reading unsent file message from local cache in React Native.
- Fixed bug storing cached metadata into local cache in
BaseChannel.
v3.1.10
v3.1.9
- Deprecated
ConnectionManagerinSendBird. - Fixed wrong channel list order in
GroupChannelCollection. - Added GroupChannelTotalUnreadChannelCountParams.
- Added
getTotalUnreadChannelCount(params)inSendBird.
v3.1.8
v3.1.7
- Applied type narrowing to
BaseMessage,BaseChannelandmessageCallback. - Replaced all
Filetype with the newFileTypefor React Native support. - Fixed create channel with cover image error in React Native.
- Fixed child message's
parentMessageupdate on parent message update when local cache is enabled. - Added
applyParentMessageinBaseMessage. - Improved stability.
v3.1.6
- Bug-fix in retrying reconnect with application settings.
- Fixed type definitions to
enum.
v3.1.5
- Fixed pending message not being added to a message collection issue when local cache enabled in React Native.
- All properties of
MessageSearchQueryOptionsare now made optional. - Added type definitions
PUSH_TEMPLATE_DEFAULTandPUSH_TEMPLATE_ALTERNATIVEinSendBird. - Added
clearCachedData()interface inSendBirdfor local caching.
v3.1.4
v3.1.3
- Added
useAsyncStorageAsDatabaseinSendBirdfor React Native. - Fixed type signatures:
- Fixed
setOrderinGroupChannelCollection. - Fixed
nextinOpenChannelListQuery. - Fixed
loadinPreviousMessageListQuery.
- Fixed
- Improved stability.