From 1e8f9e4b61ba7666a3c2cd8ea1b03a99cb49aaf6 Mon Sep 17 00:00:00 2001 From: Chris Nicholas Date: Fri, 29 May 2026 16:46:10 +0100 Subject: [PATCH] =?UTF-8?q?CHANGELOG=20=E2=80=94=20WEEK=2022=20(#3486)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Vincent Driessen --- CHANGELOG_PUBLIC.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/CHANGELOG_PUBLIC.md b/CHANGELOG_PUBLIC.md index 5dc2be9c3f..3b95906f92 100644 --- a/CHANGELOG_PUBLIC.md +++ b/CHANGELOG_PUBLIC.md @@ -18,6 +18,49 @@ list and feel free to give them credit at the end of a line, e.g.: --> +# Week 22 (2026-05-29) + +## Documentation + +- New guide: [Get started with AI Presence](https://liveblocks.io/docs/get-started/nextjs-ai-presence). +- New guide: [Get started with AI agents in React Flow](https://liveblocks.io/docs/get-started/nextjs-ai-react-flow). +- New guide: [Get started with AI agent notifications](https://liveblocks.io/docs/get-started/nextjs-ai-notifications). +- Updated Notifications get started guide to use secret key. + +## Showcase + +- New item: [AI slideshow editor](https://liveblocks.io/showcase/ai-slideshow-editor). +- New item: [AI replies in comment threads](https://liveblocks.io/showcase/ai-replies-in-comment-threads). +- New item: [Multiplayer AI comment feeds](https://liveblocks.io/showcase/multiplayer-ai-comment-feeds). +- New item: [AI generates slides with presence](https://liveblocks.io/showcase/ai-generates-slides-with-presence). +- New item: [AI suggestions dropdown](https://liveblocks.io/showcase/ai-suggestions-dropdown). +- New item: [Conflict-free multiplayer editing](https://liveblocks.io/showcase/conflict-free-multiplayer-editing). +- New item: [AI comments bot with Chat SDK](https://liveblocks.io/showcase/ai-comments-bot-with-chat-sdk). +- New item: [One AI bot for Slack and comments](https://liveblocks.io/showcase/one-ai-bot-for-slack-and-comments). +- New item: [AI and humans editing together](https://liveblocks.io/showcase/ai-and-humans-editing-together). +- New item: [Multiplayer sync for custom UIs](https://liveblocks.io/showcase/multiplayer-sync-for-custom-uis). +- New item: [Agents work simultaneously](https://liveblocks.io/showcase/agents-work-simultaneously). +- New item: [Multiplayer React Flow at 60fps](https://liveblocks.io/showcase/multiplayer-react-flow-at-60fps). +- New item: [AI builds a flowchart with presence](https://liveblocks.io/showcase/ai-builds-a-flowchart-with-presence). +- New item: [React Flow comment pins](https://liveblocks.io/showcase/react-flow-comment-pins). +- New item: [Multiplayer undo in React Flow](https://liveblocks.io/showcase/multiplayer-undo-in-react-flow). +- New item: [Handsontable realtime editing](https://liveblocks.io/showcase/handsontable-realtime-editing). +- New item: [AI presence highlighting changes](https://liveblocks.io/showcase/ai-presence-highlighting-changes). +- New item: [AI comments like Linear](https://liveblocks.io/showcase/ai-comments-like-linear). +- New item: [Inline AI comments](https://liveblocks.io/showcase/inline-ai-comments). +- New item: [Liveblocks n8n nodes](https://liveblocks.io/showcase/liveblocks-n8n-nodes). +- New item: [Mention notifications inbox](https://liveblocks.io/showcase/mention-notifications-inbox). +- New item: [AG Grid comment pins](https://liveblocks.io/showcase/ag-grid-comment-pins). + +## Liveblocks dev server (v1.5.0) + +- Add `--random-port` (`-P`) flag to `liveblocks dev`: bind a random free port instead of an explicit port number. With `--cmd` (`-c`), the chosen port is exposed to the command via `LIVEBLOCKS_DEV_SERVER_PORT`. Ideal for CI (no port collisions ever). +- Fix `LiveList.push()` so concurrent pushes from multiple clients no longer settle out of order. + +## Contributors + +ctnicholas, nvie + # Week 21 (2026-05-22) ## v3.19.3