From e641c206e8199b8dcee2d39433d0b256e1fd2a60 Mon Sep 17 00:00:00 2001 From: Chris Nicholas Date: Fri, 13 Mar 2026 16:08:46 +0000 Subject: [PATCH] =?UTF-8?q?CHANGELOG=20=E2=80=94=20WEEK=2011=20(#3167)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Marc Bouchenoire --- CHANGELOG_PUBLIC.md | 46 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/CHANGELOG_PUBLIC.md b/CHANGELOG_PUBLIC.md index c2eafec0f5..1363497135 100644 --- a/CHANGELOG_PUBLIC.md +++ b/CHANGELOG_PUBLIC.md @@ -18,6 +18,52 @@ list and feel free to give them credit at the end of a line, e.g.: --> +# Week 11 (2026-03-13) + +## v3.15.2 + +### `@liveblocks/client` + +- Deprecate the `engine` option on `enterRoom()`. This flag no longer has any + effect. + +### `@liveblocks/react` + +- Deprecate the `engine` prop on `RoomProvider`. This flag no longer has any + effect. + +### `@liveblocks/node` + +- Deprecate the `engine` option on `createRoom()`. This flag no longer has any + effect. +- Stop sending the `engine` field in the room creation request body. + +## v3.15.1 + +### `@liveblocks/react-ui` + +- Add `gap` prop to `AvatarStack` to control the `--lb-avatar-stack-gap` CSS + variable. +- Add `padding` prop to `CommentPin` to control the `--lb-comment-pin-padding` + CSS variable. +- Fix `size` props on `AvatarStack` and `CommentPin` not working as expected + when passing numbers. +- Fix `autoFocus` prop on `FloatingComposer`. +- Improve avatars’ ordering and `max` logic in `AvatarStack`. +- Support `children` prop on `CommentPin`. + +## Documentation + +- Mention how token caching is never recommended. + +## Examples + +- Improve canvas comments example to prevent a conflict after moving a comment pin twice in rapid succession. + +## Contributors + +nvie, marcbouchenoire, ctnicholas + # Week 10 (2026-03-06) ## v3.15.0