github clerk/javascript @clerk/clerk-js@5.67.0

latest releases: @clerk/types@4.92.0, @clerk/clerk-js@5.99.0, @clerk/fastify@2.4.37...
5 months ago

Minor Changes

  • Introduce __experimental_startPath option for openOrganizationProfile. (#5926) by @alexcarpenter

    Example usage:

    clerk.openOrganizationProfile({
      __experimental_startPath: '/billing',
    });
  • Replaces strings with localizations throughout billing components. (#5922) by @alexcarpenter

Patch Changes

  • Hide "Set as default" from the action menu of the default MFA method (#5933) by @octoper

  • Add oidcPrompt prop to SignIn and SignUp components and authenticateWithRedirect method to control the OIDC authentication prompt behavior during Enterprise SSO flows (#5925) by @LauraBeatris

    <SignUp oidcPrompt='select_account' />
    <SignIn oidcPrompt='select_account' />
    signUp.authenticateWithRedirect({ redirectUrl: '/sso-callback', oidcPrompt: 'select_account' });
  • Replace useFetch with useSWRMutate on checkout. (#5932) by @panteliselef

  • Bug fix: Call setActive after closing Checkout to ensure RSCs re-render with the new auth context. (#5916) by @panteliselef

  • Add drawerRoot descriptor and adjust z-index approach. (#5924) by @alexcarpenter

  • Only lock scroll when Drawer is using fixed strategy (#5936) by @alexcarpenter

  • Fixing issues where checkout data being stale (#5921) by @octoper

  • Bug fix: Always invalidate checkout object when <Checkout/> unmounts. (#5929) by @panteliselef

  • Updated dependencies [b1337df, 65f0878, df6fefd, 4282bfa, 5491491]:

    • @clerk/types@4.59.0
    • @clerk/localizations@3.16.0
    • @clerk/shared@3.9.1

Don't miss a new javascript release

NewReleases is sending notifications on new releases.