Changelog
Week 29
v2.3.0
@liveblocks/react-lexical
- New default components:
AnchoredThreads
andFloatingThreads
to display threads that are tied to a specific part of the document, similar to Notion, Linear, etc:FloatingThreads
displays floatingThread
components below text highlights in the editor.AnchoredThreads
displays a list ofThread
components vertically alongside the editor.- These components can be used in the same application to create a UI that works on both mobile and desktop.
@liveblocks/react
- Add
useDeleteInboxNotification
anduseDeleteAllInboxNotifications
hooks. - Fix
resolved
query not being applied when filtering threads withuseThreads
. - Various refactorings to Suspense internals.
@liveblocks/react-ui
- Add "Delete notification" action to
InboxNotification
. - Hide "Mark as read" action in
InboxNotification
when already read. - Improve keyboard navigation within emoji pickers.
@liveblocks/node
- Add
deleteInboxNotification
anddeleteAllInboxNotifications
methods.
Examples
- Added delete all notifications button to notifications examples.
Documentation
- Open the config file by default in the interactive broadcasting events tutorial.
Website
- Fix changelog images on mobile.