Changelog

Week 42

Week 42
WEEK42

v2.9.1

@liveblocks/client

  • Fix regression with metadata filtering on explicitly-undefined values.
  • Fix bug where client wasn't always using the newest delta update backend endpoint yet.
  • Fix type definition of ThreadData: updatedAt is always set.

@liveblocks/react-ui

  • When Composer is disabled, its actions are now also disabled as expected.
  • Various event propagation improvements in Composer.

v2.9.0

We are introducing pagination support to allow apps using threads and inbox notifications to be built in a more user-friendly way, where the initial load is faster and more data can be fetched incrementally as users interact with the app.

@liveblocks/react

  • Add pagination support to useInboxNotifications.

    const {  inboxNotifications,  isLoading,  error,
    // ✨ New in Liveblocks 2.9 fetchMore, isFetchingMore, hasFetchedAll, fetchMoreError,} = useInboxNotifications();
  • Add pagination support to useThreads and useUserThreads_experimental.

    const {  threads,  isLoading,  error,
    // ✨ New in Liveblocks 2.9 fetchMore, isFetchingMore, hasFetchedAll, fetchMoreError,} = useThreads({ query });

Website

  • New startups page highlighting discounts for startups and nonprofits.

Contributors

Contributors include:nimeshnayajuofoucherotmarcbouchenoirenviepierrelevaillantstevenfabre

6 authors

We use cookies to collect data to improve your experience on our site. Read our Privacy Policy to learn more.