From 4f5e8081cf5a6d92b4834af738ac789090f72ec3 Mon Sep 17 00:00:00 2001 From: "cursor[bot]" <206951365+cursor[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 16:07:41 +0100 Subject: [PATCH 1/2] =?UTF-8?q?CHANGELOG=20=E2=80=94=20WEEK=2032=20(#3637)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor Agent Co-authored-by: Chris Nicholas Co-authored-by: Vincent Driessen Co-authored-by: Chris Nicholas Co-authored-by: Marc Bouchenoire --- CHANGELOG_PUBLIC.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG_PUBLIC.md b/CHANGELOG_PUBLIC.md index df04e9c7b8..16c439907f 100644 --- a/CHANGELOG_PUBLIC.md +++ b/CHANGELOG_PUBLIC.md @@ -18,6 +18,32 @@ list and feel free to give them credit at the end of a line, e.g.: --> +# Week 32 (2026-08-07) + +## v3.23.1 + +### `@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. + +## Liveblocks dev server (v1.8.0) + +- Add full support for LiveFile. + +## Examples + +- Add version history to advanced React Flow examples. + +## Website + +- New blog post: [What's new in Liveblocks: July 2026](https://liveblocks.io/blog/whats-new-in-liveblocks-july-2026). + +## Contributors + +nvie, ctnicholas, marcbouchenoire + # Week 31 (2026-07-31) ## Website From 69dc15e84d57c3e946ed9618902f0cdf263af53a Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 7 Aug 2026 17:39:07 +0000 Subject: [PATCH 2/2] Bump to 1.8.1-pre1 Original commit: a66bd9d0004344ab04e5f528a4fab33722a4ebfc --- packages/liveblocks-server/package.json | 2 +- tools/liveblocks-cli/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/liveblocks-server/package.json b/packages/liveblocks-server/package.json index 7673ea36a0..54621d881e 100644 --- a/packages/liveblocks-server/package.json +++ b/packages/liveblocks-server/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/server", - "version": "1.8.0", + "version": "1.8.1-pre1", "description": "Liveblocks backend server foundation.", "type": "module", "main": "./dist/index.js", diff --git a/tools/liveblocks-cli/package.json b/tools/liveblocks-cli/package.json index e298141271..3c82e9bb2c 100644 --- a/tools/liveblocks-cli/package.json +++ b/tools/liveblocks-cli/package.json @@ -1,6 +1,6 @@ { "name": "liveblocks", - "version": "1.8.0", + "version": "1.8.1-pre1", "description": "Liveblocks command line interface", "type": "module", "bin": {