Skip to content

Commit 241baf9

Browse files
committed
v3.1.27
1 parent 07824d7 commit 241baf9

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## v3.1.27 (SEP 23, 2022)
3+
- Fixed onMessageUpdate being called for the same message in View after checking HugeGap when connecting or reconnecting
4+
- Fixed a bug in group channel changelogs
25
## v3.1.26 (SEP 7, 2022)
36
- Fixed wrong includeMetaArray property happening during changelog sync
47
## v3.1.25 (AUG 31, 2022)

README.md

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

342342
## Changelogs
343343

344-
## v3.1.26 (SEP 7, 2022)
345-
- Fixed wrong includeMetaArray property happening during changelog sync
344+
## v3.1.27 (SEP 23, 2022)
345+
- Fixed onMessageUpdate being called for the same message in View after checking HugeGap when connecting or reconnecting
346+
- Fixed a bug in group channel changelogs
346347

347348
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.26
2+
* Type Definitions for Sendbird SDK v3.1.27
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.26",
3+
"version": "3.1.27",
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.26",
3+
"version": "3.1.27",
44
"description": "Sendbird JavaScript SDK",
55
"main": "SendBird.min.js",
66
"dependencies": {

0 commit comments

Comments
 (0)