Changelogv1.11.0
v1.11.0
@liveblocks/node
- Add
updateRoomIdmethod that lets you update the room ID of the specified room. - Add an optional
guidparameter tosendYjsBinaryUpdateandgetYjsDocumentAsBinaryUpdateto point to a Yjs subdocument with the specified guid.
@liveblocks/react
- Add
scrollOnLoadoption touseThreads: enabled by default, this option controls whether to scroll to a comment on load based on the URL hash. useUseranduseRoomInfono longer support returning nothing. Returningundefinedwill now be treated as an error.- Fix bug where
useUseranduseRoomInforeturned an extradatasuperfluous property. - Fix bug where customizing types on
createLiveblocksContextwould conflict with the providedClient.
@liveblocks/react-comments
- Add actions to
InboxNotificationwith a single action for now: marking as read. - Improve actions hover behavior in
Comment/Thread. - Change
Commentbackground color when it’s linked to or being edited.