You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
### v4.0.0-beta.12 (June 09, 2022)
2
+
- Type of `SendbirdChatParams.useAsyncStorageStore` has changed to AsyncStorage of `@react-native-async-storage/async-storage`.
3
+
- Added `clearCachedMessages()` in `SendbirdChat`.
4
+
- Rename `SendbirdChat.clearCache()` to `SendbirdChat.clearCachedData()`.
5
+
- Bug fixed the logic for filtering public group channel in `GroupChannelCollection`.
6
+
- Rename `SendbirdChat.Options.useMemberAsMessageSender` to `SendbirdChat.Options.useMemberInfoInMessage`.
7
+
-`useMemberInfoInMessage` now applies to both `message.sender` and `message.mentionedUsers`.
8
+
- Bug fixed cached channel not updated when disconnect and then connect.
9
+
- Bug fixed broken file data of auto-resent file message.
10
+
- Added `BaseMessage.parentMessage`.
11
+
- Added `BaseMessage.applyParentMessage()`.
12
+
- Parent message update event now updates `parentMessage` value of all its child messages.
13
+
- Bug fixed `message.metaArrays` value not being updated after calling `createMessageMetaArrayKeys()`, `deleteMessageMetaArrayKeys()`, `addMessageMetaArrayValues()`, and `removeMessageMetaArrayValues()` of `BaseChannel`.
14
+
-`MessageCollectionInitPolicy.API_ONLY` has been removed.
15
+
- All classes whose namespace ends with params (ex. `UserMessageCreateParams`, `GroupChannelCreateParams`, etc.) is now changed to interfaces.
16
+
- Improved stability.
17
+
1
18
### v4.0.0-beta.11 (May 24, 2022)
2
19
-`groupChannel.leave()` now takes an optional input `shouldRemoveOperatorStatus: boolean = false`.
3
20
-`SendbirdChat.connect()` now returns `User` instance from the cache if local cache is enabled.
0 commit comments