Skip to content

Releases: clerk/javascript

@clerk/[email protected]

16 May 08:36
d23c19d
Compare
Choose a tag to compare

Patch Changes

  • Fix showing alternative phone code provider when no other SSO exists. (#5942) by @anagstef

@clerk/[email protected]

16 May 08:36
d23c19d
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

16 May 08:36
d23c19d
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

15 May 21:31
1a1f1f8
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

15 May 21:30
1a1f1f8
Compare
Choose a tag to compare

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

@clerk/[email protected]

15 May 21:31
1a1f1f8
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

15 May 21:31
1a1f1f8
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

15 May 21:31
1a1f1f8
Compare
Choose a tag to compare

@clerk/[email protected]

15 May 21:30
1a1f1f8
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

15 May 21:30
1a1f1f8
Compare
Choose a tag to compare