Skip to content

Commit e48710f

Browse files
author
Sravan S
authored
[v3.2.4] (Nov 1 2022) (#352)
Features: * For Channel component, added separate prop isLoading?.boolean Usage: ```<Channel channelUrl {currentChannelUrl} isLoading={!currentChannelUrl} />``` * For flicker in ChannelList, without extra props Fixes: * React UIKit placeholder rendering issue * Fix scroll issue in ChannelList where user cannot load more channels * Modify TS interface getLeaveChannel to getLeaveGroupChannel in selectors
1 parent ef58b7b commit e48710f

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [v3.2.4] (Nov 1 2022)
4+
Features:
5+
* For Channel component, added separate prop isLoading?.boolean
6+
Usage: `<Channel channelUrl {currentChannelUrl} isLoading={!currentChannelUrl} />`
7+
* For flicker in ChannelList, no extra props
8+
9+
Fixes:
10+
* React UIKit placeholder rendering issue
11+
* Fix scroll issue in ChannelList where user cannot load more channels
12+
* Modify TS interface getLeaveChannel to getLeaveGroupChannel in selectors
13+
314
## [v3.2.3] (Oct 14 2022)
415
Feature:
516
* Add a prop `disableMarkAsRead` into the <Channel />

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react",
3-
"version": "3.2.3",
3+
"version": "3.2.4",
44
"description": "React based UI kit for sendbird",
55
"main": "dist/index.js",
66
"style": "dist/index.css",

0 commit comments

Comments
 (0)