Commit 4527ab7
authored
release v3.13.2 (#1015)
## [v3.13.2] (Mar 14, 2024)
### Features
* Add a `renderHeader` props to the ChannelSettingsUIProps
```
<ChannelSettingsUI
renderHeader={() => ...}
/>
```
### Fixes
* Deprecated the `onClick` prop in `UserListItem` and added
`onUserAvatarClick`. The deprecated prop will be removed in the next
major version
* Added throttling in `mute/unmute` operation
* Added throttling in `add/remove` operator operation
* Fixed that the Chat SDK is not initialized more than once
* Display the normal `FileMessage` for the `.mov` video
* Show `X` button on the ModalHeader of mobile mode
* Modify the incorrect stringSet on the BannedUsersModal
* `CHANNEL_SETTING__MUTED_MEMBERS__TITLE` to
`CHANNEL_SETTING__BANNED_MEMBERS__TITLE`
* `CHANNEL_SETTING__MODERATION__BAN` to
`CHANNEL_SETTING__MODERATION__UNBAN`
* also modified the dataSbId,
`channel_setting_banned_user_context_menu_ban` to
`channel_setting_banned_user_context_menu_unban`
* Fixed a specific environment issue (Android emulator) - Resolved an
issue in modals used in ChannelSettings such as MembersModal,
MutedMembersModal, AddOperatorsModal, OperatorsModal, BannedUsersModal,
where even when scrolling to the end, additional members were not
fetched
* Fixed a specific environment issue (Safari) - Similarly addressed an
issue within lists inside modals, where overflow occurred instead of
scrolling1 parent 7af1755 commit 4527ab7
3 files changed
+26
-1
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 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
3 | 27 | | |
4 | 28 | | |
5 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
0 commit comments