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
1
Versions
145
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.7.0

Diff

Changelog

Source

[1.7.0] (Jun 24, 2024)

Feat:

  • Migrated endpoint for FormMessage to a new one
sendbird
published 1.6.5 •

Changelog

Source

[1.6.5] (Jun 18, 2024)

Feat:

  • Added botStudioEditProps.styles.toggleButtonUrl to customize the toggle button image.
  • Exported WidgetButton component.

Fix:

  • Fixed the disabled placeholder for waiting suggested replies.
  • Fixed the issue where JavaScript would run when a link was ctrl + clicked.
sendbird
published 1.6.5-rc.0 •

sendbird
published 1.6.4 •

Changelog

Source

[1.6.4] (Jun 13, 2024)

Fix:

  • Fixed an issue where the link text color did not change according to the theme.
sendbird
published 1.6.4-rc.1 •

sendbird
published 1.6.4-rc.0 •

sendbird
published 1.6.3 •

Changelog

Source

[1.6.3] (Jun 11, 2024)

Fix:

  • Fixed the positioning of the scroll-to-bottom button.
  • Fixed the positioning of the "powered by" banner.
  • Added an underline to links in messages.
sendbird
published 1.6.2 •

Changelog

Source

[1.6.2] (Jun 7, 2024)

Feat:

  • Added video message support for bot messages. The widget now supports video messages sent by the bot.
  • Added support for using new channels in widget_setting when a new channel is created.
  • Added sessionToken prop for managing manual sessions.

Fix:

  • Fixed a bug where the widget would not connect to the bot when the cached channel is not found and now creates a new channel.
  • Fixed a bug where the feedback did not work according to the option set in the dashboard.

Chore:

  • Removed the default value of false for mentions in self-service.
sendbird
published 1.6.1 •

Changelog

Source

[1.6.1] (Jun 4, 2024)

change:

  • Removed auto focusing of message input when disabled state changes to false
sendbird
published 1.6.0 •

Changelog

Source

[1.6.0] (May 31, 2024)

Feat:

  • Added messageInputControls to Constant. It allows to control enabled/disabled state of the message input
  • Added dateLocale to Constant. It is applied to string values of message timestamp and date separator
  • Added the enableHideWidgetForDeactivatedUser to Constant. It is used to decide whether the chatbot widget is hidden or not when the user is deactivated
import { ar } from 'date-fns/locale';

<ChatAiWidget
  applicationId={props.applicationId}
  botId={props.botId}
  messageInputControls={{
    blockWhileBotResponding: 30000, // Change force unblock timeout to 30 seconds. Default value is 10 seconds.
  }}
  dateLocale={ar} // Applies Arabic locale.
  enableHideWidgetForDeactivatedUser={true}
/>

Refer to Available props section in README.md file for details.

Fix:

  • Fixed a bug where multiple timestamps of messages are not grouped into one when should be if botStudioEditProps.welcomeMessages is given
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