Skip to content

Commit

Permalink
release: 1.3.8 (#137)
Browse files Browse the repository at this point in the history
## [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.
  • Loading branch information
AhyoungRyu authored Mar 28, 2024
1 parent 43ea629 commit 8fe834a
Show file tree
Hide file tree
Showing 6 changed files with 117 additions and 109 deletions.
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
106 changes: 53 additions & 53 deletions packages/self-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/self-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"format": "npm run prettier:fix && npm run lint:fix"
},
"dependencies": {
"@sendbird/chat-ai-widget": "^1.3.5",
"@sendbird/chat-ai-widget": "^1.3.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Loading

0 comments on commit 8fe834a

Please sign in to comment.