Changelog
Week 50
v2.14.0
@liveblocks/emails
- Add new functions
prepareTextMentionNotificationEmailAsHtml
andprepareTextMentionNotificationEmailAsReact
to support text mention notification event for Lexical and Tiptap text editors and prepare data into email-ready formats.
v2.13.2
@liveblocks/react-lexical
- Fix report text editor function's call. Now we wait for the room's status to
be
connected
to report the text editor instead of reporting directly after room creation / loading.
@liveblocks/react-tiptap
- Fix report text editor function's call. Now we wait for the room's status to
be
connected
to report the text editor instead of reporting directly after room creation / loading.
Examples
- New example: Text Editor Emails (Tiptap).
- New example: Text Editor Emails (Lexical).
Documentation
- New guide: How to send email notifications for unread text editor mentions.
- Improved thread metadata page.
Website
- New blog post: What's new in Liveblocks: November 2024.
- Revamped the Liveblocks blog:
- Added the ability to switch between categories to find relevant posts.
- Added the ability to search posts and filter results using tags.
- Updated the layout with a table of contents, writer information, and featured posts.