github clerk/javascript @clerk/types@4.59.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',
    });
  • Add onClose to __internal_CheckoutProps. (#5916) by @panteliselef

  • Replaces strings with localizations throughout billing components. (#5922) by @alexcarpenter

Patch Changes

  • 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' });
  • Add drawerRoot descriptor and adjust z-index approach. (#5924) by @alexcarpenter

Don't miss a new javascript release

NewReleases is sending notifications on new releases.