chat-ai-widget

Build AI Chatbot in minutes with Sendbird Chatbot Widget.

MIT License

Downloads
5.5K
Stars
28
Committers
9

Bot releases are hidden (Show)

chat-ai-widget - [1.3.8] (Mar 28 2024)

Published by AhyoungRyu 7 months ago

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.
chat-ai-widget - [1.3.7] (Mar 26 2024)

Published by AhyoungRyu 7 months ago

Feat:

  • Apply UIKit classNames to user message text & suggested replies
    • styled-components.d.ts has been added to override DefaultTheme
chat-ai-widget - [1.3.5] (Mar 22 2024)

Published by AhyoungRyu 7 months ago

Chore:

  • Inject className; sendbird-word to the message bubble component to make it customizable

Feat:

chat-ai-widget - [1.3.4] (Mar 19 2024)

Published by AhyoungRyu 7 months ago

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.
chat-ai-widget - [v1.3.3] (Mar 15 2024)

Published by AhyoungRyu 7 months ago

Feat:

  • Put the manual suggested reply component back for enhanced user interaction.

Chore:

chat-ai-widget - [v1.3.2] (Mar 12 2024)

Published by bang9 7 months ago

[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
chat-ai-widget - [v1.3.1] (Mar 08 2024)

Published by bang9 8 months ago

[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
chat-ai-widget - [Deprecated] [v1.2.3]

Published by bang9 8 months ago

Deprecated version

chat-ai-widget - [Deprecated] [v1.2.4]

Published by bang9 8 months ago

Deprecated version

chat-ai-widget - [v1.2.5] (Mar 05 2024)

Published by bang9 8 months ago

[v1.2.5] (Mar 05 2024)

Chore:

  • Internal change
chat-ai-widget - [v1.2.2] (Mar 04 2024)

Published by bang9 8 months ago

[v1.2.2] (Mar 04 2024)

Feat:

  • Reduced initial loading time:
    • by changing delay time from 1000ms to 200ms when autoOpen is set to true.
    • by eliminating unintended duplicated initial API calls.
chat-ai-widget - [v1.2.1] (Feb 27 2024)

Published by AhyoungRyu 8 months ago

[v1.2.1] (Feb 27 2024)

Feat:

  • Improved user experience based on customer feedback:
    • Excluded display of 👍👎 emojis during message streaming.
    • Modified URL text messages from bots to be parsed as links.
    • Fixed display of code snippets which had been broken since the self-service https://github.com/sendbird/chat-ai-widget/pull/87.
  • Added renderWidgetToggleButton prop to support custom widget toggle button rendering.

Fix:

  • Replaced Channel module with GroupChannel to address issues.
  • Used isLoading and isPending along with isFetching in useChannelStyle query hook to get the loading status.
chat-ai-widget - [v1.2.0] (Feb 26 2024)

Published by AhyoungRyu 8 months ago

[v1.2.0] (Feb 26 2024)

Feat:

  • Introduced mobile view support: Users can now enable mobile view compatibility using the enableMobileView prop. To enable, simply set enableMobileView={true}. Default value is true.
  <ChatAiWidget
    {...other props}
    enableMobileView={true / false}
  />
  • Implemented Sendbird ChatAiWidget self-service integration: Detailed instructions for self-service integration can be found at here.
  • Removed startingPage related logic and props:
chat-ai-widget - v1.1.4

Published by JooeunAhn 8 months ago

chat-ai-widget - v1.1.3

Published by AhyoungRyu 8 months ago

[v1.1.3] (Feb 13 2024)

Fix:

  • Changed source display indexing from the last item to the first
  • Added a filtering option for the source list by source_type
chat-ai-widget - v1.1.2

Published by AhyoungRyu 8 months ago

[v1.1.2] (Feb 7 2024)

Fix:

  • Fixed text alignment issue with sendbird-message-input-text-field
  • Fixed autoOpen & betaMark prop behavior issue
chat-ai-widget - v1.1.1

Published by AhyoungRyu 9 months ago

What's Changed

Full Changelog: https://github.com/sendbird/chat-ai-widget/compare/v1.1.0...v1.1.1

chat-ai-widget - [v1.1.0] (Nov 9 2023)

Published by AhyoungRyu 12 months ago

Feat:

  • Renamed quick_replies to suggested_replies
  • Renamed extendedMessage to extendedMessagePayload in the message data
  • Added a feedback response with thumbs up and down emojis
    • Introduced a boolean parameter, enableEmojiFeedback, to control emoji display
  • Changed scroll block option to end from nearest in the useScrollOnStreaming hook
  • Merged sender profile when messages are sent in a short span of time
  • Made profile image invisible only when consecutive message senders are the same
  • Added form message UI components: <FormInput /> & <FormMessage />
  • Supported user conversations with 3 or more participants in the chatbot
  • Enabled user(bot) mention

Fixes:

  • Fixed URL parsing in the first message
chat-ai-widget - v1.0.12

Published by JooeunAhn about 1 year ago

chat-ai-widget - v1.0.11

Published by JooeunAhn about 1 year ago

Package Rankings
Top 16.42% on Npmjs.org
Related Projects