@clerk/clerk-js@5.80.0
Minor Changes
- [Billing Beta] Update checkout.status type to be
'needs_confirmation' | 'completed'
instead ofstring
. (#6474) by @panteliselef
Patch Changes
-
[Billing Beta] Stricter return type of
useCheckout
to improve inference of other properties. (#6473) by @panteliselef -
Guard against navigation to root sign-in route during
setActive
inSignInFactorOne
(#6462) by @LauraBeatris -
Fix invalid DOM element prop being passed down to Input (#6458) by @jacekradko
-
Fix iframe detetction and ensure we prefer the oauth popup flow when in an iframe. (#6455) by @brkalow
-
Fix multi-session navigation for hash routing (#6461) by @LauraBeatris
-
Fix
touchSession
option to only affect session touch behavior to window focus events. (#6444) by @LauraBeatrisPreviously, when
touchSession: false
was provided, it incorrectly prevented session touching duringsetActive()
calls when switching sessions or selecting organizations. -
Updated dependencies [
9368daf
,f93965f
,7b6dcee
,ef87617
]:- @clerk/shared@3.18.0
- @clerk/localizations@3.20.7
- @clerk/types@4.73.0