Download Latest Version 3.22.0 source code.zip (123.6 MB)
Email in envelope

Get an email when there's a new version of Liveblocks

Home / v3.22.0
Name Modified Size InfoDownloads / Week
Parent folder
3.22.0 source code.tar.gz 2026-07-06 120.9 MB
3.22.0 source code.zip 2026-07-06 123.6 MB
README.md 2026-07-06 1.3 kB
Totals: 3 Items   244.5 MB 0

@liveblocks/react

This release adds version history support for Storage: a version now snapshots both the room's Storage and Yjs documents (previously Yjs only).

  • Creating a version now also snapshots Storage, not just Yjs, see docs.
  • useHistoryVersions() lists the room's versions. Each has a vh_xxx id, see docs.
  • useHistoryVersionStorageData("vh_xxx") returns that version's Storage as a read-only LiveObject so you can visualize or diff it manually, see docs.
  • useRestoreToStorageVersion("vh_xxx") restores the room's Storage to that version, as a single undoable change, see docs.
  • useDeleteHistoryVersion() returns deleteHistoryVersion("vh_xxx") to permanently delete a version, see docs.

@liveblocks/node and Python SDK

  • Add methods for version history to list room versions, create a version snapshot, and delete a version.
Source: README.md, updated 2026-07-06