Download Latest Version 3.24.1 source code.zip (124.4 MB) Google Add to Preferred Sources
Home / v3.24.0
Name Modified Size InfoDownloads / Week
Parent folder
3.24.0 source code.tar.gz 2026-08-14 121.7 MB
3.24.0 source code.zip 2026-08-14 124.4 MB
README.md 2026-08-14 946 Bytes
Totals: 3 Items   246.1 MB 0

This release introduces LiveText (beta), a collaborative rich-text data structure for plain text with optional inline formatting.

@liveblocks/client

  • Storage updates delivered to deep subscribers now carry a source field, saying whether the change was made by this client ({ origin: "local", via: "edit" | "undo" | "redo" }) or by another one ({ origin: "remote" }), see docs.
  • Add LiveText for collaborative text editing with concurrent inserts, deletes, and formatting changes.

@liveblocks/codemirror, @liveblocks/lexical, and @liveblocks/prosemirror

  • Introduce packages for integrating CodeMirror, Lexical, and ProseMirror editors with Liveblocks Storage and LiveText.

@liveblocks/react-tiptap

  • Fix useIsEditorReady() so it correctly reports when the Tiptap editor is ready. Thanks @danilowoz for the fix.
Source: README.md, updated 2026-08-14