Skip to content

Commit 2fa3b7b

Browse files
committed
v3.0.106
1 parent 0304b65 commit 2fa3b7b

File tree

6 files changed

+16
-22
lines changed

6 files changed

+16
-22
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
## v3.0.106(AUG 23, 2019)
5+
* Improved stability.
6+
47
## v3.0.105(AUG 16, 2019)
58
* Added `translateUserMessage()` in `BaseChannel` to support on-demand translation.
69
* Added `resendFileMessage()` in `BaseChannel` to support resend file message with `Blob` object.

README.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,9 @@ Check out [Basic Sample with SyncManager](https://github.com/sendbird/SendBird-J
4848

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

51-
## v3.0.105(AUG 16, 2019)
51+
## v3.0.106(AUG 23, 2019)
5252
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).
5353
* Improved stability.
54-
* Added `translateUserMessage()` in `BaseChannel` to support on-demand translation.
55-
* Added `resendFileMessage()` in `BaseChannel` to support resend file message with `Blob` object.
56-
* Added `metaArrays` property in `BaseMessage` and deprecated `metaArray`.
57-
* `metaArrays` is an array which contains `MessageMetaArray` instances.
58-
* `MessageMetaArray` is a pair of key and a value array.
59-
* `metaArrays` keeps the inserted order.
60-
* Added `isStrict()` and `setStrict()` in `GroupChannelParams` to set strict channel creation mode.
61-
* When the strict mode is `true`, creating channel with a invalid user will fail.
62-
* Improved stability.
6354

6455

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

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.105
2+
* Type Definitions for SendBird SDK v3.0.106
33
* homepage: https://sendbird.com/
44
* git: https://github.com/sendbird/SendBird-SDK-JavaScript
55
*/

SendBird.min.js

+9-9
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.105",
3+
"version": "3.0.106",
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.105",
3+
"version": "3.0.106",
44
"description": "SendBird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)