clerk-cookie
released this
20 Aug 09:31
·
615 commits
to main
since this release
Minor Changes
-
Introduce multi-session choose account step and associated actions/components. (#3957) by @tmilewski
Example:
<SignIn.Step name="choose-session"> <SignIn.SessionList> <SignIn.SessionListItem> {({ session }) => ( <> {session.identifier} |{" "} <SignIn.Action setActiveSession>Switch...</SignIn.Action> </> )} </SignIn.SessionListItem> </SignIn.SessionList> </SignIn.Step>
Patch Changes
-
Refactor form hooks and utils into separate files (#3933) by @tmilewski
-
feat(elements): Add support for sign in with email_link via redirect_url (#3926) by @dstaley
-
Preserve absolute URLs passed via
redirect_url
(#3947) by @dstaley -
Extract common Form components from single file (#3933) by @tmilewski
-
Add support for submit and passkey loading scopes (#3927) by @dstaley
-
Updated dependencies [
dc0e1c33d
]:- @clerk/[email protected]