@liveblocks/yjs
Advanced tools
Changelog
v2.3.0
@liveblocks/react-lexical
AnchoredThreads
and FloatingThreads
to display
threads that are tied to a specific part of the document, similar to Notion,
Linear, etc:
FloatingThreads
displays floating Thread
components below text highlights in the editor.AnchoredThreads
displays a list of Thread
components vertically alongside the editor.@liveblocks/react
useDeleteInboxNotification
and useDeleteAllInboxNotifications
hooks.resolved
query not being applied when filtering threads with
useThreads
.@liveblocks/react-ui
InboxNotification
.InboxNotification
when already read.@liveblocks/node
deleteInboxNotification
and deleteAllInboxNotifications
methods.Changelog
v2.2.2
@liveblocks/react-ui
textMention
inbox notifications.textMention
usage (and its props type) when customizing rendering via
kinds
on InboxNotification
.Changelog
v2.2.1
@liveblocks/yjs
Changelog
v2.2.0
We are making resolved
a first-class citizen property on
threads, for
more information about this change please read our
Upgrade Guide for 2.2.
@liveblocks/react
useMarkThreadAsResolved
and useMarkThreadAsUnresolved
hooks.query.resolved
when filtering threads.useStorageStatus
hook now also has a { smooth: true }
setting to make building calm UIs with
it a bit easier.useClient()
hook is now also available for users of
createRoomContext()
and/or createLiveblocksContext()
@liveblocks/react-ui
resolved
property in Thread
component.useTransition
fallback which would break on React versions
lower than 18.@liveblocks/node
markThreadAsResolved
and markThreadAsUnresolved
methods.ThreadMarkedAsResolvedEvent
and ThreadMarkedAsUnresolvedEvent
webhook
events.query.resolved
when querying threads.@liveblocks/react-lexical
lexical
peer dependency to version ^0.16.1
that fixes
compatibility issues with Next.js versions 14.2.0 and above.@liveblocks/node-lexical
lexical
peer dependency to version 0.16.1
.