Skip to content

@clerk/ui@1.30.5

Choose a tag to compare

@clerk-cookie clerk-cookie released this 19 Aug 19:12
· 50 commits to main since this release
Immutable release. Only release title and notes can be modified.
99082cb

Patch Changes

  • Stop passkey autofill from opening a passkey prompt as soon as the sign-in form renders. Autofill now runs as a real background request when the window can service one (an https origin matching your RP ID), and is not attempted at all when it would route to the OS passkey dialog. Signing in with the explicit "Use passkey" action is unchanged. (#9500) by @jeremy-clerk