@liveblocks/core
Advanced tools
Changelog
v2.24.2
@liveblocks/react-ui
Thread
and Comment
components for users without
permission to perform them, such as adding reactions or (un)resolving threads.Changelog
v2.24.1
@liveblocks/yjs
Changelog
v2.24.0
We are introducing thread subscriptions to add more granularity to thread notifications, allowing users to subscribe to threads without participating or unsubscribing from specific ones.
We are also using this opportunity to rename some of the concepts around notifications and notification settings to improve clarity. None of these changes are breaking but you can learn more about them, their rationale, and how to automatically apply them with a codemod in our Upgrade Guide for 2.24.
@liveblocks/react-ui
Thread
and thread InboxNotification
out of the box.@liveblocks/react
useSubscribeToThread
and useUnsubscribeFromThread
hooks.subscribe
and unsubscribe
methods to the existing
useThreadSubscription
hook.textMentions
in room subscription settings.useRoomNotificationSettings
and useUpdateRoomNotificationSettings
to useRoomSubscriptionSettings
and useUpdateRoomSubscriptionSettings
.@liveblocks/node
subscribeToThread
, unsubscribeFromThread
, getThreadSubscriptions
and
getUserRoomSubscriptionSettings
methods.textMentions
in room subscription settings.getRoomNotificationSettings
, updateRoomNotificationSettings
, and
deleteRoomNotificationSettings
to getRoomSubscriptionSettings
,
updateRoomSubscriptionSettings
, and deleteRoomSubscriptionSettings
.@liveblocks/client
Room.subscribeToThread
and Room.unsubscribeFromThread
methods.textMentions
in room subscription settings.Room.getNotificationSettings
and Room.updateNotificationSettings
to
Room.getSubscriptionSettings
and Room.updateSubscriptionSettings
.Changelog
v2.23.2
@liveblocks/tiptap
closeAi
Tiptap command to manually close the AI toolbar.AiToolbar
focus behavior in Safari.FloatingToolbar
focus behavior in Safari.@liveblocks/lexical
FloatingToolbar
focus behavior in Safari.