Skip to content

Releases: clerk/javascript

@clerk/[email protected]

18 Feb 15:21
93acb6f
Compare
Choose a tag to compare

Minor Changes

  • Introduce EmailLinkErrorCodeStatus to support users in custom flows and mark EmailLinkErrorCode as deprecated. (#5142) by @alexcarpenter

    - import { EmailLinkErrorCode } from '@clerk/nextjs/errors'
    + import { EmailLinkErrorCodeStatus } from '@clerk/nextjs/errors'

Patch Changes

@clerk/[email protected]

18 Feb 15:21
93acb6f
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

18 Feb 15:21
93acb6f
Compare
Choose a tag to compare

@clerk/[email protected]

18 Feb 15:21
93acb6f
Compare
Choose a tag to compare

@clerk/[email protected]

18 Feb 15:21
93acb6f
Compare
Choose a tag to compare

@clerk/[email protected]

18 Feb 15:21
93acb6f
Compare
Choose a tag to compare

@clerk/[email protected]

18 Feb 15:21
93acb6f
Compare
Choose a tag to compare

Minor Changes

  • Introduce EmailLinkErrorCodeStatus to support users in custom flows and mark EmailLinkErrorCode as deprecated. (#5142) by @alexcarpenter

    - import { EmailLinkErrorCode } from '@clerk/nextjs/errors'
    + import { EmailLinkErrorCodeStatus } from '@clerk/nextjs/errors'

Patch Changes

@clerk/[email protected]

18 Feb 15:21
93acb6f
Compare
Choose a tag to compare

Minor Changes

  • Introduce EmailLinkErrorCodeStatus to support users in custom flows and mark EmailLinkErrorCode as deprecated. (#5142) by @alexcarpenter

    - import { EmailLinkErrorCode } from '@clerk/nextjs/errors'
    + import { EmailLinkErrorCodeStatus } from '@clerk/nextjs/errors'
  • Fix issue where unsafeMetadata was not associated with sign-ups in the combined sign-in-or-up flow. (#5161) by @dstaley

Patch Changes

@clerk/[email protected]

@clerk/[email protected]