Releases: sendbird/SendBird-SDK-JavaScript
Releases · sendbird/SendBird-SDK-JavaScript
v3.0.68
- Disabled to put the current user into
mentionedUsers
,mentionedUserIds
inUserMessageParams
andFileMessageParams
. - Changed not to increase
unreadMentionCount
and not to callonMentionReceived
for CHANNEL mention by the current user (i.e. the message sender is the current user).
v3.0.67
- Added
unreadMentionCount
inGroupChannel
to check the mention count of the current user. - Added
unread_mention_count_only
in CountPreference to receive only updatedunreadMentionCount
. - Added
mentionType
withusers
andchannel
inBaseMessage
to check the type of mention. - Added
mentionType
withusers
andchannel
inBaseMessageParams
to set type of mention.
v3.0.66
- Added
nicknameStartsWithFilter
inMemberListQuery
to search Group Channel members by nickname. - Added
CountPreference
inGroupChannel
which represents an enum of count preferences - 'all', 'unread_message_count_only', 'off'. - Added
myCountPreference
inGroupChannel
to get my count preference of a Group Channel. - Added
setMyCountPreference
inGroupChannel
to set my Group Channel count preference to a value in GroupChannel.CountPreference. - Minor bug-fix.
v3.0.65
- Added
memberStateFilter
inMemberListQuery
to search members based on the state of the member in a Group Channel. - Added
myMutedState
inGroupChannel
to show the state of the connected user in a Group Channel. - Added
joinedMemberCount
inGroupChannel
to show the total count of joined users in a Group Channel. - Added
getUnreadItemCount
that 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
invitees
fromMember
toUser
ononUserReceivedInvitation
.
v3.0.64
- Added a typing indicator throttle option in SendBird.Options.
- Fixed a minor bug for
GroupChannelParams
,UserMessageParams
andFileMessageParams
. - Fixed a minor bug for
includeEmpty
to accept only a boolean argument.
v3.0.63
v3.0.62
- Added a property named
myRole
in theGroupChannel
which is a role of current user in the group channel. - Added
GroupChannelTotalUnreadMessageCountParams
class 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.