From c2b7a5b32b88ff4e40bd9860663e424c31127cb5 Mon Sep 17 00:00:00 2001 From: Chris Nicholas Date: Fri, 27 Mar 2026 17:10:18 +0000 Subject: [PATCH] =?UTF-8?q?CHANGELOG=20=E2=80=94=20WEEK=2013=20(#3251)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Vincent Driessen Co-authored-by: Marc Bouchenoire --- CHANGELOG_PUBLIC.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG_PUBLIC.md b/CHANGELOG_PUBLIC.md index 2b5e16bb910..f882b80ad9f 100644 --- a/CHANGELOG_PUBLIC.md +++ b/CHANGELOG_PUBLIC.md @@ -18,6 +18,39 @@ list and feel free to give them credit at the end of a line, e.g.: --> +# Week 13 (2026-03-27) + +## 3.15.5 + +### `@liveblocks/tiptap` + +- Improve clipboard handling when text nodes containing comments were copied or + pasted. + +### Python SDK + +- Fix request body for certain endpoints, like `update_room_id`, + `initialize_storage_document` incorrectly set as optional. + +## Liveblocks dev server (v1.2.0) + +New dev server features: + +- Live socket inspector view +- Maintenance mode toggle (to reject new WebSocket connections) + +## Documentation + +- New page: [Agent skills](https://liveblocks.io/docs/tools/agent-skills). + +## Showcase + +- New item: [Realtime design like Figma](https://liveblocks.io/showcase/realtime-design-like-figma). + +## Contributors + +nvie, nimeshnayaju, ctnicholas + # Week 12 (2026-03-20) ## v3.15.4