Skip to content

Commit dbb49fa

Browse files
committed
v3.1.31
1 parent 1b8f573 commit dbb49fa

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## v3.1.31 (JAN 25, 2023)
3+
### Improvements
4+
- Fixed a bug where `pendingMessage.data` is set to 'null' string when `sendUserMessage()` is called with a message text as an argument
5+
- Fixed a bug where `MessageCollection` calls `onMessagesUpdated()` with old messages on connect and reconnect when `localCacheEnabled` is set to false
6+
27
## v3.1.30 (JAN 10, 2023)
38
### Improvements
49
- Fixed a bug where MessageCollection is logging quota exceeded errors when local storage is full

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,9 @@ Additionally, migration guide for clients currently using SyncManager will be av
341341

342342
## Changelogs
343343

344-
## v3.1.30 (JAN 10, 2023)
344+
## v3.1.31 (JAN 25, 2023)
345345
### Improvements
346-
- Added changed security attributes for ACL
347-
- Fixed a bug where MessageCollection is logging quota exceeded errors when local storage is full
346+
- Fixed a bug where `pendingMessage.data` is set to 'null' string when `sendUserMessage()` is called with a message text as an argument
347+
- Fixed a bug where `MessageCollection` calls `onMessagesUpdated()` with old messages on connect and reconnect when `localCacheEnabled` is set to false
348348

349349
If you want to check the record of other versions, go to [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.1.30
2+
* Type Definitions for Sendbird SDK v3.1.31
33
* homepage: https://sendbird.com/
44
* git: https://github.com/sendbird/Sendbird-SDK-JavaScript
55
*/

SendBird.min.js

+2-2
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.1.30",
3+
"version": "3.1.31",
44
"authors": [
55
"Sendbird <[email protected]>"
66
],

package.json

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

0 commit comments

Comments
 (0)