Skip to content

Files

Latest commit

 

History

History
339 lines (224 loc) · 18 KB

CHANGELOG.md

File metadata and controls

339 lines (224 loc) · 18 KB

Change Log

1.1.4

Patch Changes

1.1.3

Patch Changes

1.1.2

Patch Changes

1.1.1

Patch Changes

1.1.0

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

1.0.8

Patch Changes

1.0.7

Patch Changes

1.0.6

Patch Changes

1.0.5

Patch Changes

1.0.4

Patch Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.0

Major Changes

  • No changes have been made to the SDK in this update. There are no breaking changes. (#4966) by @LekoArts

    This merely bumps the version to a non-zero range and moves the SDK out of beta to a stable release.

Patch Changes

0.2.3

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

Patch Changes

0.1.10

Patch Changes

0.1.9

Patch Changes

0.1.8

Patch Changes

0.1.7

Patch Changes

  • Previously, when the data() utility was used inside the callback of rootAuthLoader() type errors were thrown. These issues should be fixed now. (#4853) by @LekoArts

  • Updated dependencies [44cab6038af0a4d23869b3b292ece742fbbc4d85]:

    • @clerk/backend@1.21.6
    • @clerk/types@4.40.2
    • @clerk/clerk-react@5.21.2
    • @clerk/shared@2.20.6

0.1.6

Patch Changes

0.1.5

Patch Changes

0.1.4

Patch Changes

0.1.3

Patch Changes

0.1.2

Patch Changes

0.1.1

Patch Changes

0.1.0

Minor Changes

  • Switching to use ^ for semver ranges of internal @clerk/ production dependencies. (#4664) by @jacekradko

Patch Changes

0.0.2

Patch Changes

0.0.1

Patch Changes