Skip to content

Releases: clerk/javascript

[email protected]

12 Oct 08:22
adc222d
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

12 Oct 08:22
adc222d
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • Introduces a new isAuthorized() method in the Session class. Returns a promise and checks whether the active user is allowed to perform an action based on the passed (required) permission and the ones attached to the membership. (#1834) by @panteliselef

  • Introduce a new property on the core Clerk singleton, sdkMetadata. This will be populated by each host SDK. This metadata will be used to make logging and debugging easier. (#1857) by @BRKalow

  • Introduce new *EmailLink* helpers that will replace the *MagicLink* helpers. (#1833) by @dimkl

    Also marked all the *MagicLink* as deprecated using JSDocs.

@clerk/[email protected]

12 Oct 08:22
adc222d
Compare
Choose a tag to compare

Patch Changes

  • Warn about MagicLink deprecations: (#1836) by @dimkl

    • MagicLinkError
    • isMagicLinkError
    • MagicLinkErrorCode
    • handleMagicLinkVerification
    • createMagicLinkFlow
    • useMagicLink
  • Introduce new *EmailLink* helpers that will replace the *MagicLink* helpers. (#1833) by @dimkl

    Also marked all the *MagicLink* as deprecated using JSDocs.

@clerk/[email protected]

12 Oct 08:22
adc222d
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

12 Oct 08:22
adc222d
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

12 Oct 08:22
adc222d
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

12 Oct 08:22
adc222d
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

12 Oct 08:22
adc222d
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

12 Oct 08:22
adc222d
Compare
Choose a tag to compare

Patch Changes

  • Warn about MagicLink deprecations: (#1836) by @dimkl

    • MagicLinkError
    • isMagicLinkError
    • MagicLinkErrorCode
    • handleMagicLinkVerification
    • createMagicLinkFlow
    • useMagicLink
  • Introduce a new property on the core Clerk singleton, sdkMetadata. This will be populated by each host SDK. This metadata will be used to make logging and debugging easier. (#1857) by @BRKalow

  • Introduce new *EmailLink* helpers that will replace the *MagicLink* helpers. (#1833) by @dimkl

    Also marked all the *MagicLink* as deprecated using JSDocs.

  • Updated dependencies [977336f79, 997b8e256, 91e9a55f4, 91014880d, 7f4d4b942]:

@clerk/[email protected]

12 Oct 08:22
adc222d
Compare
Choose a tag to compare

Minor Changes

  • The sign-in form will now switch to the phone input if the only initial value provided was that of the phone number. (#1861) by @desiprisg

  • Add support for LinkedIn OIDC (#1772) by @fragoulis

Patch Changes

  • Warn about MagicLink deprecations: (#1836) by @dimkl

    • MagicLinkError
    • isMagicLinkError
    • MagicLinkErrorCode
    • handleMagicLinkVerification
    • createMagicLinkFlow
    • useMagicLink
  • Updated the OAuth buttons in the SignIn and SignUp components to prevent layout shifts while loading. (#1838) by @octoper

  • Introduces a new isAuthorized() method in the Session class. Returns a promise and checks whether the active user is allowed to perform an action based on the passed (required) permission and the ones attached to the membership. (#1834) by @panteliselef

  • Introduce a new property on the core Clerk singleton, sdkMetadata. This will be populated by each host SDK. This metadata will be used to make logging and debugging easier. (#1857) by @BRKalow

  • Fix incorrect path of types for the clerk-js headless variant. (#1848) by @panteliselef

  • Throw an error if the signInUrl is on the same origin of a satellite application or if it is of invalid format (#1845) by @desiprisg

  • Introduces an internal <Gate/> component (supporting hook and HOC) which enables us to conditionally render parts of our components based on a users permissions. (#1834) by @panteliselef

  • Correctly set idle card state when an error occurs during the MFA set up phase. (#1825) by @desiprisg

  • Introduce new *EmailLink* helpers that will replace the *MagicLink* helpers. (#1833) by @dimkl

    Also marked all the *MagicLink* as deprecated using JSDocs.

  • Disable country picker button when form is submitted (#1853) by @desiprisg

  • Updated dependencies [977336f79, 997b8e256, 7fb229688, 91e9a55f4, 91014880d, 7f4d4b942]: