Skip to content

Conversation

@chohongm
Copy link
Contributor

@chohongm chohongm commented May 2, 2024

[v3.14.4] (May 02, 2024)

Features

  • Added suggestedRepliesDirection global option which serves as vertical/horizontal scroll option for SuggestedReplies
    • 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,
          // Below changes scroll direction from horizontal to vertical.
          suggestedRepliesDirection: 'vertical'
        }
      }}
    />
  • Added a new ui component Header (import Header from '@sendbird/uikit-react/ui/Header') which replaced all existing header components

Fixes

  • Fixed a bug where suggested replies are incorrectly displayed when showSuggestedRepliesFor is set to 'last_message_only'

@chohongm chohongm requested review from AhyoungRyu, HoonBaek and bang9 May 2, 2024 06:29
@chohongm chohongm self-assigned this May 2, 2024
@netlify
Copy link

netlify bot commented May 2, 2024

Deploy Preview for sendbird-uikit-react ready!

Name Link
🔨 Latest commit b9b57cb
🔍 Latest deploy log https://app.netlify.com/sites/sendbird-uikit-react/deploys/66333606609fa20008978343
😎 Deploy Preview https://deploy-preview-1084--sendbird-uikit-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@chohongm
Copy link
Contributor Author

chohongm commented May 2, 2024

/bot create ticket

@github-actions
Copy link

github-actions bot commented May 2, 2024

@github-actions
Copy link

github-actions bot commented May 2, 2024

[Creating Ticket] In progress https://app.circleci.com/pipelines/github/sendbird/sdk-deployment/659

@sendbird-sdk-deployment
Copy link
Collaborator

[Creating Ticket] 🔖 Done https://sendbird.atlassian.net/browse/SDKRLSD-1265

@chohongm chohongm merged commit ece86e7 into main May 2, 2024
@chohongm chohongm deleted the release/v3.14.4 branch May 2, 2024 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants