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_DRAFT.md
+28
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,36 @@
8
8
### `@sendbird/react-native-scrollview-enhancer` module as peer dependency.
9
9
10
10
- Added `@sendbird/react-native-scrollview-enhancer` module as a peer dependency to support bidirectional scrolling and `maintainVisibleContentPosition` on Android with versions lower than `0.72`.
11
+
- If your React-Native version is `0.63.x`, please use `v0.1.2`. If it is `0.64.x` or higher, please use `v0.2.0`.
11
12
- Note that this module includes an Android native module.
12
13
13
14
### Changes to the behavior of `useGroupChannelMessagesWithCollection`.
14
15
15
16
- Due to the support of the `maintainVisibleContentPosition` prop, `nextMessages` and `newMessagesFromMembers` have been deprecated and replaced with `newMessages`.
17
+
18
+
---
19
+
20
+
# Prepare v3.0.0
21
+
22
+
## Breaking changes
23
+
24
+
### The minimum React-Native version has been increased from 0.63.3 to 0.65.0.
- Minimum iOS version for deployment has been changed to 11. ([link](https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes#Deprecations))
29
+
- An increase in the minimum Gradle version is required for stable operation.
30
+
31
+
### Local cache is now a mandatory requirement.
32
+
33
+
- You must inject localCacheStorage into SendbirdUIKitContainer.
0 commit comments