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
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
68
15

1.4.3

Diff
sendbird
published 1.4.3 •

Changelog

Source

[1.4.3] (April 24 2024)

Feat:
  • Integrated Datadog RUM (Real User Monitoring) in a slimmed-down version to optimize performance monitoring without heavily impacting the application's load time.
Fix:
  • Made children prop type optional for <ChatAiWidget /> component.
sendbird
published 1.4.2 •

Changelog

Source

[1.4.2] (April 23 2024)

Fix:
  • Fixed a DOMException issue in useDynamicAttachModal hook.
Chore:
  • Replaced a Sendbird AI Chatbot website link in ChatBottom component.
sendbird
published 1.4.1 •

Changelog

Source

[1.4.1] (April 22 2024)

Feat:
  • Implemented safe parsing of message.data to prevent errors in data handling.
  • Enhanced efficiency by reusing user and channel information stored in localStorage, reducing redundant data requests and improving user experience.
  • Established functionality to connect the ChatAiWidget upon component mounting, improving real-time interaction capabilities. This includes various improvements such as managing connections and handling UI behavior between mobile and desktop platforms.
Fix:
  • Corrected the position of the feedback dialog which used to be incorrectly placed after bumping up UIKit version.
Chore:
  • Updated key structures to include appId and boId, which allows better identification and tracking of business objects.
    • LocalStorage key format: @sendbird/chat-ai-widget/${appId}/${botId}
  • Cleanup of Unused Files and Dependencies: Removed unnecessary files and dependencies like dompurify to streamline the codebase.
sendbird
published 1.4.0 •

Changelog

Source

[Deprecated] [v1.4.0]

sendbird
published 1.3.9 •

Changelog

Source

[1.3.9] (April 19 2024)

Feat:
  • Created an upload_to_s3 pipeline to facilitate file transfers to AWS S3.
  • Added automated workflows for publishing, enhancing deployment efficiency.
    • workflows/package-publish.yml
Fix:
  • Corrected the positioning of the feedback icon in the bot message UI
Chore:
  • Modified the build output path for better management of build artifacts.
  • Removed react-popper-tooltip library from the project dependencies to streamline the bundle size.
sendbird
published 1.3.9-rc-0 •
sendbird
published 1.3.8 •

Changelog

Source

[1.3.8] (Mar 28 2024)

Feat:
  • Apply text and icon color variations based on theme settings to the <ErrorContainer /> component, enhancing the visual coherence across different application themes.
  • Introduce a message feedback feature that allows users to provide feedback on messages directly within the application. This feature is aimed at enhancing user engagement and interaction.
    • As part of this update, the previous 👍🏻👎 emoji reactions have been replaced with a new UI
  • Update the bot icon to a modern and more visually appealing design.
sendbird
published 1.3.7 •

Changelog

Source

[1.3.7] (Mar 26 2024)

Feat:
  • Apply UIKit classNames to user message text & suggested replies
    • styled-components.d.ts has been added to override DefaultTheme
sendbird
published 1.3.7-rc-0 •
sendbird
published 1.3.6 •

Changelog

Source

[1.3.6] (Mar 25 2024)

Feat:
  • Dismiss mobile keyboard after sending a message