• v1.9.7
    v1.9.7

    @liveblocks/node

    • Expose new nextCursor field in Get Rooms API responses, to make pagination easier to work with
    • Update TypeScript types for some responses

    create-liveblocks-app

    • Adds a fallback for passing data from Safari to the console.
  • v1.9.6
    v1.9.6

    @liveblocks/react

    • Fix certain Next.js sites not building correctly due to improper useSyncExternalStore import
  • v1.9.5
    v1.9.5

    @liveblocks/react-comments

    • Fix mention suggestions not appearing.
  • v1.9.4
    v1.9.4

    @liveblocks/react

    • Fix polling on useThreads hook.
  • v1.9.3
    v1.9.3

    @liveblocks/react

    • Fix a bug that prevented comments from being used across multiple rooms.

    @liveblocks/node

    • Fix getRooms() not throwing LiveblocksError when invalid response was received.
  • v1.9.2
    v1.9.2

    @liveblocks/react-comments

    • Add portalContainer prop to CommentsConfig to customize where floating elements (e.g. tooltips, dropdowns, etc) are portaled into.
  • v1.9.1
    v1.9.1

    @liveblocks/node

    • Fixes the signature and behavior of the Liveblocks.sendYjsBinaryUpdate() API. It now takes a Yjs encoded update (Uint8Array) directly.
  • v1.9.0
    v1.9.0

    @liveblocks/node

    • Add the Comments write REST APIs as fully typed methods. (includes createThread, editThreadMetadata, createComment, editComment, deleteComment, addCommentReaction, and removeCommentReaction methods)
    • Fix the return type of getActiveUsers to match the data returned from the endpoint.

    @liveblocks/react

    • Add query option to useThreads to filter threads based on their metadata.

    @liveblocks/react-comments

    • Add support for exit animations to ComposerSuggestions.
  • v1.8.2
    v1.8.2

    @liveblocks/react

    • Improve Comments revalidation when losing network or staying in the background.
    • Improve error handling of Comments mutations. (e.g. thread creation, comment creation, etc.)

    @liveblocks/client

    • Export the CommentBody utilities added to @liveblocks/node in v1.8.0.
    • Harmonize exports with @liveblocks/node. (added IUserInfo and PlainLsonObject)

    @liveblocks/node

    • Harmonize exports with @liveblocks/client. (added CommentBody, CommentBodyBlockElement, CommentBodyElement, CommentBodyInlineElement, CommentBodyLink, CommentBodyMention, CommentBodyParagraph, CommentBodyText, JsonArray, JsonScalar, Lson, LsonObject, and User)
  • v1.8.1
    v1.8.1
    • Fix a bug in toPlainLson helper
    • Fix a bug where pausing history more than once could lead to history loss
Previous
Next