Changelog

Week 29

Week 29
WEEK29

v2.3.0

@liveblocks/react-lexical

  • New default components: 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.
    • These components can be used in the same application to create a UI that works on both mobile and desktop.

@liveblocks/react

  • Add useDeleteInboxNotification and useDeleteAllInboxNotifications hooks.
  • Fix resolved query not being applied when filtering threads with useThreads.
  • 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 and deleteAllInboxNotifications methods.

Examples

  • Added delete all notifications button to notifications examples.

Documentation

Website

  • Fix changelog images on mobile.

Contributors

Contributors include:nimeshnayajuofoucherotnviemarcbouchenoiredant2021ctnicholas

6 authors