Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG_PUBLIC.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/liveblocks-server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tools/liveblocks-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "liveblocks",
"version": "1.8.0",
"version": "1.8.1-pre1",
"description": "Liveblocks command line interface",
"type": "module",
"bin": {
Expand Down
Loading