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

1.3.6-rc-0

Diff
sendbird
published 1.3.6-rc-0 •
sendbird
published 1.3.5 •

Changelog

Source

[1.3.5] (Mar 22 2024)

Chore:
  • Inject className; sendbird-word to the message bubble component to make it customizable
Feat:
  • Enable passing stringSet prop from ChatAiWiget to UIKit
    • Available stringSet can be found at https://github.com/sendbird/sendbird-uikit-react/blob/main/src/ui/Label/stringSet.ts.
sendbird
published 1.3.5-rc-0 •
sendbird
published 1.3.4 •

Changelog

Source

[1.3.4] (Mar 19 2024)

Feat:
  • Drop react-code-block library & add new CodeBlock component.
    • This update introduces a new component for displaying code blocks in a more efficient and stylized manner.
Fix:
  • Fix mobile UX issues to enhance UX on mobile devices by addressing various UI and interaction problems.
  • Fix visibility of empty elements handling to ensure that empty elements in the application do not interfere with the user's experience by being incorrectly visible.
sendbird
published 1.3.3-sc-bot-0 •
sendbird
published 1.3.3 •

Changelog

Source

[v1.3.3] (Mar 15 2024)

Feat:
  • Put the manual suggested reply component back for enhanced user interaction.
Chore:
  • Apply dynamic import for index script caching to improve performance and caching.
  • Add self-service script publish guide.
sendbird
published 1.3.2 •

Changelog

Source

[v1.3.2] (Mar 12 2024)

Feat:
  • Added support for simple markdown formats in bot messages
    • Supports bold format (**bold**)
    • Supports link format ([text](url))
Fix:
  • Addressed issues related to rendering bot messages
sendbird
published 1.3.2-rc.0 •
sendbird
published 1.3.1 •

Changelog

Source

[v1.3.1] (Mar 8 2024)

Fix:
  • Hide unused button icons
  • Removed inherited margin and background-color from global CSS in the form
  • Fixed a scroll issue in safari browser
  • Added z-index to mobile container
sendbird
published 1.3.1-rc.1 •