Releases: sendbird/sendbird-chat-sdk-javascript
Releases · sendbird/sendbird-chat-sdk-javascript
v4.15.0
Features
Added new properties in Reaction to support more users
export default class Reaction {
...
// A list of sampled userIds that have reacted to this Reaction.
get sampledUserIds: string[]
// A count of the number of users who have reacted to this.
get count: number
// A flag indicating whether the current user has reacted to this.
get hasCurrentUserReacted: boolean
...
}- Deprecated
userIdsinReaction
Improvements
- Fixed a bug where GET muted API is called every time
- Fixed a bug when autoresend started, did not update channel info
v4.14.6
Improvements
- Fixed a bug where
expiring_session=trueregardless of whetherSessionHandleris registered whenauthTokenexists - Fixed typo in
markPushNotificationAsClickedlogs
v4.14.5
Improvements
- Added
messageproperty inFileMessageCreateParams - Added
messageproperty 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
customTypeFiltersinUnreadItemCountParams - Added
customTypesFilterinUnreadItemCountParams
v4.14.0
Feature
Support pinned message in OpenChannel
- Added
pinnedMessageIdsproperty inBaseChannel - Added
createPinnedMessageListQuerymethod inBaseChannel - Added
pinMessagemethod inBaseChannel - Added
unpinMessagemethod inBaseChannel - Added
lastPinnedMessageproperty inOpenChannel - Added
onPinnedMessageUpdatedinOpenChannelHandler
Improvements
- Added
customTypeFiltersinUnreadItemCountParams
v4.13.3
Improvements
- Fixed a build error related to Node.js package inclusion
v4.13.2
Improvements
- Added
hasBotandhasAiBotinGroupChannel - Added
versiontoMessageForm - Fixed a bug where
MessageForm.isSubmittedis evaluated as true for aMessageFormof which everyMessageFormItem.requiredis 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