@liveblocks/yjs
@liveblocks/yjs
is a Yjs provider to integrate
Yjs applications with Liveblocks—a platform to
build, host, and scale collaborative applications with zero configuration, no
maintenance required.
Installation
npm install @liveblocks/client @liveblocks/yjs
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
)