| Name | Modified | Size | Downloads / 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
sourcefield, saying whether the change was made by this client ({ origin: "local", via: "edit" | "undo" | "redo" }) or by another one ({ origin: "remote" }), see docs. - Add
LiveTextfor 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.