Skip to content

Commit 1efb82d

Browse files
committed
chore: update changelog draft
1 parent 39bd4a3 commit 1efb82d

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

CHANGELOG_DRAFT.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
1-
## v3.1.0
2-
3-
### Features
4-
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-
```
1+
## v3.1.1
182

193
### Improvements
204

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.
5+
- When there is a thumbnail in the message, uses the first thumbnail of the video/image message

0 commit comments

Comments
 (0)