Changelogv1.3.0
v1.3.0
This release marks the initial release of Liveblocks Comments (private beta).
@liveblocks/client
- New history API:
room.history.clear()allows you to explicitly clear the history, which resets the ability to undo beyond the current state. - Removed long deprecated methods:
others.count→ Useothers.lengthinsteadothers.toArray()→ Useothersinstead (it’s already an array)
- Deprecated the
Others<P, U>type → Usereadonly User<P, U>[]instead.
@liveblocks/react
- Add support for Comments.
UserMeta["info"]can no longer be a scalar value.
@liveblocks/react-comments
- Initial release.
@liveblocks/node
- Add Comments helpers to Client.
- Add Comments webhook events.