Skip to content

Commit c16a78c

Browse files
authored
release v3.4.6 (#502)
[v3.4.6] (Apr 21 2023) Fixes: * Use markAsReadScheduler in MessageList. * Apply common scroll hook to GroupChannel MessageList. * Prevent whole page from scrolling when <GroupChannel /> scrolls. This issue occurs when customer implements an <GroupChannel /> in a web page with scroll. * This is a same fix that we fixed OpenChannel in `v3.4.4`. * Unify send btn display condition * Issue: We could send the empty message which is consisted of only white spaces. Also, a sent message which contains white spaces at the beginning of it is shown like it's trimmed. * Solution: Two things have been changed on displayed. message & message input each. * New line, spaces only text do not show sending button * No trim before sending * Use dynamic import to lazy load the audio converting processor(lamejs) by isVoiceMessageEnabled props [SDKRLSD-783](https://sendbird.atlassian.net/browse/SDKRLSD-783)
1 parent 8b04fc2 commit c16a78c

File tree

3 files changed

+7391
-7335
lines changed

3 files changed

+7391
-7335
lines changed

CHANGELOG.md

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

3+
## [v3.4.6] (Apr 21 2023)
4+
5+
Fixes:
6+
* Use markAsReadScheduler in MessageList:
7+
* `markAsReadScheduler` method throttles `markAsRead` calls.
8+
* Reduces cmd no ack error.
9+
* Apply common scroll hook to GroupChannel MessageList:
10+
* Prevent whole page from scrolling when <GroupChannel /> scrolls. This issue occurs when customer implements an <GroupChannel /> in a web page with scroll.
11+
* This is a same fix that we fixed OpenChannel in `v3.4.4`.
12+
* To unify message sending policies with ios & android:
13+
* Do not show send button when there is only new line or empty space in the input.
14+
* Do not trim leading white spaces in message text.
15+
* Optimize lamjs import:
16+
* Lazy load the audio converting processor(lamejs) only when `isVoiceMessageEnabled` is true.
17+
* This saves 106KB Gzipped(85KB Brotli) if you are not using the VoiceMessage feature.
18+
319
## [v3.4.5] (Apr 7 2023)
420

521
Features:

0 commit comments

Comments
 (0)