@sendbird/uikit-react
Advanced tools
Changelog
[v3.14.7] (May 23, 2024)
ChannelSettings
component to ensure all missed props are appliedChannelSettingsHeader
component as default
import ChannelSettingsHeader from '@sendbird/uikit-react/ChannelSettings/components/ChannelSettingsHeader'
data-testid
to the UI components for making it easily to select them in the QE testMESSAGE_INPUT__PLACE_HOLDER__FROZEN
to StringSet: 'Chat is unavailable in this channel'
Changelog
[v3.14.6] (May 10, 2024)
Changelog
[v3.14.5] (May 04, 2024)
Changelog
[v3.14.4] (May 02, 2024)
suggestedRepliesDirection
global option which serves as vertical/horizontal scroll option for SuggestedReplies
<App
appId={appId}
userId={userId}
uikitOptions={{
groupChannel: {
// Below turns on the `SuggestedReplies` feature (see v3.8.0 release changelog). Default value is false.
enableSuggestedReplies: true,
// Below changes scroll direction from horizontal to vertical.
suggestedRepliesDirection: 'vertical'
}
}}
/>
Header
(import Header from '@sendbird/uikit-react/ui/Header'
) which replaced all existing header componentsshowSuggestedRepliesFor
is set to 'last_message_only'Changelog
[v3.14.3] (Apr 19, 2024)
<SendbirdProvider
...
imageCompression={{
outputFormat: 'preserve' | 'png' | 'jpeg',
}}
>
</SendbirdProvider>
12px
in the mobile modeChangelog
[v3.14.2] (Apr 18, 2024)