github sendbird/sendbird-uikit-react v3.3.7
[v3.3.7] (Feb 24 2023)

latest releases: v3.15.3, v3.15.2, v3.15.1...
19 months ago

Features:

  • Add props activeChannelUrl to ChannelList to give an option to pragmatically set a channel from a parent component router
    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 false

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

NewReleases is sending notifications on new releases.