Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Feb 18, 2025
1 parent e864326 commit a0f0f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Added a new optional `contentWrapper` property to [`Message`](https://react-chatbotify.com/docs/concepts/conversations#message) component, targeting niche use cases where additional parsing/rendering of strings for a message are required before it is wrapped in a chat message bubble

**Note:**
The addition of the niche property `contentWrapper` is not typical - in general, we avoid niche implementations in the core library. In this case however, it provides an elegant solution for supporting plugins that need to render messages in specific formats (e.g. markdown).
The addition of the niche property `contentWrapper` is not typical - in general, we avoid niche implementations in the core library. In this case however, it provides an elegant solution for supporting plugins that need to render messages in specific formats. For example, the newly published [**Markdown Renderer**](https://www.npmjs.com/package/@rcb-plugins/markdown-renderer) uses this new property.

## v2.0.0-beta.28 (13-02-2025)

Expand Down

0 comments on commit a0f0f65

Please sign in to comment.