Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sendbird/uikit-react

Package Overview
Dependencies
Maintainers
1
Versions
229
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sendbird/uikit-react - npm Package Versions

1
23

3.14.7-rc-1

Diff

sendbird
published 3.14.7 •

Changelog

Source

[v3.14.7] (May 23, 2024)

Fixes

  • Fixed issue where files that failed to compress were not being sent
  • Cleaned up the props of the ChannelSettings component to ensure all missed props are applied
  • Exported the ChannelSettingsHeader component as default
    import ChannelSettingsHeader from '@sendbird/uikit-react/ChannelSettings/components/ChannelSettingsHeader'
    
  • Fixed the issue where the mention feature did not work properly in the input component
  • Fixed the issue where unnecessary spaces were added between mention texts when editing an already mentioned message
  • Improved the scroll position flickering issue when loading previous messages
  • Implemented an attempt to load based on screen size threshold
  • Added data-testid to the UI components for making it easily to select them in the QE test

Features

  • Added MESSAGE_INPUT__PLACE_HOLDER__FROZEN to StringSet: 'Chat is unavailable in this channel'
sendbird
published 3.14.7-rc.0 •

sendbird
published 3.14.6 •

Changelog

Source

[v3.14.6] (May 10, 2024)

Fixes

  • Fixed a bug where import statements are not located at the top of the extracted index.css file
sendbird
published 3.14.5 •

Changelog

Source

[v3.14.5] (May 04, 2024)

Fixes

  • Fixed a bug where channel scroll to bottom is not called internally when last message is updated with suggested replies
sendbird
published 3.14.4 •

Changelog

Source

[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'
sendbird
published 3.14.3 •

Changelog

Source

[v3.14.3] (Apr 19, 2024)

Features

  • Add outputFormat to the image compression options
    <SendbirdProvider
      ...
      imageCompression={{
        outputFormat: 'preserve' | 'png' | 'jpeg',
      }}
    >
    </SendbirdProvider>
    

Fixes

  • Set the message list padding with 12px in the mobile mode
sendbird
published 3.14.3-rc.1 •

sendbird
published 3.14.3-rc.0 •

sendbird
published 3.14.2 •

Changelog

Source

[v3.14.2] (Apr 18, 2024)

Fixes

  • Fixed a bug where right padding is added to messages sent by me in mobile devices
  • Removed image section in the OGMessageItemBody if there is no og image
  • Fixed that safely opens URL to prevent XSS
  • Fixed that copying URI-list issue in the iOS device/Safari
  • Fixed that channel badge count is not updated on iOS Webview
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc