github clerk/javascript @clerk/types@4.84.0

latest releases: @clerk/types@4.92.0, @clerk/clerk-js@5.99.0, @clerk/fastify@2.4.37...
one month ago

Minor Changes

  • [Experimental] Signal phone code support (#6650) by @dstaley

  • [Billing Beta] Remove CommerceProduct. (#6636) by @panteliselef

  • [Billing Beta] checkout.confirm() now infers the resource id resulting in less repetition and improved DX. (#6642) by @panteliselef

    After

    const checkout = Clerk.billing.startCheckout({ orgId });
    checkout.confirm(); // orgId is always implied

    Before

    const checkout = clerk.billing.startCheckout({ orgId });
    checkout.confirm({ orgId });
  • [Experimental] Signal MFA support (#6659) by @dstaley

Patch Changes

  • The SAML_IDPS export was moved from @clerk/types to @clerk/shared/saml and was marked as deprecated. (#6682) by @nikosdouvlis

    Please use import { SAML_IDPS } from "@clerk/shared/saml" instead.

  • fix(types): Change return type of SetActiveNavigate to allow void or Promise (#6662) by @nikosdouvlis

    • Export Feature type from backend resource. (#6649) by @alexisintech

    • Re-export canonical CommerceMoneyAmount type from @clerk/types.

Don't miss a new javascript release

NewReleases is sending notifications on new releases.