Skip to content

Commit

Permalink
docs: Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Oct 22, 2024
1 parent 7f82d47 commit 7e922db
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG.md

## v2.0.0-beta.21 (22-10-2024)

**Minor Breaking Change:**
- The `desktopEnabled` and `mobileEnabled` properties previously found under `settings.general` have been moved to a new `settings.device` section

**Fixed:**
- Fixed an issue with notification sound spams when streaming messages

**Added:**
- Added a new `sendIconHoveredStyle` to allow users to define send icon styles on hover
- Added a new `device` section (which the `desktopEnabled` and `mobileEnabled` properties are moved to)
- Added a new `applyMobileOptimizations` property to the newly added `settings.device` section

## v2.0.0-beta.20 (21-10-2024)

**Fixed:**
Expand Down
4 changes: 2 additions & 2 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
Expand Up @@ -12,7 +12,7 @@
"files": [
"./dist"
],
"version": "2.0.0-beta.20",
"version": "2.0.0-beta.21",
"description": "A modern React library for creating flexible and extensible chatbots.",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 7e922db

Please sign in to comment.