Skip to content

Commit

Permalink
docs: Add changelog for v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed May 18, 2024
1 parent 281daf9 commit b436d55
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG.md

## v1.6.1 (18-05-2024)

**Added:**
- Added a new `showCount` property to the `notification` section which allows showing/hiding of unread message count on the top right corner of chatbot button

**Fixed:**
- Improved performance for streaming messages
- Fixed an issue where streaming messages while `dangerouslySetInnerHtml` is set to `true` will pause briefly on encountering html tags
- Fixed an issue where notification sound may occasionally chime when chatbot is embedded
- Fixed an issue where textarea styles may be inconsistent when disabled/focused
- Fixed an issue where the bot may crash on rare occasions when users spam the voice button

## v1.6.0 (11-05-2024)

**Added:**
Expand Down

0 comments on commit b436d55

Please sign in to comment.