@liveblocks/node
Advanced tools
Changelog
2.5.1
@liveblocks/yjs
LiveblocksProvider
update
/change
event not returning removed
users.Changelog
2.5.0
@liveblocks/react
useIsInsideRoom
hook, useful for rendering different components inside and outside of
RoomProvider
.@liveblocks/react-lexical
useEditorStatus
which prevented it from returning a correct
status when LexicalPlugin
was rendered conditionally.@liveblocks/react-ui
Composer
.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.