@liveblocks/yjs
Advanced tools
Changelog
v2.4.0
@liveblocks/client
Client
and Room
.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
.