Changelogv1.9.0
v1.9.0
@liveblocks/node
- Add the Comments write REST APIs as fully typed methods. (includes
createThread,editThreadMetadata,createComment,editComment,deleteComment,addCommentReaction, andremoveCommentReactionmethods) - Fix the return type of
getActiveUsersto match the data returned from the endpoint.
@liveblocks/react
- Add
queryoption touseThreadsto filter threads based on their metadata.
@liveblocks/react-comments
- Add support for exit animations to
ComposerSuggestions.