github sendbird/sendbird-uikit-react v3.17.5
## [v3.17.5] (DEC 03 2025)

8 hours ago

[v3.17.5] (DEC 03 2025)

Features

  • Added autoscrollMessageOverflowToTop global option

    When enabled, if a newly received message is taller than the viewport, the scroll position no longer auto-jumps to the bottom. Instead, the view scrolls to the top of the new message to keep its start in focus.

    • How to use?
      <App
        appId={appId}
        userId={userId}
        autoscrollMessageOverflowToTop={true}
      />

Fixes

  • Fixed a bug where scrollToMessage

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

NewReleases is sending notifications on new releases.