Minor Changes
-
New Feature: Introduce the
<Waitlist />component and thewaitlistsign up mode. (#4376) by @nikospapcom- Allow users to request access with an email address via the new
<Waitlist />component. - Show
Join waitlistprompt from<SignIn />component when mode iswaitlist. - Appropriate the text in the Sign Up component when mode is
waitlist. - Added
joinWaitlist()method inClerksingleton. - Added
redirectToWaitlist()method inClerksingleton to allow user to redirect to waitlist page.
- Allow users to request access with an email address via the new
Patch Changes
- Expose internal
__internal_getOptionmethod from Clerk. (#4456) by @alexcarpenter