Skip to content

Commit

Permalink
release/v1.5.4 (#202)
Browse files Browse the repository at this point in the history
* release/v1.5.4

* chore: update chat-ai-widget version to v1.5.4

---------

Co-authored-by: sendbird-sdk-deployment <[email protected]>
  • Loading branch information
liamcho and sendbird-sdk-deployment authored May 9, 2024
1 parent e237cac commit ad87718
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [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

## [1.5.3] (May 3 2024)
#### Fix:
- Fixed errors occurring when removing a channel or when the bot leaves.
Expand Down
12 changes: 6 additions & 6 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/chat-ai-widget",
"version": "1.5.3",
"version": "1.5.4",
"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
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.5.3",
"@sendbird/chat-ai-widget": "^1.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit ad87718

Please sign in to comment.