ChangelogWeek 29
Week 29
v2.3.0
@liveblocks/react-lexical
- New default components:
AnchoredThreadsandFloatingThreadsto display threads that are tied to a specific part of the document, similar to Notion, Linear, etc:FloatingThreadsdisplays floatingThreadcomponents below text highlights in the editor.AnchoredThreadsdisplays a list ofThreadcomponents 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
useDeleteInboxNotificationanduseDeleteAllInboxNotificationshooks. - Fix
resolvedquery 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
InboxNotificationwhen already read. - Improve keyboard navigation within emoji pickers.
@liveblocks/node
- Add
deleteInboxNotificationanddeleteAllInboxNotificationsmethods.
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.