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
37 changes: 37 additions & 0 deletions CHANGELOG_PUBLIC.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,43 @@ list and feel free to give them credit at the end of a line, e.g.:

-->

# Week 21 (2026-05-22)

## v3.19.3

- 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).

## v3.19.2

### `@liveblocks/client`

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

## Examples

- Added AI comments, buttons, and presence to [Linear-like Issue Tracker](https://liveblocks.io/examples/linear-like-issue-tracker/nextjs-linear-like-issue-tracker). It can read and edit issue content and properties.
- Added AI comment pins to [Collaborative Flowchart AI](https://liveblocks.io/examples/collaborative-flowchart-ai/nextjs-react-flow-ai). It can read and edit flow state.
- Added AI comments to [AI Dashboard Reports](https://liveblocks.io/examples/ai-dashboard-reports/nextjs-ai-dashboard-reports). It can answer questions on the app's data.
- Added markdown AI replies to [AI Comments](https://liveblocks.io/examples/ai-comments/nextjs-comments-ai) and improved how the final comment is shown.

## Liveblocks backend

- Storage chunking has been improved for slightly faster initial load times.

## Documentation

- All get started guides now have a "Copy prompt" button for use in Cursor, Claude Code, more.
- New guide: [Get started with AI replies in Comments using Liveblocks and Next.js](https://liveblocks.io/docs/get-started/nextjs-comments-ai).

## Website

- New AI button and prompt on [liveblocks.io](https://liveblocks.io) homepage, allowing you to get started with one click.

## Contributors

ctnicholas, nvie

# Week 20 (2026-05-15)

## v3.19.1
Expand Down
53 changes: 7 additions & 46 deletions examples/sveltekit-live-avatars/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading