File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ` .
Original file line number Diff line number Diff 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
5757If 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
Original file line number Diff line number Diff line change 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 */
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11{
22 "name" : " sendbird" ,
3- "version" : " 3.0.134 " ,
3+ "version" : " 3.0.135 " ,
44 "authors" : [" Sendbird <support@sendbird.com>" ],
55 "homepage" : " https://github.com/sendbird/Sendbird-SDK-JavaScript" ,
66 "description" : " Sendbird JavaScript SDK" ,
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments