github sendbird/sendbird-uikit-react v3.11.0

latest releases: v3.15.4, v3.15.3, v3.15.2...
7 months ago

[v3.11.0] (Feb 07, 2024)

Features:

  • Added enableSuggestedReplies global option
    • How to use?
    <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,
        }
      }}
    />
  • MessageInput is now being disabled if channel.lastMessage.extendedMessagePayload['disable_chat_input'] is true

Fixes:

  • Fixed a bug where channel is being removed from my channel list when other member leaves the channel
  • Fixed a bug where channel avatar image is not updated when a member leaves, or joins, or profileUrl changes
  • Fixed a bug where ChannelListUI is not updated when network is reconnected
  • Fixed a bug in ChannelList where activeChannelUrl is set but onChannelSelect fires with null after loading ChannelList
  • Fixed a bug where url text wrapped around special characters not parsed as link
  • Fixed a bug where space character before url text is removed in sent message
  • Fixed a runtime error occurring when using renderMessage of Channel module

Don't miss a new sendbird-uikit-react release

NewReleases is sending notifications on new releases.