Changelogv1.4.0
v1.4.0
DevTools
- New Yjs tab: visualize Yjs documents as a diagram, a tree, or as a list of operations, and inspect Awareness at the same time as Presence.
- New Events tab: inspect all custom Events a client receives in an event timeline, for easy testing/debugging.
@liveblocks/yjs
- Add support for the Liveblocks DevTools.
@liveblocks/client
- Broadcast event messages now include a
userproperty to indicate the user that sent the event:
@liveblocks/react
- Broadcast event messages now include a
userproperty to indicate the user that sent the event: - Breaking (beta): Comments' hook
useThreadsnow returns an object in its Suspense version. (const threads = useThreads()becomesconst { threads } = useThreads())
@liveblocks/react-comments
- Breaking (beta):
Comment’sindentBodyandThread’sindentCommentBodywere renamed toindentContentandindentCommentContentrespectively.Thread’sonResolveChangewas renamed toonResolvedChange. - Add emoji button in
Composer.
@liveblocks/node
- Support using
@liveblocks/nodein Edge runtimes.