Releases: sendbird/sendbird-chat-sdk-javascript
Releases · sendbird/sendbird-chat-sdk-javascript
v4.14.6
Improvements
- Fixed a bug where
expiring_session=true
regardless of whetherSessionHandler
is registered whenauthToken
exists - Fixed typo in
markPushNotificationAsClicked
logs
v4.14.5
Improvements
- Added
message
property inFileMessageCreateParams
- Added
message
property inFileMessage
v4.14.4
Improvements
- Fixed a bug that local cache data is broken in a certain condition
v4.14.3
Improvements
- Fixed a bug where there was no mentionedUser when sending a message with mentionedUserId as CopyMessage
v4.14.2
Improvements
- Improvement stability
v4.14.1
Improvements
- Deprecated
customTypeFilters
inUnreadItemCountParams
- Added
customTypesFilter
inUnreadItemCountParams
v4.14.0
Feature
Support pinned message
in OpenChannel
- Added
pinnedMessageIds
property inBaseChannel
- Added
createPinnedMessageListQuery
method inBaseChannel
- Added
pinMessage
method inBaseChannel
- Added
unpinMessage
method inBaseChannel
- Added
lastPinnedMessage
property inOpenChannel
- Added
onPinnedMessageUpdated
inOpenChannelHandler
Improvements
- Added
customTypeFilters
inUnreadItemCountParams
v4.13.3
Improvements
- Fixed a build error related to Node.js package inclusion
v4.13.2
Improvements
- Added
hasBot
andhasAiBot
inGroupChannel
- Added
version
toMessageForm
- Fixed a bug where
MessageForm.isSubmitted
is evaluated as true for aMessageForm
of which everyMessageFormItem.required
is false and the message form is not yet submitted - Fixed bug where too many request API in
messageCollection
- Fixed an issue where the SDK instance was not being correctly type-inferred
- Improved Message delivery speed in MessageCollection Initialize
v4.13.1
Improvements
- Fixed a bug in
MessageForm
to support backward compatibility