Skip to content

Commit c076ff5

Browse files
committed
v3.0.24 release
1 parent db4a1b1 commit c076ff5

File tree

5 files changed

+16
-11
lines changed

5 files changed

+16
-11
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changelog
22
=========
3+
## v3.0.24
4+
* Now it supports IE8/9 with some Flash libraries
5+
* Fixed a bug regarding disableStateChange/enableStateChange
6+
37
## v3.0.23
48
### update
59
* Fixed a file uploading bug in React Native.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ SendBird-SDK-JavaScript
2727
# [Documentation](https://docs.sendbird.com/javascript)
2828

2929

30-
## Upgrading to v3.0.23
30+
## Upgrading to v3.0.24
3131
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).
3232
n/access control.
33-
* Fixed a file uploading bug in React Native.
34-
* Fixed minor bugs related to null check.
33+
* Now it supports IE8/9 with some Flash libraries
34+
* Fixed a bug regarding disableStateChange/enableStateChange
3535

3636

3737

SendBird.min.js

+5-5
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.23",
3+
"version": "3.0.24",
44
"authors": [
55
"SendBird <[email protected]>"
66
],

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "sendbird",
3-
"version": "3.0.23",
3+
"version": "3.0.24",
44
"description": "SendBird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {
77
"websocket": "1.0.22",
88
"xhr2": "0.1.3",
9-
"agentkeepalive": "2.2.0"
9+
"agentkeepalive": "2.2.0",
10+
"form-data": "2.1.2"
1011
},
1112
"scripts": {
1213
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)