New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sendbird/chat-ai-widget

Package Overview
Dependencies
Maintainers
0
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sendbird/chat-ai-widget - npm Package Versions

1
15

1.0.8

Diff

Changelog

Source

[v1.0.8] (Aug 31 2023)

Feat:
  • Implemented quick reply UI attachment to the bottom of bot messages.
  • Introduced a new feature for quick reply UI.
  • Introduce ai widget script loading for non-react users.
Improvements:
  • Removed redundant styles to enhance the user interface.
  • Improved the BETA logo UI.
Fixes:
  • Corrected the format of quick replies.
  • Addressed an issue with incorrect quick replies format.
  • Removed an unnecessary isStartingPage condition.
Chores:
  • Moved url-webdemo to the packages directory for improved organization.
sendbird
published 1.0.8-rc-0 •

sendbird
published 1.0.7 •

Changelog

Source

[v1.0.7] (Aug 10 2023)

Feat:
  • Added support for mobile devices.
  • Set instantConnect: true as default
    • If instantConnect set is true, the SDK connection will be established right after mounting the <Chat /> or <ChatAiWidget /> component
Fixes:
  • Fixed issues related to AdminMessage handling and introduced an option for source messages.
  • Fixed an issue where scrolling in the parent element was not prevented.
sendbird
published 1.0.6 •

Changelog

Source

[v1.0.6] (Aug 7 2023)

Improvements:
  • Some users experienced slow loading of the chat AI widget due to the large bundle size of react-code-blocks.So we implemented lazy loading for the <CodeBlock /> component, resulting in faster and more efficient initialization.
Chores:
  • Pass customExtensionParams to SBProvider for logging purpose.
sendbird
published 1.0.6-rc-0 •

sendbird
published 1.0.5-rc-0 •

sendbird
published 1.0.5 •

Changelog

Source

[v1.0.5] (July 31 2023)

Fixes:
  • Resolved an issue where the suggested reply panel overlapped the last message when streaming reply was enabled. By adding a 50px buffer to the scroll, the suggested reply panel now displays correctly without obstructing the last message.
Feat:
  • Added an interface to enable users to utilize their custom session handler. Introducing new props: configureSession and userId, which can now be passed into the <SendbirdProvider /> component.
sendbird
published 1.0.4 •

Changelog

Source

[v1.0.4] (July 27 2023)

Enhancement
  • Improved Channel Refresh Icon Control:
    • Previously, the refresh icon and the expand + close icons were placed separately, causing alignment issues. To address this, the <EmptyContainer /> was used to prevent overlapping.
    • Introduced a new prop, customRefreshComponent, which allows users to provide their own custom refresh icon component for better control.
Bug fix:
  • Detailed Waiting Logic for Pending Bot Messages:
    • Implemented a logic to wait until the last message in the group channel is not null, with a timeout of up to 3 seconds. This fix addresses issues where Bot's messages were pending after sending the first message.
sendbird
published 1.0.4-rc-0 •

sendbird
published 1.0.3 •

Changelog

Source

[v1.0.3] (July 25 2023)

  1. Added a hashedKey handling feature for using the chat-ai-widget in ai-bot-url-webdemo.
  2. Introduced new props and exported the Chat component with the following features:
    • instantConnect: When set to true, the SDK connection will be established right after mounting the Chat or ChatAiWidget component.
    • customBetaMarkText: Allows customization of the BETA tag text in the Channel header.
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