Changelog
Week 47
v2.12.2
@liveblocks/react-tiptap
- Add new options for
useLiveblocksExtension
to allow setting initial content, experimental offline support, and the field name. - Update floating composer to support
onComposerSubmit
handler 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
Thread
andComment
component to be used outside of theRoomProvider
component.
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.