Releases: sendbird/sendbird-chat-sdk-javascript
Releases · sendbird/sendbird-chat-sdk-javascript
v4.13.1
Improvements
- Fixed a bug in
MessageForm
to support backward compatibility
v4.13.0
Feature
SDK now supports MessageForm
! Form message can only be sent through AI Chatbot in Sendbird dashboard.
- Added
MessageForm
- Added
MessageFormItem
- Added
MessageFormItemStyle
, - Added
MessageFormItemLayout
, - Added
MessageFormItemResultCount
, - Added
submitMessageForm()
inBaseMessage
- Deprecated
submitMessageForm(data)
inBaseMessage
Improvements
- Added
sb.authenticate()
- Added
sb.feedChannel.getTotalUnreadNotificationCount()
- Deprecated
sb.authenticateFeed()
- Deprecated
sb.feedChannel.getTotalUnreadMessageCount()
- Fixed timing issue with
BackGroundSync
completion confirmation - Fixed a bug that
userIdsFilter
andsearchFilter
don't work in MessageCollection - (internal) Added
ThrottleController
inMessageCollection
v4.12.10
Improvements
- Fixed a bug that
connect()
fails if a session key is expired
v4.12.9
Features
- Added
submitMessageForm()
toBaseMessage
Improvements
- Lower the version of
react-native-mmkv
inpeerDependencies
from^2.12.2
to^2.0.0
.
v4.12.8
Improvement
- Added
includeMetaData
toGroupChannelFilter
v4.12.7
Improvement
- Fixed the Feedback feature to function correctly
- Fixed a bug where
groupChannel.cachedMetadata
was returned asundefined
in the result value ofChangeLogs
v4.12.6
Improvement
- Fixed a bug that always throws a
Connection is canceled
error whenconnect()
is failed - Fixed a bug where
SessionRefreshed()
was called twice - Fixed a bug where SessionHandler callback is called when
connect()
is failed - Fixed a bug inconsistent count of joined channels
- Improved stability
v4.12.5
Improvement
- Fixed a bug that pending
MultipleFilesMessage
has emptydata
- Fixed a bug that
loadMore()
inGroupChannelCollection
gives less channels in a certain condition - Improved stability
v4.12.4
Improvement
- Added support for the thread policy on last message and unread message count
- Added
useMMKVStorageStore
toSendbirdChatParams
- Deprecated
useAsyncStorageStore
inSendbirdChatParams
- Fixed a bug that
connect()
call may crash in a certain condition - Fixed a bug that
MultipleFilesMessage
has wrongdata
value - Improved stability
v4.12.3
Improvement
- Fixed a bug when called
resetMyHistory()
, messages in the cache aren't deleted