@liveblocks/yjs
Advanced tools
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