Skip to content

Commit

Permalink
v3.0.131
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisallo committed Aug 7, 2020
1 parent b15786c commit d087b8b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 14 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## v3.0.130(AUG 7, 2020)
## v3.0.131(AUG 7, 2020)

- Fixed duplicated `appInfo` in `SendBird.d.ts`.

## v3.0.130(AUG 7, 2020) (DEPRECATED)

- Added `order` in `GroupChannelMemberListQuery`. The value could be `member_nickname_alphabetical` (default) or `operator_then_member_alphabetical`.
- Added `isMuted` in `Member`.
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,11 @@ Check out [Basic Sample with SyncManager](https://github.com/sendbird/SendBird-J

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

## v3.0.130(AUG 7, 2020)
## v3.0.131(AUG 7, 2020)

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).

- Added `order` in `GroupChannelMemberListQuery`. The value could be `member_nickname_alphabetical` (default) or `operator_then_member_alphabetical`.
- Added `isMuted` in `Member`.
- Removed value type check in `channel.createMetaData()` and `channel.updateMetaData()`.
- Bug-fix on `profileUrl` setter.
- Fixed duplicated `appInfo` in `SendBird.d.ts`.

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

Expand Down
6 changes: 2 additions & 4 deletions SendBird.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Type Definitions for SendBird SDK v3.0.130
* Type Definitions for SendBird SDK v3.0.131
* homepage: https://sendbird.com/
* git: https://github.com/sendbird/SendBird-SDK-JavaScript
*/
Expand Down Expand Up @@ -59,9 +59,6 @@ declare namespace SendBird {
friendName?: string;
}
interface SendBirdInstance {
currentUser: User;
appInfo: AppInfo;

User: UserStatic;
Member: MemberStatic;
OpenChannel: OpenChannelStatic;
Expand All @@ -84,6 +81,7 @@ declare namespace SendBird {
MessageMetaArray: MessageMetaArray;
Options: Options;

currentUser: User;
appInfo: AppInfo;
ekey: string;

Expand Down
4 changes: 2 additions & 2 deletions SendBird.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sendbird",
"version": "3.0.130",
"version": "3.0.131",
"authors": ["SendBird <[email protected]>"],
"homepage": "https://github.com/sendbird/SendBird-SDK-JavaScript",
"description": "SendBird JavaScript SDK",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sendbird",
"version": "3.0.130",
"version": "3.0.131",
"description": "SendBird JavaScript SDK",
"main": "SendBird.min.js",
"dependencies": {
Expand Down

0 comments on commit d087b8b

Please sign in to comment.