Liveblocks Release Notes
146 release notes curated from 1 source by the Releasebot Team. Last updated: Aug 20, 2026
- Aug 19, 2026
- Date parsed from source:Aug 19, 2026
- First seen by Releasebot:Aug 20, 2026
3.24.1
Liveblocks adds useMutableStorage() and fixes thread resolved status reverting in some cases.
@liveblocks/react
Add new hook useMutableStorage() to get direct access to the mutable Storage root.
See docs.
- Fix thread resolved/unresolved status being reverted under some conditions.
- (Thanks @VihaanAgarwal for the contribution!)
- Aug 17, 2026
- Date parsed from source:Aug 17, 2026
- First seen by Releasebot:Aug 18, 2026
3.24.0
Liveblocks introduces LiveText beta for collaborative rich-text editing with concurrent inserts, deletes, and formatting, adds source metadata for deep Storage updates, and expands editor support with new CodeMirror, Lexical, and ProseMirror packages while fixing Tiptap readiness.
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.
Original source All of your release notes in one feed
Join Releasebot and get updates from Liveblocks and hundreds of other software products.
- Aug 14, 2026
- Date parsed from source:Aug 14, 2026
- First seen by Releasebot:Aug 15, 2026
- Aug 4, 2026
- Date parsed from source:Aug 4, 2026
- First seen by Releasebot:Aug 5, 2026
3.23.1
Liveblocks improves version history components for authorless server-only changes and updates author list overrides.
@liveblocks/react-ui
Improve version history components for versions without authors, which can occur with server-only changes. Add HISTORY_VERSION_SUMMARY_AUTHORS_LIST and update HISTORY_VERSION_PREVIEW_AUTHORS_LIST overrides to reflect this.
Original source - Aug 3, 2026
- Date parsed from source:Aug 3, 2026
- First seen by Releasebot:Aug 4, 2026
Similar to Liveblocks with recent updates:
- n8n release notes66 release notes · Latest Aug 25, 2026
- Smokeball release notes144 release notes · Latest Sep 4, 2026
- Cosmolex release notes20 release notes · Latest Jul 30, 2025
- PracticePanther release notes36 release notes · Latest Aug 11, 2026
- Salesforce release notes71 release notes · Latest Sep 1, 2026
- Microsoft release notes820 release notes · Latest Sep 4, 2026
- Jul 30, 2026
- Date parsed from source:Jul 30, 2026
- First seen by Releasebot:Jul 31, 2026
- Jul 30, 2026
- Date parsed from source:Jul 30, 2026
- First seen by Releasebot:Jul 31, 2026
- Modified by Releasebot:Aug 20, 2026
- Jul 24, 2026
- Date parsed from source:Jul 24, 2026
- First seen by Releasebot:Jul 25, 2026
3.23.0
Liveblocks introduces LiveFile for storing images and videos in room Storage, plus new upload and URL access helpers across client, React, Node, and Python SDKs. It also adds comment attachment uploads and multipart upload support.
This release introduces LiveFile: a new data structure to store files such as images and videos in a room's Storage tree.
@liveblocks/client
Add room.uploadFile() to upload a file and return a LiveFile.
Add room.getFileUrl() to get access to a LiveFile.
@liveblocks/react
Add useUploadFile() to upload a file and return a LiveFile.
Add useFileUrl() to get access to a LiveFile.
@liveblocks/node
Add uploadFile() to upload a file and return a LiveFile.
Add getFileUrl() to get access to a LiveFile.
Add uploadAttachment() to upload comment attachments, combined with attachmentIds params in createThread(), createComment(), and editComment().
Python SDK
Add methods to upload Storage files for LiveFile, retrieve their download URLs, and handle multipart uploads.
Add methods to upload comment attachments, including multipart uploads.
Original source - Jul 24, 2026
- Date parsed from source:Jul 24, 2026
- First seen by Releasebot:Jul 25, 2026
- Jul 24, 2026
- Date parsed from source:Jul 24, 2026
- First seen by Releasebot:Jul 25, 2026
- Jul 24, 2026
- Date parsed from source:Jul 24, 2026
- First seen by Releasebot:Jun 18, 2026
- Modified by Releasebot:Jul 25, 2026
python-v3.23.0
Liveblocks releases liveblocks-python 3.23.0.
Release liveblocks-python 3.23.0
Original source - Jul 23, 2026
- Date parsed from source:Jul 23, 2026
- First seen by Releasebot:Jul 24, 2026
v3.23.0-file4
Liveblocks releases v3.23.0-file4 release notes.
Release v3.23.0-file4
Original source - Jul 20, 2026
- Date parsed from source:Jul 20, 2026
- First seen by Releasebot:Jul 21, 2026
- Jul 15, 2026
- Date parsed from source:Jul 15, 2026
- First seen by Releasebot:Jul 16, 2026
- Jul 13, 2026
- Date parsed from source:Jul 13, 2026
- First seen by Releasebot:Jul 13, 2026
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.