Skip to content

Commit

Permalink
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG.md

## v2.0.0-beta.6 (24-08-2024)

**Fixed:**
- Fixed an issue where chat icon will not fit in the button correctly
- Fixed an issue where `baseUrl` was wrongly named `base_url`

**Added:**
- Added caching of themes locally to improve performance
- Added optional `cacheDuration` field when specifying themes which specifies in seconds the duration to cache the theme for (defaults to 30 days)

## v2.0.0-beta.5 (15-08-2024)

**Fixed:**
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
@@ -12,7 +12,7 @@
"files": [
"./dist"
],
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"description": "A modern React library for creating a flexible and extensible chatbot.",
"type": "module",
"main": "./dist/index.cjs",

0 comments on commit 7cc406e

Please sign in to comment.