Skip to content

Commit

Permalink
release: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AhyoungRyu committed Nov 9, 2023
1 parent f29aa96 commit df2e32f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [v1.1.0] (Nov 9, 2023)
#### Feat:
- Renamed `quick_replies` to `suggested_replies`
- Renamed `extendedMessage` to `extendedMessagePayload` in the message data
- Added a feedback response with thumbs up and down emojis
- Introduced a boolean parameter, `enableEmojiFeedback`, to control emoji display
- Changed scroll block option to `end` from `nearest` in the useScrollOnStreaming hook
- Merged sender profile when messages are sent in a short span of time
- Made profile image invisible only when consecutive message senders are the same
- Added form message UI components: `<FormInput />` & `<FormMessage />`
- Supported user conversations with 3 or more participants in the chatbot
- Enabled user(bot) mention

#### Fixes:
- Fixed URL parsing in the first message

## [v1.0.8] (Aug 31 2023)

#### Feat:
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.0.8",
"version": "1.1.0",
"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 df2e32f

Please sign in to comment.