@liveblocks/yjs
Advanced tools
Changelog
v1.4.5
@liveblocks/react
createThread
not creating valid comment.@liveblocks/node
Changelog
v1.4.4
@liveblocks/react
removeReaction
not removing reactions which led to reactions displaying
a count of 0.@liveblocks/react-comments
Changelog
v1.4.3
@liveblocks/react
useOthers()
that could lead to the warning "The result of
getServerSnapshot should be cached to avoid an infinite loop"@liveblocks/react-comments
Changelog
v1.4.2
@liveblocks/client
Changelog
v1.4.0
@liveblocks/yjs
@liveblocks/client
user
property to indicate the user
that sent the event:
room.subscribe("event", ({ event, user }) => {
// ^^^^ New!
});
@liveblocks/react
user
property to indicate the user
that sent the event:
useEventListener(({ event, user }) => {
// ^^^^ New!
});
useThreads
now returns an object in its
Suspense version. (const threads = useThreads()
becomes
const { threads } = useThreads()
)@liveblocks/react-comments
Comment
’s indentBody
and Thread
’s
indentCommentBody
were renamed to indentContent
and indentCommentContent
respectively. Thread
’s onResolveChange
was renamed to onResolvedChange
.Composer
.@liveblocks/node
@liveblocks/node
in
Edge runtimes.