@liveblocks/node
Advanced tools
Changelog
v1.12.0
@liveblocks/react
useInboxNotificationThread
hook to createLiveblocksContext
, which
can be used to retrieve threads within thread notifications for more
flexibility.startsWith
operator to useThreads
when filtering based on
metadata.@liveblocks/react-comments
InboxNotification
component
via the kinds
prop and the InboxNotification.Custom
component.--lb-destructive
,
--lb-destructive-foreground
, and --lb-destructive-contrast
)@liveblocks/node
triggerInboxNotification
method that lets you trigger custom
notification kinds.getRooms
method. This works via
query.roomId
, metadata
is deprecated and is now query.metadata
.getRooms
and
getThreads
methods.getRooms
and getThreads
methods, which supports exact matches and the startsWith
operator.