Skip to content

Commit

Permalink
release: 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AhyoungRyu committed Mar 28, 2024
1 parent 43ea629 commit 1204011
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@

## [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.

## [1.3.7] (Mar 26 2024)
#### Feat:
- Apply UIKit classNames to user message text & suggested replies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/chat-ai-widget",
"version": "1.3.7",
"version": "1.3.8",
"description": "Sendbird Chat AI Widget,\n Detailed documentation can be found at https://github.com/sendbird/chat-ai-widget#readme",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
Expand Down

0 comments on commit 1204011

Please sign in to comment.