github clerk/javascript @clerk/clerk-js@5.91.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] 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

Don't miss a new javascript release

NewReleases is sending notifications on new releases.