Skip to content

Commit 36b21ca

Browse files
committed
v3.0.135
1 parent 7907112 commit 36b21ca

File tree

6 files changed

+16766
-13
lines changed

6 files changed

+16766
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v3.0.135(OCT 8, 2020)
4+
5+
- Bug-fix in outdated `isMuted` in `Member`.
6+
- Bug-fix in error handling.
7+
38
## v3.0.134(SEP 17, 2020)
49

510
- Added `getTypingUsers()` in `GroupChannel`.

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,12 @@ Check out [Basic Sample with SyncManager](https://github.com/sendbird/Sendbird-J
5252

5353
# [Documentation](https://docs.sendbird.com/javascript)
5454

55-
## v3.0.134(SEP 17, 2020)
55+
## v3.0.135(OCT 8, 2020)
5656

5757
If you want to check the record of other version, go to [Change Log](https://github.com/sendbird/Sendbird-SDK-JavaScript/blob/master/CHANGELOG.md).
5858

59-
- Added `getTypingUsers()` in `GroupChannel`.
60-
- It returns the users even if the user is not in `members`.
61-
- Deprecated `getTypingMembers()` in `GroupChanenl`.
62-
- Set `url` as visible in `FileMessage` object.
63-
- Set `profileUrl` as visible in `User` object.
64-
- Bug-fix in error handling
65-
- Improved stability.
59+
- Bug-fix in outdated `isMuted` in `Member`.
60+
- Bug-fix in error handling.
6661

6762
## [Change Log](https://github.com/sendbird/Sendbird-SDK-JavaScript/blob/master/CHANGELOG.md)
6863

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.134
2+
* Type Definitions for Sendbird SDK v3.0.135
33
* homepage: https://sendbird.com/
44
* git: https://github.com/sendbird/Sendbird-SDK-JavaScript
55
*/

SendBird.min.js

Lines changed: 16755 additions & 2 deletions
Large diffs are not rendered by default.

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.134",
3+
"version": "3.0.135",
44
"authors": ["Sendbird <[email protected]>"],
55
"homepage": "https://github.com/sendbird/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.134",
3+
"version": "3.0.135",
44
"description": "Sendbird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)