@liveblocks/yjs
Advanced tools
Changelog
v1.3.2
@liveblocks/client
/api/liveblocks-auth
backend returns reused/cached tokens. It’s important that auth tokens are
always freshly generated, and never get cached or reused. (The client itself
will cache and reuse tokens already, so implementing additional caching in
your backend isn’t needed, and could even cause reconnection issues.)Changelog
v1.3.1
@liveblocks/client
@liveblocks/react
Changelog
v1.3.0
This release marks the initial release of Liveblocks Comments (private beta).
@liveblocks/client
room.history.clear()
allows you to explicitly clear the
history, which resets the ability to undo beyond the current state.others.count
→ Use others.length
insteadothers.toArray()
→ Use others
instead (it’s already an array)Others<P, U>
type → Use readonly User<P, U>[]
instead.@liveblocks/react
UserMeta["info"]
can no longer be a scalar value.@liveblocks/react-comments
@liveblocks/node
Changelog
v1.2.4
@liveblocks/node
.identifyUser
would confusingly get reported as an HTTP 503.Changelog
v1.2.3
@liveblocks/client
create-liveblocks-app