Commit 1219954
authored
Release v3.3.7 (#411)
[v3.3.7] (Feb 24 2023)
Features:
* Add props `activeChannelUrl` to ChannelList to give an option to
pragmatically set a channel from a parent component router
```javascript
const MyChannelList = () => {
const [myActiveChannel] = useState()
return (<ChannelList activeChannelUrl={myActiveChannel.url} />)
}
```
Fixes:
* Fix not showing newly recived messages in channel which has less
messages
* Use a real `channel.invitedAt` value when trying to fetch
MessageSearchQuery
* Disable the checkbox of the joined users on the InviteUsersModal
* Set the default value of CheckBox component:
`@sendbird/uikit-react/ui/CheckBox` as false1 parent 27b21ee commit 1219954
3 files changed
+20
-3
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 | + | |
| 19 | + | |
3 | 20 | | |
4 | 21 | | |
5 | 22 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments