Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 1.1.0 #67

Merged
merged 2 commits into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading