Skip to content

Commit

Permalink
release: v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Sep 19, 2024
1 parent 5a61b19 commit 93d5f17
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## [1.8.2] (Sep 19, 2024)
### Fix:
- Removed CSS styles that could potentially affect the client's website

## [1.8.1] (Sep 12, 2024)
### Fix:
- Fixed that prevent zoom when focusing on input in iOS mobile

## [1.8.0] (Sep 12, 2024)

### Feat:
- **File Message Support**: File attachment in messages is now supported. Of course, drag-and-drop and copy-paste actions are also supported.
- **Locale Support**: Added a `locale` option to support multiple languages for welcome messages and suggested replies. If not specified, the browser's default language will be used. (support for multilingual settings will be available in the dashboard).
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.8.1",
"version": "1.8.2",
"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
18 changes: 17 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3259,7 +3259,23 @@ __metadata:
languageName: node
linkType: hard

"@sendbird/chat-ai-widget@npm:1.8.1, @sendbird/chat-ai-widget@workspace:.":
"@sendbird/chat-ai-widget@npm:1.8.1":
version: 1.8.1
resolution: "@sendbird/chat-ai-widget@npm:1.8.1"
dependencies:
styled-components: "npm:^5.3.11"
peerDependencies:
date-fns: ^3.6.0
react: ^16.8.6 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.6 || ^17.0.0 || ^18.0.0
peerDependenciesMeta:
date-fns:
optional: true
checksum: 10c0/41949dca0399ef835c9e40547ae751079282340039da8bdd49706d56cdb3f2e5516161fec2094681a74c2f3a5b37cc690372a6c3a2fe7e5c2b18beebb8b2fc8b
languageName: node
linkType: hard

"@sendbird/chat-ai-widget@workspace:.":
version: 0.0.0-use.local
resolution: "@sendbird/chat-ai-widget@workspace:."
dependencies:
Expand Down

0 comments on commit 93d5f17

Please sign in to comment.