Skip to content

Commit 782ec00

Browse files
committed
v3.0.68
1 parent 72df882 commit 782ec00

File tree

6 files changed

+17
-15
lines changed

6 files changed

+17
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
## v3.0.68(Jul 6, 2018)
5+
* Disabled to put the current user into mentionedUsers, mentionedUserIds in UserMessageParams and FileMessageParams.
6+
* 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).
7+
48
## v3.0.67(Jun 29, 2018)
59
* Added `unreadMentionCount` in `GroupChannel` to check the mention count of the current user.
610
* Added `unread_mention_count_only` in CountPreference to receive only updated `unreadMentionCount`.

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,10 @@ If you have trouble importing `SendBird`, please check your `tsconfig.json` file
3939
# [Documentation](https://docs.sendbird.com/javascript)
4040

4141

42-
## v3.0.67(Jun 29, 2018)
42+
## v3.0.68(Jul 6, 2018)
4343
If you want to check the record of other version, go to [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md).
44-
* Added `unreadMentionCount` in `GroupChannel` to check the mention count of the current user.
45-
* Added `unread_mention_count_only` in CountPreference to receive only updated `unreadMentionCount`.
46-
* Added `mentionType` with `users` and `channel` in `BaseMessage` to check the type of mention.
47-
* Added `mentionType` with `users` and `channel` in `BaseMessageParams` to set type of mention.
44+
* Disabled to put the current user into mentionedUsers, mentionedUserIds in UserMessageParams and FileMessageParams.
45+
* 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).
4846

4947

5048
## [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md)

SendBird.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Type Definitions for SendBird SDK v3.0.67
2+
* Type Definitions for SendBird SDK v3.0.68
33
* homepage: https://sendbird.com/
44
* git: https://github.com/smilefam/SendBird-SDK-JavaScript
55
*/

SendBird.min.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.0.67",
3+
"version": "3.0.68",
44
"authors": ["SendBird <support@sendbird.com>"],
55
"homepage": "https://github.com/smilefam/SendBird-SDK-JavaScript",
66
"description": "SendBird JavaScript SDK",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.0.67",
3+
"version": "3.0.68",
44
"description": "SendBird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)