npm @sendbird/uikit-react 3.3.7
[v3.3.7] (Feb 24 2023)

latest releases: 3.15.8, 3.15.8-rc-0, 3.15.7...
20 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 uikit-react release

NewReleases is sending notifications on new releases.