Skip to content

Commit 45e434e

Browse files
committed
chore: update changelog draft
1 parent edace7b commit 45e434e

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG_DRAFT.md

+28
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,36 @@
88
### `@sendbird/react-native-scrollview-enhancer` module as peer dependency.
99

1010
- 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`.
1112
- Note that this module includes an Android native module.
1213

1314
### Changes to the behavior of `useGroupChannelMessagesWithCollection`.
1415

1516
- 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.
25+
26+
- Supports stable Metro bundler version.
27+
- Supports stable React-Native APIs (e.g. EventSubscription).
28+
- 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.
34+
35+
```tsx
36+
<SendbirdUIKitContainer chatOptions={{ localCacheStorage: AsyncStorage }} />
37+
```
38+
39+
### Removed
40+
41+
- Items that were marked as deprecated have been removed.
42+
43+
### Migrations

0 commit comments

Comments
 (0)