clerk-cookie
released this
20 Jun 09:01
·
941 commits
to main
since this release
Minor Changes
-
The
path
prop on the<SignIn.Root>
and<SignUp.Root>
component is now automatically inferred. Previously, the default values were/sign-in
and/sign-up
, on other routes you had to explicitly define your route. (#3557) by @LekoArtsThe new heuristic for determining the path where
<SignIn.Root>
and<SignUp.Root>
are mounted is:path
prop- Automatically inferred
- If it can't be inferred, fallback to
CLERK_SIGN_IN_URL
andCLERK_SIGN_UP_URL
env var - Fallback to
/sign-in
and/sign-up
Patch Changes
-
Render the resendable button at the 0 tick (#3575) by @alexcarpenter
-
Updated dependencies [
1273b04ec
]:- @clerk/[email protected]