Liveblocks Release Notes

90 release notes curated from 1 source by the Releasebot Team. Last updated: May 29, 2026

Get this feed:
  • May 29, 2026
    • Date parsed from source:
      May 29, 2026
    • First seen by Releasebot:
      May 29, 2026
    Liveblocks logo

    Liveblocks

    v3.19.5-rc1

    Liveblocks ships a v3.19.5 release candidate.

    Release v3.19.5-rc1

    Original source
  • May 29, 2026
    • Date parsed from source:
      May 29, 2026
    • First seen by Releasebot:
      May 29, 2026
    Liveblocks logo

    Liveblocks

    v3.19.4-rc1

    Liveblocks releases v3.19.4-rc1 release candidate.

    Release v3.19.4-rc1

    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from Liveblocks and hundreds of other software products.

    Create account
  • May 28, 2026
    • Date parsed from source:
      May 28, 2026
    • First seen by Releasebot:
      May 29, 2026
    Liveblocks logo

    Liveblocks

    v3.20.0-rc1

    Liveblocks releases v3.20.0-rc1.

    Release v3.20.0-rc1

    Original source
  • May 26, 2026
    • Date parsed from source:
      May 26, 2026
    • First seen by Releasebot:
      May 27, 2026
    Liveblocks logo

    Liveblocks

    v3.20.0-pre1

    Liveblocks releases v3.20.0-pre1.

    Release v3.20.0-pre1

    Original source
  • May 22, 2026
    • Date parsed from source:
      May 22, 2026
    • First seen by Releasebot:
      May 22, 2026
    Liveblocks logo

    Liveblocks

    v3.19.4-test1

    Liveblocks ships Release v3.19.4-test1.

    Release v3.19.4-test1

    Original source
  • May 22, 2026
    • Date parsed from source:
      May 22, 2026
    • First seen by Releasebot:
      May 22, 2026
    Liveblocks logo

    Liveblocks

    3.19.3

    Liveblocks fixes unexpected disconnects during large or long-running streaming responses, including large initial storage loads.

    Fix unexpected disconnects that could happen while receiving large or long-running streaming responses from the server (e.g. when loading a large initial storage state).

    Original source
  • May 20, 2026
    • Date parsed from source:
      May 20, 2026
    • First seen by Releasebot:
      May 22, 2026
    Liveblocks logo

    Liveblocks

    3.19.2

    Liveblocks fixes client disconnects so pending Yjs updates sync before background keep-alive timeout ends.

    @liveblocks/client

    Fix: clients that have backgroundKeepAliveTimeout enabled will no longer disconnect before any pending Yjs updates have been synced to the server.

    Original source
  • May 15, 2026
    • Date parsed from source:
      May 15, 2026
    • First seen by Releasebot:
      May 16, 2026
    Liveblocks logo

    Liveblocks

    3.19.1

    Liveblocks updates providers to support GPT-5.5, Sonnet 4.6, Opus 4.7 and Gemini 3/3.1 variants.

    @liveblocks/node and Python SDK

    Update providers to support newer models up to GPT-5.5 variants, Sonnet 4.6, Opus 4.7, and Gemini 3/3.1 variants.

    Original source
  • May 13, 2026
    • Date parsed from source:
      May 13, 2026
    • First seen by Releasebot:
      May 13, 2026
    Liveblocks logo

    Liveblocks

    v3.19.1

    Liveblocks ships Release v3.19.1.

    Release v3.19.1

    Original source
  • May 13, 2026
    • Date parsed from source:
      May 13, 2026
    • First seen by Releasebot:
      May 13, 2026
    Liveblocks logo

    Liveblocks

    python-v3.19.1

    Liveblocks releases liveblocks-python 3.19.1.

    Release liveblocks-python 3.19.1

    Original source
  • May 7, 2026
    • Date parsed from source:
      May 7, 2026
    • First seen by Releasebot:
      May 7, 2026
    Liveblocks logo

    Liveblocks

    3.19.0

    Liveblocks adds a markdownToCommentBody helper, officially supports room.history.disable(fn) for background writes that skip undo and redo, and improves liveblocks/react-tiptap with keyboard shortcut and Yjs undo and redo fixes.

    @liveblocks/node

    Add new markdownToCommentBody helper to convert Markdown strings into CommentBody objects.

    @liveblocks/client

    room.history.disable(fn) is now officially supported and no longer experimental. It allows running storage mutations without them appearing on the undo/redo stacks and it’s intended for background/async writes (e.g. writing back AI generation results) that should not be undoable.

    @liveblocks/react-tiptap

    Fix keyboard shortcut in strikethrough tooltip. (Thanks @HellBoy-OP for the contribution!)

    Fix Yjs undo/redo silently breaking after editor.registerPlugin / unregisterPlugin is called (e.g. when Tiptap's BubbleMenu, DragHandle, or SlashCommand mount). The reattach restore() is now installed unconditionally on view destroy, matching upstream @tiptap/extension-collaboration. (Thanks @lucasmotta for the contribution!)

    Original source
  • Apr 23, 2026
    • Date parsed from source:
      Apr 23, 2026
    • First seen by Releasebot:
      Apr 23, 2026
    Liveblocks logo

    Liveblocks

    3.18.5

    Liveblocks adds overlapping comment mark support in react-tiptap, now shown in AnchoredThreads and FloatingThreads.

    @liveblocks/react-tiptap

    Support overlapping comment marks, they now all appear in the AnchoredThreads and FloatingThreads components.

    Original source
  • Apr 20, 2026
    • Date parsed from source:
      Apr 20, 2026
    • First seen by Releasebot:
      Apr 21, 2026
    Liveblocks logo

    Liveblocks

    3.18.4

    Liveblocks marks yjs and y-prosemirror as required peer dependencies for @liveblocks/emails.

    @liveblocks/emails

    Mark yjs and y-prosemirror as required peer dependencies.

    Original source
  • Apr 17, 2026
    • Date parsed from source:
      Apr 17, 2026
    • First seen by Releasebot:
      Apr 17, 2026
    Liveblocks logo

    Liveblocks

    3.18.3

    Liveblocks now supports third-party libraries like yjs, @tiptap, and @blocknote as peer dependencies across its packages.

    @liveblocks/*

    Third-party libraries like yjs, @tiptap/, and @blocknote/ are now declared as peer dependencies instead of bundled dependencies across all packages that use them.

    Original source
  • Apr 17, 2026
    • Date parsed from source:
      Apr 17, 2026
    • First seen by Releasebot:
      Apr 17, 2026
    Liveblocks logo

    Liveblocks

    v3.18.3-test3

    Liveblocks releases v3.18.3-test3.

    Release v3.18.3-test3

    Original source
Releasebot

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.

Similar to Liveblocks with recent updates: