Skip to content
Compare
Choose a tag to compare
@clerk-cookie clerk-cookie released this 17 Oct 15:09
· 348 commits to main since this release
1647b9e

Minor Changes

  • Drop maxAgeMinutes from __experimental_startVerification. (#4338) by @panteliselef

    Drop 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 @panteliselef

    When __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 the useOrganizationList() 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 })
  • Use EIP-4361 message spec for Web3 wallets sign in signature requests (#4334) by @chanioxaris

Patch Changes