@liveblocks/react-ui
@liveblocks/react-ui
provides React pre-built
components for the Liveblocks products.
Installation
npm install @liveblocks/client @liveblocks/react @liveblocks/react-ui
Documentation
Read the
documentation
for guides and API references.
Examples
Explore our collaborative examples to help you
get started.
All examples are open-source and live in this repository, within
/examples
.
Releases
See the latest changes or
learn more about
upcoming releases.
- Discord - To get involved with the Liveblocks
community, ask questions and share tips.
- X - To receive updates, announcements, blog posts,
and general Liveblocks tips.
License
Licensed under the Apache License 2.0, Copyright © 2021-present
Liveblocks.
See LICENSE for more information.
2.7.0
@liveblocks/client
- Refactor caching internals to prepare for upcoming features
@liveblocks/react
- Add support for
query
argument to useUserThreads_experimental
- Fix bug where some combinations of
query
criteria could over-select threads
in useThreads
Version History (private beta)
This release adds some new hooks for Version History in text documents, which is
now available in private beta. If you’re interested in joining the private beta,
please contact us.
- Add
useHistoryVersion
hook to retrieve version history (in
@liveblocks/react
) - Add
HistoryVersionSummaryList
and HistoryVersionSummary
components to help
display version history (in @liveblocks/react-ui
) - Add
HistoryVersionPreview
component to display and restore a version (in
@liveblocks/react-lexical
)