Skip to content

Releases: sendbird/chat-ai-widget

v1.5.9

22 May 05:06
1228f1e
Compare
Choose a tag to compare

[1.5.9] (May 22 2024)

Feat:

Carousel message

Widget now supports carousel message for commercial shop items. Message with valid extendedMessagePayload?.commerce_shop_items value is displayed as carousel component that is interactable.

Others

  • Added enableResetHistoryOnConnect in Constant for allowing to reset chat history
  • Added onWidgetExpandStateChange to Constant.callbacks that will be called upon expanded state change event

Fix:

  • Fixed a bug where botStudioEditProps.botInfo.profileUrl is not applied to typing indicator bubble
  • Fixed a bug where suggested replies of botStudioEditProps.welcomeMessages are not being removed after a message is sent
  • Fixed a bug where injected welcome messages are not displayed when there is no message in the channel
  • Adjusted margins of message timestamp
  • Fixed a bug where message bubble width is incorrectly displayed depending on the length of text

Permanently removed

  • Following Constant properties are removed because they were not being considered internally:
    • instantConnect
    • botNickName
    • enableMobileView (use deviceType instead)

1.5.8

17 May 12:21
Compare
Choose a tag to compare

[1.5.8] (May 17 2024)

Fix:

  • Fixed a bug where styles were broken on some websites

v1.5.7

15 May 11:57
Compare
Choose a tag to compare

[1.5.7] (May 15 2024)

Feat:

  • Added widgetOpenState and onWidgetOpenStateChange to Constant

Fix:

  • Fixed a bug where a message sent by a member that is not the current user nor the bot user is displayed incorrectly

1.5.6

10 May 15:29
Compare
Choose a tag to compare

[1.5.6] (May 10 2024)

Fix:

  • Fixed a bug where the widget wouldn't close in the mobile view when autoOpen was set to true.

v1.5.5

10 May 09:28
Compare
Choose a tag to compare

[1.5.5] (May 10 2024)

Feat:

  • Added botStudioEditProps in Constant. Supports real time update of various injected states such as botInfo, aiAttributes, welcomeMessages, and styles

Fix:

  • Fixed a bug where sender name is overflowing in a bot message
  • Fixed a bug where message input is not being disabled when last message has a suggested replies
  • Fixed a bug where multi-line message data content is displayed incorrectly

Chore:

  • Increased channel header button sizes in mobile view
  • autoOpen is now applied in the mobile view as well

v1.5.4

09 May 07:54
Compare
Choose a tag to compare

[1.5.4] (May 8 2024)

Feat:

  • Added a new optional property deviceType to Constant. When given, the app fixates its view type accordingly irregardless of change of screen width

Fix:

  • Fixed a bug where initial scroll position is not at the bottom when last message has suggested replies
  • Fixed a bug where margin between neighboring messages is not always 16px
  • Fixed a bug where users join empty channels when a bot is recreated with the same ID
  • Fixed a bug where modal components being rendered beneath chat component

v1.5.3

03 May 07:00
Compare
Choose a tag to compare

[1.5.3] (May 3 2024)

Fix:

  • Fixed errors occurring when removing a channel or when the bot leaves.
  • Fixed types path correctly.

1.5.2

02 May 12:21
Compare
Choose a tag to compare

[1.5.2] (May 2 2024)

Fix:

  • Fixed an accidental disconnect issue.

1.5.1

30 Apr 13:02
Compare
Choose a tag to compare

Chore:

  • Reduced chat-ai-widget bundle size 402.12 kB -> 292.90 kB (gzip); 27.36%
    • Removed @sendbird/uikit-react dependency from package.json.
    • Linked the necessary code from sendbird/uikit-react github repository directly into packages/uikit/ dir through a Git submodule.
    • Updated our build process(Github workflow / Circleci config) to initialize and update the Git submodule, ensuring that the latest version of the code is always used.

[Deprecated] [v1.5.0]

30 Apr 11:54
Compare
Choose a tag to compare

Deprecated version