Skip to content

Commit

Permalink
ver3.0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchemist85K committed Jan 16, 2018
1 parent bcdaa4f commit 6284b82
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

## v3.0.51
* Minor bugfix for `markAsReadWithChannelUrls()`.

## v3.0.50
* Added `markAsReadWithChannelUrls()` in `SendBird` to simultaneously mark as read multiple channels the logged in user has joined.
* Added `markAsReadAll()` in `SendBird` to mark as read all channels the logged in user has joined.
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,9 @@ If you have trouble importing `SendBird`, please check your `tsconfig.json` file
# [Documentation](https://docs.sendbird.com/javascript)


## Upgrading to v3.0.50
## Upgrading to v3.0.51
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).
* Added `markAsReadWithChannelUrls()` in `SendBird` to simultaneously mark as read multiple channels the logged in user has joined.
* Added `markAsReadAll()` in `SendBird` to mark as read all channels the logged in user has joined.
* Deprecated `markAsReadAll()` in `GroupChannel`.
* From now, if you pass param as `true` when you call `hide()`, the channel's unreadMessageCount set to 0.
* Minor bugfix for `markAsReadWithChannelUrls()`.


## [Change Log](https://github.com/smilefam/SendBird-SDK-JavaScript/blob/master/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion SendBird.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Type Definitions for SendBird SDK v3.0.50
* Type Definitions for SendBird SDK v3.0.51
* homepage: https://sendbird.com/
* git: https://github.com/smilefam/SendBird-SDK-JavaScript
*/
Expand Down
8 changes: 4 additions & 4 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.50",
"version": "3.0.51",
"authors": [
"SendBird <[email protected]>"
],
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.50",
"version": "3.0.51",
"description": "SendBird JavaScript SDK",
"main": "SendBird.min.js",
"dependencies": {
Expand Down

0 comments on commit 6284b82

Please sign in to comment.