Skip to content

Commit fa99875

Browse files
authored
release: Release UIKit React v3.5.1 (#645)
CHANGELOG ``` ## [v3.5.1] (June 15 2023) Fixes: * Set fallback values \w global configs in App comp * Use global config's replyType if channel one is undefined * Use global disableUserProfile if each context's one is defined * Clear `scrollBottom` on channel state loading * Fixes a runtime error caused by clicking "Reply in thread" menu from a parent message * Check if the `message.type` property is empty and return false when it is empty in the isVoiceMessage function ``` [SDKRLSD-864](https://sendbird.atlassian.net/browse/SDKRLSD-864) [SDKRLSD-864]: https://sendbird.atlassian.net/browse/SDKRLSD-864?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
1 parent 9e31427 commit fa99875

File tree

4 files changed

+7508
-7490
lines changed

4 files changed

+7508
-7490
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog - v3
22

3+
## [v3.5.1] (June 15 2023)
4+
5+
Fixes:
6+
* Set fallback values \w global configs in App comp
7+
* Use global config's replyType if channel one is undefined
8+
* Use global disableUserProfile if each context's one is defined
9+
* Clear `scrollBottom` on channel state loading
10+
* Fixes a runtime error
11+
caused by clicking "Reply in thread" menu from a parent message
12+
* Check if the `message.type` property is empty
13+
and return false when it is empty in the isVoiceMessage function
14+
315
## [v3.5.0] (June 14 2023)
416

517
### Feat:

0 commit comments

Comments
 (0)