Skip to content

Commit fb96f62

Browse files
committed
v3.0.132
1 parent 878ffc8 commit fb96f62

File tree

6 files changed

+23
-8
lines changed

6 files changed

+23
-8
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v3.0.132(AUG 21, 2020)
4+
5+
- Added `creator` in `BaseChannel`.
6+
- Added `isOperatorMessage` in `BaseMessage`.
7+
- Added `copyUserMessage()` and `copyFileMessage()` in `BaseChannel`.
8+
- Change the type of all `messageId`s to `number`.
9+
- Bug-fix in wrong channel info in `onChannelFrozen` callback.
10+
- Bug-fix in unread member count and unread delivery count.
11+
312
## v3.0.131(AUG 7, 2020)
413

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

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,17 @@ Check out [Basic Sample with SyncManager](https://github.com/sendbird/Sendbird-J
5252

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

55-
## v3.0.131(AUG 7, 2020)
55+
## v3.0.132(AUG 21, 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-
- Fixed duplicated `appInfo` in `SendBird.d.ts`.
59+
60+
- Added `creator` in `BaseChannel`.
61+
- Added `isOperatorMessage` in `BaseMessage`.
62+
- Added `copyUserMessage()` and `copyFileMessage()` in `BaseChannel`.
63+
- Change the type of all `messageId`s to `number`.
64+
- Bug-fix in wrong channel info in `onChannelFrozen` callback.
65+
- Bug-fix in unread member count and unread delivery count.
6066

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

SendBird.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Type Definitions for Sendbird SDK v3.0.131
2+
* Type Definitions for Sendbird SDK v3.0.132
33
* homepage: https://sendbird.com/
44
* git: https://github.com/sendbird/Sendbird-SDK-JavaScript
55
*/

SendBird.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.0.131",
3+
"version": "3.0.132",
44
"authors": ["Sendbird <[email protected]>"],
55
"homepage": "https://github.com/sendbird/Sendbird-SDK-JavaScript",
66
"description": "Sendbird JavaScript SDK",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird",
3-
"version": "3.0.131",
3+
"version": "3.0.132",
44
"description": "Sendbird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)