Skip to content

v2.0.0-beta.29

Compare
Choose a tag to compare
@tjtanjin tjtanjin released this 18 Feb 17:52
· 9 commits to main since this release

Fixed:

  • Fixed issues with stream message events

Added:

  • Added a new optional contentWrapper property to 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. For example, the newly published Markdown Renderer uses this new property.