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 18, 2024
1 parent d2cfe1a commit 0136ffd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG.md

## v2.0.0-beta.19 (18-10-2024)

**Fixed:**
- Fixed an issue where using `ChatBotProvider` for hooks will cause infinite re-renders
- Fixed an issue where audio service will read out html tags
- Fixed an issue where `sendOutput` field is being ignored for `options` and `checkboxes` attributes
- Fixed an issue where tooltip had a much lower z-index than chat window, causing it to be partially hidden
- Fixed an issue with the `useToasts` hook not being imported correctly
- Fixed an issue where chatbot button svg icon was not rendered correctly on mobile devices

**Added:**
- Added a new `updateSettings` utility function to the `useSettings` hook (refer to documentation for details)
- Added a new `updateStyles` utility function to the `useStyles` hook (refer to documentation for details)

## v2.0.0-beta.18 (14-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.18",
"version": "2.0.0-beta.19",
"description": "A modern React library for creating flexible and extensible chatbots.",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 0136ffd

Please sign in to comment.