Minor Changes
-
Drop
maxAgeMinutes
from__experimental_startVerification
. (#4338) by @panteliselefDrop types
__experimental_SessionVerificationConfig
and__experimental_SessionVerificationMaxAgeMinutes
. -
The "Restricted access" screen has been improved for visual consistency and the ability to contact support. The displayed texts have been made more clear and the sign-in button has been moved to the bottom. (#4335) by @nikospapcom
-
Add experimental standalone mode for
<UserButton />
and<OrganizationSwitcher />
. (#4042) by @panteliselefWhen
__experimental_asStandalone: true
the component will not render its trigger, and instead it will render only the contents of the popover in place.APIs that changed:
- (For internal usage) Added
__experimental_prefetchOrganizationSwitcher
as a way to mount an internal component that will render theuseOrganizationList()
hook and prefetch the necessary data for the popover of<OrganizationSwitcher />
. This enhances the UX since no loading state will be visible and keeps CLS to the minimum. - New property for
mountOrganizationSwitcher(node, { __experimental_asStandalone: true })
- New property for
mountUserButton(node, { __experimental_asStandalone: true })
- (For internal usage) Added
-
Use EIP-4361 message spec for Web3 wallets sign in signature requests (#4334) by @chanioxaris
Patch Changes
-
Retry with exponential backoff if loadScript fails to load the script (#4349) by @nikosdouvlis
-
Add the
?render=explicit
query parameter to the Turnstile script. (#4332) by @anagstef -
Updated dependencies [
e81d45b72
,752ce9bfa
,0a9bf8ef4
,99cdf9b67
,ce40ff6f0
,2102052c0
]:- @clerk/[email protected]
- @clerk/[email protected]
- @clerk/[email protected]