[v3.13.2] (Mar 14, 2024)
Features
- Add a
renderHeaderprops to the ChannelSettingsUIProps<ChannelSettingsUI renderHeader={() => ...} />
Fixes
- Deprecated the
onClickprop inUserListItemand addedonUserAvatarClick. The deprecated prop will be removed in the next major version - Added throttling in
mute/unmuteoperation - Added throttling in
add/removeoperator operation - Fixed that the Chat SDK is not initialized more than once
- Display the normal
FileMessagefor the.movvideo - Show
Xbutton on the ModalHeader of mobile mode - Modify the incorrect stringSet on the BannedUsersModal
CHANNEL_SETTING__MUTED_MEMBERS__TITLEtoCHANNEL_SETTING__BANNED_MEMBERS__TITLECHANNEL_SETTING__MODERATION__BANtoCHANNEL_SETTING__MODERATION__UNBAN- also modified the dataSbId,
channel_setting_banned_user_context_menu_bantochannel_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 scrolling