• v1.3.5
    v1.3.5

    @liveblocks/react

    • Officially mark useList(), useMap(), and useObject() as deprecated in JSDoc comments (we stopped recommending them since the release of 0.18)
    • Deduplicate Comments requests and improve how race conditions are handled during mutations.
    • Fix non-Suspense Comments hooks not working properly in some situations.

    @liveblocks/react-comments

    • Breaking (beta): Replace the render prop API (e.g. renderMention, renderLink, etc) by a single components prop. (e.g. components={{ Mention, Link }})
    • Fix overflowing Composer.Suggestions.
    • Reduce the impact of icons on bundle size.
  • v1.3.4
    v1.3.4

    @liveblocks/react

    • Fix confusing Error: "undefined" is not a valid event name error when using the (deprecated) useMap(), useObject(), or useList() hooks on uninitialized storage values.
  • v1.3.3
    v1.3.3

    @liveblocks/*

    • Fix unescaped room IDs when using Comments.

    @liveblocks/react-comments

    • Add support for auto links. (e.g. "www.liveblocks.io")
  • v1.3.2
    v1.3.2

    @liveblocks/client

    • The client will disconnect with an error if your /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.)
  • v1.3.1
    v1.3.1

    @liveblocks/client

    • Actually include the new Clear History API.

    @liveblocks/react

    • Fix missing dependency declaration.
  • v1.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 → Use others.length instead
      • others.toArray() → Use others instead (it’s already an array)
    • Deprecated the Others<P, U> type → Use readonly 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.
  • v1.2.4
    v1.2.4

    @liveblocks/node

    • Fixes a bug where sending an empty (or non-string) user ID with .identifyUser would confusingly get reported as an HTTP 503.
  • v1.2.3
    v1.2.3

    @liveblocks/client

    • Improve configuration error messages to be more user friendly.
    • Fix bug where entering a new room could potentially initialize the undo stack incorrectly.

    create-liveblocks-app

    • Fix Suspense option when specifying a framework.
    • Add helpful comments by default.
  • v1.2.2
    v1.2.2

    @liveblocks/node

    • Add Yjs document change event (YDocUpdatedEvent) to WebhookHandler.
    • Allow Header object to be passed to headers in WebhookHandler.verifyRequest()
  • v1.2.1
    v1.2.1

    @liveblocks/node

    • Fix session.allow to support path up to 128 characters to meet room id length requirement.
Previous
Next