| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,8 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ## v3.1.24 (AUG 119, 2022) | ||
| 4 | + - Fixed Promise polyfill for browsers that do not support 'Promise.finally()' | ||
| 5 | + - Improved stability | ||
| 3 | 6 | ## v3.1.23 (AUG 03, 2022) | |
| 4 | 7 | - Fixed a bug where `message.mentionedUsers` is not updated when `updateUserMessage()` is called with `messageParams.mentionedUserIds` set to an empty array | |
| 5 | 8 | - Improved stability | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -341,8 +341,8 @@ Additionally, migration guide for clients currently using SyncManager will be av | |||
| 341 | 341 | ||
| 342 | 342 | ## Changelogs | |
| 343 | 343 | ||
| 344 | - ## v3.1.23 (AUG 03, 2022) | ||
| 345 | - - Fixed a bug where `message.mentionedUsers` is not updated when `updateUserMessage()` is called with `messageParams.mentionedUserIds` set to an empty array | ||
| 344 | + ## v3.1.24 (AUG 19, 2022) | ||
| 345 | + - Fixed Promise polyfill for browsers that do not support 'Promise.finally()' | ||
| 346 | 346 | - Improved stability | |
| 347 | 347 | ||
| 348 | 348 | 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). | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | /** | |
| 2 | - * Type Definitions for Sendbird SDK v3.1.23 | ||
| 2 | + * Type Definitions for Sendbird SDK v3.1.24 | ||
| 3 | 3 | * homepage: https://sendbird.com/ | |
| 4 | 4 | * git: https://github.com/sendbird/Sendbird-SDK-JavaScript | |
| 5 | 5 | */ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "sendbird", | |
| 3 | - "version": "3.1.23", | ||
| 3 | + "version": "3.1.24", | ||
| 4 | 4 | "authors": [ | |
| 5 | 5 | "Sendbird <support@sendbird.com>" | |
| 6 | 6 | ], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "sendbird", | |
| 3 | - "version": "3.1.23", | ||
| 3 | + "version": "3.1.24", | ||
| 4 | 4 | "description": "Sendbird JavaScript SDK", | |
| 5 | 5 | "main": "SendBird.min.js", | |
| 6 | 6 | "dependencies": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments