Changelog

Week 11

Week 11
WEEK11

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

Contributors include:nviemarcbouchenoirectnicholas

3 authors