Skip to content

Commit ffb43df

Browse files
committed
chore: update changelog draft
1 parent efeadbf commit ffb43df

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

CHANGELOG_DRAFT.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
1-
## v3.0.4
1+
## v3.1.0
22

3-
### Bug fix
3+
### Features
44

5-
- Fix send file messages in Expo environment
5+
- Added Quote reply feature in group channels (default: turned on)
6+
```tsx
7+
const App = () => {
8+
<SendbirdUIKitContainer
9+
appId={APP_ID}
10+
uikitOptions={{
11+
groupChannel: {
12+
replyType: 'none', // 'none', 'quote_reply'
13+
},
14+
}}
15+
/>;
16+
};
17+
```
18+
19+
### Improvements
20+
21+
- Updated the minimum chat SDK version to v4.9.8.
22+
- Improved video thumbnail fetching and caching logic in the native media service.
23+
- Enhanced stability.

0 commit comments

Comments
 (0)