Changelog
Week 45
v2.11.0
@liveblocks/react-ui
- Upgrade dependencies.
- Fix minor appearance issues related to attachments.
- Fix pasting issues introduced in 2.10.0.
@liveblocks/react
- Fix regression with
useThreads
that caused the hook to return an error if its associated room did not exist.
@liveblocks/react-tiptap
- Initial release.
@liveblocks/emails
- Initial release.
Documentation
@liveblocks/react-tiptap
API reference.- New Tiptap overview page.
- Restructured getting started, adding new guides for using
@liveblocks/react-tiptap
on Next.js and React. @liveblocks/emails
API reference.- Updated guide on sending emails when comments are created.
- Updated email notifications overview.
Examples
- New Next.js Comments + Resend example.
- New Next.js Comments + SendGrid example.
- Updated Next.js Starter Kit to use
@liveblocks/react-tiptap
. - Updated Next.js advanced Tiptap text editor example to use
@liveblocks/react-tiptap
. - Updated Next.js Tiptap text editor example to use
@liveblocks/react-tiptap
.