ChangelogWeek 11
Week 11
v3.15.2
@liveblocks/client
- Deprecate the
engineoption onenterRoom(). This flag no longer has any effect.
@liveblocks/react
- Deprecate the
engineprop onRoomProvider. This flag no longer has any effect.
@liveblocks/node
- Deprecate the
engineoption oncreateRoom(). This flag no longer has any effect. - Stop sending the
enginefield in the room creation request body.
v3.15.1
@liveblocks/react-ui
- Add
gapprop toAvatarStackto control the--lb-avatar-stack-gapCSS variable. - Add
paddingprop toCommentPinto control the--lb-comment-pin-paddingCSS variable. - Fix
sizeprops onAvatarStackandCommentPinnot working as expected when passing numbers. - Fix
autoFocusprop onFloatingComposer. - Improve avatars’ ordering and
maxlogic inAvatarStack. - Support
childrenprop onCommentPin.
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.