Skip to content

Commit a9ce88e

Browse files
authored
release v3.5.2 (#656)
``` [v3.5.2] (June 23 2023) Fixes: * Allow to reduce the mobile app height It was not able to reduce the height of the mobile app with some wrapper component * Do not display the UnreadCount(new message notification) comp when unreadSince is null * Improve sampling and bitrate of Voice Recording * sampling rate: 11025 * bit rate: 12000 * Move scroll every time when message height changes It moved scroll only when the last message height changes ``` [SDKRLSD-882](https://sendbird.atlassian.net/browse/SDKRLSD-882)
1 parent bf313ba commit a9ce88e

File tree

3 files changed

+6823
-6773
lines changed

3 files changed

+6823
-6773
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog - v3
22

3+
## [v3.5.2] (June 23 2023)
4+
5+
Fixes:
6+
* Allow to reduce the mobile app height
7+
It was not able to reduce the height of the mobile app with some wrapper components
8+
* Do not display the UnreadCount(new message notification) comp when unreadSince is null
9+
* Improve sampling and bitrate of Voice Recording
10+
* sampling rate: 11025
11+
* bit rate: 12000
12+
* Move scroll every time when message height changes
13+
It moved scroll only when the last message height changes
14+
315
## [v3.5.1] (June 15 2023)
416

517
Fixes:

0 commit comments

Comments
 (0)