Skip to content

Commit 449f486

Browse files
committed
v3.0.90
1 parent 21ec17b commit 449f486

File tree

6 files changed

+14
-25
lines changed

6 files changed

+14
-25
lines changed

CHANGELOG.md

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

4+
## v3.0.90(NOV 23, 2018)
5+
* Minor bug fixed.
6+
47
## v3.0.89(NOV 22, 2018)
58
* Added `createDistinctChannelIfNotExist()` in `GroupChannel`.
69
* It creates distinct channel and gets the channel with `isCreated` flag which represents whether the channel is actually created or not.

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -49,23 +49,9 @@ For more information about `SyncManager`, please refer to [SyncManager README](h
4949

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

52-
## v3.0.89(NOV 22, 2018)
52+
## v3.0.90(NOV 23, 2018)
5353
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).
54-
* Added `createDistinctChannelIfNotExist()` in `GroupChannel`.
55-
* It creates distinct channel and gets the channel with `isCreated` flag which represents whether the channel is actually created or not.
56-
* Added `getMessageChangeLogsByTimestamp()` in `SendBird`.
57-
* It retrieves message change logs since the given timestamp.
58-
* Added `hiddenState` property in `GroupChannel` to get channel's hidden state.
59-
* `unhidden`: It's not hidden channel.
60-
* `hidden-allow-auto-unhide`: It's hidden channel which is automatically unhidden when new message comes in.
61-
* `hidden-prevent-auto-unhide`: It's hidden channel which is not unhidden when new message comes in.
62-
* Added `allowAutoUnhide` as the second parameter into `hide()` to allow automatic unhide on new message.
63-
* Added `unhide()` in `GroupChannel` to manually unhide the channel.
64-
* Added `hiddenChannelFilter` in `GroupChannelListQuery` to filter by `hiddenState`.
65-
* `unhidden_only`: Get all unhidden channels. (default)
66-
* `hidden_only`: Get all hidden channels which `hiddenState` is `hidden_allow_auto_unhide` or `hidden_prevent_auto_unhide`.
67-
* `hidden_allow_auto_unhide`: Get channels which `hiddenState` is `hidden_allow_auto_unhide`.
68-
* `hidden_prevent_auto_unhide`: Get channels which `hiddenState` is `hidden_prevent_auto_unhide`.
54+
* Minor bug fixed.
6955

7056

7157
## [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.89
2+
* Type Definitions for SendBird SDK v3.0.90
33
* homepage: https://sendbird.com/
44
* git: https://github.com/smilefam/SendBird-SDK-JavaScript
55
*/

SendBird.min.js

Lines changed: 6 additions & 6 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.89",
3+
"version": "3.0.90",
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.89",
3+
"version": "3.0.90",
44
"description": "SendBird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)