Minor Changes
-
Introduce
__experimental_startPathoption foropenOrganizationProfile. (#5926) by @alexcarpenterExample 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
oidcPromptprop toSignInandSignUpcomponents andauthenticateWithRedirectmethod 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
useFetchwithuseSWRMutateon checkout. (#5932) by @panteliselef -
Bug fix: Call
setActiveafter closing Checkout to ensure RSCs re-render with the new auth context. (#5916) by @panteliselef -
Add
drawerRootdescriptor 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