Skip to content

Commit 9482553

Browse files
committed
docs: Update changelog and version
1 parent 18b3526 commit 9482553

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG.md
22

3+
## v2.0.0-beta.31 (25-02-2025)
4+
5+
**Deprecated:**
6+
- Removed `botBubble.dangerouslySetInnerHtml` and `userBubble.dangerouslySetInnerHtml` properties, whose logic has now been shifted to the newly published [**HTML Renderer**](https://www.npmjs.com/package/@rcb-plugins/html-renderer) plugin
7+
8+
**Added:**
9+
- Added a new `rcb-start-audio-speak` event
10+
- Added a new optional `tags` property to [`Message`](https://react-chatbotify.com/docs/concepts/conversations#message) component, targeted at plugins looking to add identifiers to messages (for example, to know when a message was processed by a plugin)
11+
- Added a new `simStreamChunker` data field to `rcb-pre-inject-message` event, which allows custom parsing of simulated stream
12+
- Added a new `hasChatHistoryLoaded` state to the `useChatHistory` hook to determine if chat history has been loaded
13+
314
## v2.0.0-beta.30 (19-02-2025)
415

516
**Fixed:**

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"files": [
1313
"./dist"
1414
],
15-
"version": "2.0.0-beta.30",
15+
"version": "2.0.0-beta.31",
1616
"description": "A modern React library for creating flexible and extensible chatbots.",
1717
"type": "module",
1818
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)