Liveblocks Release Notes
Last updated: Apr 7, 2026
- Apr 7, 2026
- Date parsed from source:Apr 7, 2026
- First seen by Releasebot:Apr 7, 2026
v3.18.0-rc1
Liveblocks releases v3.18.0-rc1.
- Apr 2, 2026
- Date parsed from source:Apr 2, 2026
- First seen by Releasebot:Apr 2, 2026
3.17.0
Liveblocks adds @liveblocks/react-flow and cursor customization for collaborative React Flow diagrams.
@liveblocks/react-flow
Introduce the package. Install with
npm install @liveblocks/react-flow.Provides hooks and components that add collaboration to any React Flow diagram using Liveblocks Storage:
- Use the
useLiveblocksFlowhook to make React Flow synced and collaborative. - Use the
Cursorscomponent to show other users' cursors inside React Flow.
@liveblocks/react-ui
Allow customizing cursors in the
Original source Report a problemCursorscomponent by passing acomponents={{ Cursor: MyCursor }}prop. All of your release notes in one feed
Join Releasebot and get updates from Liveblocks and hundreds of other software products.
- Apr 2, 2026
- Date parsed from source:Apr 2, 2026
- First seen by Releasebot:Apr 2, 2026
v3.17.0-rc1
Liveblocks releases v3.17.0-rc1.
- Mar 31, 2026
- Date parsed from source:Mar 31, 2026
- First seen by Releasebot:Apr 1, 2026
3.16.0
Liveblocks adds Feeds across its client, React, Node, Python, and UI packages, plus a new chat SDK adapter for Comments. The update brings feed and message management, pagination, hooks, REST support, and a more flexible Comment body prop with an AvatarStack alignment fix.
@liveblocks/chat-sdk-adapter
Introduce the package. Install with
npm install @liveblocks/chat-sdk-adapter. Provides a chat-sdk-compatible backend adapter backed by Liveblocks Comments: webhooks, posting and editing messages, reactions, paginated fetches, thread and channel helpers, and optional resolveUsers / resolveGroupsInfo hooks.@liveblocks/react
Add Feeds hooks:
useFeeds,useFeedMessages,useCreateFeed,useDeleteFeed,useUpdateFeedMetadata,useCreateFeedMessage,useDeleteFeedMessage, anduseUpdateFeedMessage.@liveblocks/node
Add REST client methods for Feeds:
getFeeds,getFeed,createFeed,updateFeed,deleteFeed,getFeedMessages,createFeedMessage,updateFeedMessage, anddeleteFeedMessage.Python SDK
Add Feeds REST API support on the sync and async clients (
get_feeds,get_feed,create_feed,update_feed,delete_feed,get_feed_messages,create_feed_message,update_feed_message,delete_feed_message) with matching request/response models.@liveblocks/client
Add Feeds: room-scoped feeds with metadata and messages and APIs to list, create, update, and delete feeds and messages (
fetchFeeds,fetchFeedMessages,addFeed,updateFeed,deleteFeed,addFeedMessage,updateFeedMessage,deleteFeedMessage).@liveblocks/react-ui
Add body prop to Comment to allow overriding only the default rich-text comment body while still keeping attachments, reactions, and additionalContent as is, unlike when using the children prop.
Fix AvatarStack negative margin breaking alignment.
Original source Report a problem - Mar 31, 2026
- Date parsed from source:Mar 31, 2026
- First seen by Releasebot:Mar 18, 2026
- Modified by Releasebot:Apr 1, 2026
python-v3.16.0
Liveblocks releases liveblocks-python 3.16.0.
- Mar 30, 2026
- Date parsed from source:Mar 30, 2026
- First seen by Releasebot:Mar 31, 2026
v3.16.0-flow3
Liveblocks releases v3.16.0-flow3.
- Mar 30, 2026
- Date parsed from source:Mar 30, 2026
- First seen by Releasebot:Mar 31, 2026
v3.16.0-flow2
Liveblocks releases v3.16.0-flow2.
- Mar 30, 2026
- Date parsed from source:Mar 30, 2026
- First seen by Releasebot:Mar 31, 2026
v3.16.0-feeds2
Liveblocks releases v3.16.0-feeds2.
- Mar 28, 2026
- Date parsed from source:Mar 28, 2026
- First seen by Releasebot:Mar 29, 2026
v3.16.0-feeds1
Liveblocks releases v3.16.0-feeds1.
- Mar 23, 2026
- Date parsed from source:Mar 23, 2026
- First seen by Releasebot:Mar 23, 2026
3.15.5
Liveblocks improves clipboard handling in Tiptap and fixes Python SDK request bodies for room and storage endpoints.
@liveblocks/tiptap
Improve clipboard handling when text nodes containing comments were copied or pasted.
Python SDK
Fix request body for certain endpoints, like update_room_id, initialize_storage_document incorrectly set as optional.
Original source Report a problem