Minor Changes
-
Drop
maxAgeMinutesfrom__experimental_startVerification. (#4338) by @panteliselefDrop types
__experimental_SessionVerificationConfigand__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: truethe 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_prefetchOrganizationSwitcheras 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