Skip to content

Releases: sendbird/SendBird-SDK-JavaScript

v3.0.68

06 Jul 07:00
Compare
Choose a tag to compare
  • Disabled to put the current user into mentionedUsers, mentionedUserIds in UserMessageParams and FileMessageParams.
  • Changed not to increase unreadMentionCount and not to call onMentionReceived for CHANNEL mention by the current user (i.e. the message sender is the current user).

v3.0.67

29 Jun 09:44
Compare
Choose a tag to compare
  • Added unreadMentionCount in GroupChannel to check the mention count of the current user.
  • Added unread_mention_count_only in CountPreference to receive only updated unreadMentionCount.
  • Added mentionType with users and channel in BaseMessage to check the type of mention.
  • Added mentionType with users and channel in BaseMessageParams to set type of mention.

v3.0.66

22 Jun 06:58
Compare
Choose a tag to compare
  • Added nicknameStartsWithFilter in MemberListQuery to search Group Channel members by nickname.
  • Added CountPreference in GroupChannel which represents an enum of count preferences - 'all', 'unread_message_count_only', 'off'.
  • Added myCountPreference in GroupChannel to get my count preference of a Group Channel.
  • Added setMyCountPreference in GroupChannel to set my Group Channel count preference to a value in GroupChannel.CountPreference.
  • Minor bug-fix.

v3.0.65

13 Jun 08:12
Compare
Choose a tag to compare
  • Added memberStateFilter in MemberListQuery to search members based on the state of the member in a Group Channel.
  • Added myMutedState in GroupChannel to show the state of the connected user in a Group Channel.
  • Added joinedMemberCount in GroupChannel 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' in GroupChannel.
  • Changed the type of invitees from Member to User on onUserReceivedInvitation.

v3.0.64

01 Jun 06:04
Compare
Choose a tag to compare
  • Added a typing indicator throttle option in SendBird.Options.
  • Fixed a minor bug for GroupChannelParams, UserMessageParams and FileMessageParams.
  • Fixed a minor bug for includeEmpty to accept only a boolean argument.

v3.0.63

17 May 09:05
Compare
Choose a tag to compare
  • Fixed an occasional member count mismatch in a super group channel.

v3.0.62

15 May 14:20
Compare
Choose a tag to compare
  • Added a property named myRole in the GroupChannel 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

03 May 13:03
Compare
Choose a tag to compare
  • Ordered member list by nickname alphabetically.
  • Fixed a bug that a file upload.

v3.0.60

25 Apr 01:05
Compare
Choose a tag to compare
  • Bugfix about RequireJS.

v3.0.59

23 Apr 03:11
Compare
Choose a tag to compare
  • Bugfix about myMemberState when user decline invitation.