github clerk/javascript @clerk/clerk-react@5.31.0

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

Minor Changes

  • Export a new <PricingTable /> component. This component renders plans for user or organizations and upon selection the end-user is prompted with a checkout form. (#5833) by @nikosdouvlis

  • Mark commerce apis as stable (#5833) by @nikosdouvlis

  • Expose Clerk Billing APIs. (#5833) by @nikosdouvlis

    Render the pricing table component

    • Clerk.mountPricingTable
    • Clerk.unmountPricingTable

    Manage payment methods

    • Clerk.[user|organization].initializePaymentSource()
    • Clerk.[user|organization].addPaymentSource()
    • Clerk.[user|organization].getPaymentSources()

    Billing namespace

    • Clerk.billing
      • Clerk.billing.getPlans()
      • Clerk.billing.getSubscriptions()
      • Clerk.billing.getInvoices()
      • Clerk.billing.startCheckout()

Patch Changes

Don't miss a new javascript release

NewReleases is sending notifications on new releases.