ChangelogWeek 47
Week 47
v2.12.2
@liveblocks/react-tiptap
- Add new options for
useLiveblocksExtensionto allow setting initial content, experimental offline support, and the field name. - Update floating composer to support
onComposerSubmithandler and closing the composer with the escape key.
@liveblocks/zustand
- Add support for Zustand v5.
v2.12.1
@liveblocks/react-ui
- Prevent unsupported attachment previews from loading infinitely.
- Refactored
ThreadandCommentcomponent to be used outside of theRoomProvidercomponent.
Documentation
- Better info on default permissions with access tokens.
- Updated API reference for
useLiveblocksExtension.
Examples
- Added offline support for Tiptap text documents in the Next.js Starter Kit.