Skip to content

Commit 55c70fe

Browse files
committed
v3.1.7
1 parent 3efae69 commit 55c70fe

File tree

6 files changed

+113
-89
lines changed

6 files changed

+113
-89
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v3.1.7 (JAN 07, 2022)
4+
- Applied type narrowing to `BaseMessage`, `BaseChannel` and `messageCallback`.
5+
- Replaced all `File` type with the new `FileType` for React Native support.
6+
- Fixed create channel with cover image error in React Native.
7+
- Fixed child message's `parentMessage` update on parent message update when local cache is enabled.
8+
- Added `applyParentMessage` in `BaseMessage`.
9+
- Improved stability.
10+
311
## v3.1.6 (DEC 29, 2021)
412
- Bug-fix in retrying reconnect with application settings.
513
- Fixed type definitions to `enum`.

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,13 @@ Additionally, migration guide for clients currently using SyncManager will be av
341341

342342
## Changelogs
343343

344-
### v3.1.6 (DEC 29, 2021)
344+
### v3.1.7 (JAN 07, 2022)
345345

346346
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).
347347

348-
- Bug-fix in retrying reconnect with application settings.
349-
- Fixed type definitions to `enum`.
348+
- Applied type narrowing to `BaseMessage`, `BaseChannel` and `messageCallback`.
349+
- Replaced all `File` type with the new `FileType` for React Native support.
350+
- Fixed create channel with cover image error in React Native.
351+
- Fixed child message's `parentMessage` update on parent message update when local cache is enabled.
352+
- Added `applyParentMessage` in `BaseMessage`.
353+
- Improved stability.

0 commit comments

Comments
 (0)