Commit c16a78c
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
3 files changed
+7391
-7335
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
3 | 19 | | |
4 | 20 | | |
5 | 21 | | |
| |||
0 commit comments