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
ConnectionManager
inSendBird
. - Fixed wrong channel list order in
GroupChannelCollection
. - Added GroupChannelTotalUnreadChannelCountParams.
- Added
getTotalUnreadChannelCount(params)
inSendBird
.
v3.1.8
v3.1.7
- Applied type narrowing to
BaseMessage
,BaseChannel
andmessageCallback
. - Replaced all
File
type with the newFileType
for React Native support. - Fixed create channel with cover image error in React Native.
- Fixed child message's
parentMessage
update on parent message update when local cache is enabled. - Added
applyParentMessage
inBaseMessage
. - 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
MessageSearchQueryOptions
are now made optional. - Added type definitions
PUSH_TEMPLATE_DEFAULT
andPUSH_TEMPLATE_ALTERNATIVE
inSendBird
. - Added
clearCachedData()
interface inSendBird
for local caching.
v3.1.4
v3.1.3
- Added
useAsyncStorageAsDatabase
inSendBird
for React Native. - Fixed type signatures:
- Fixed
setOrder
inGroupChannelCollection
. - Fixed
next
inOpenChannelListQuery
. - Fixed
load
inPreviousMessageListQuery
.
- Fixed
- Improved stability.