Releases: sendbird/SendBird-SDK-JavaScript
Releases · sendbird/SendBird-SDK-JavaScript
v3.0.68
- Disabled to put the current user into
mentionedUsers,mentionedUserIdsinUserMessageParamsandFileMessageParams. - Changed not to increase
unreadMentionCountand not to callonMentionReceivedfor CHANNEL mention by the current user (i.e. the message sender is the current user).
v3.0.67
- Added
unreadMentionCountinGroupChannelto check the mention count of the current user. - Added
unread_mention_count_onlyin CountPreference to receive only updatedunreadMentionCount. - Added
mentionTypewithusersandchannelinBaseMessageto check the type of mention. - Added
mentionTypewithusersandchannelinBaseMessageParamsto set type of mention.
v3.0.66
- Added
nicknameStartsWithFilterinMemberListQueryto search Group Channel members by nickname. - Added
CountPreferenceinGroupChannelwhich represents an enum of count preferences - 'all', 'unread_message_count_only', 'off'. - Added
myCountPreferenceinGroupChannelto get my count preference of a Group Channel. - Added
setMyCountPreferenceinGroupChannelto set my Group Channel count preference to a value in GroupChannel.CountPreference. - Minor bug-fix.
v3.0.65
- Added
memberStateFilterinMemberListQueryto search members based on the state of the member in a Group Channel. - Added
myMutedStateinGroupChannelto show the state of the connected user in a Group Channel. - Added
joinedMemberCountinGroupChannelto show the total count of joined users in a Group Channel. - Added
getUnreadItemCountthat receives an array argument having at least one among 'non_super_group_channel_unread_message_count', 'non_super_group_channel_invitation_count', 'super_group_channel_unread_message_count', and 'super_group_channel_invitation_count' inGroupChannel. - Changed the type of
inviteesfromMembertoUserononUserReceivedInvitation.
v3.0.64
- Added a typing indicator throttle option in SendBird.Options.
- Fixed a minor bug for
GroupChannelParams,UserMessageParamsandFileMessageParams. - Fixed a minor bug for
includeEmptyto accept only a boolean argument.
v3.0.63
v3.0.62
- Added a property named
myRolein theGroupChannelwhich is a role of current user in the group channel. - Added
GroupChannelTotalUnreadMessageCountParamsclass that is used to get total unread message count.
v3.0.61
- Ordered member list by nickname alphabetically.
- Fixed a bug that a file upload.
v3.0.60
- Bugfix about RequireJS.
v3.0.59
- Bugfix about myMemberState when user decline invitation.