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.mountPricingTableClerk.unmountPricingTable
Manage payment methods
Clerk.[user|organization].initializePaymentSource()Clerk.[user|organization].addPaymentSource()Clerk.[user|organization].getPaymentSources()
Billing namespace
Clerk.billingClerk.billing.getPlans()Clerk.billing.getSubscriptions()Clerk.billing.getInvoices()Clerk.billing.startCheckout()
Patch Changes
-
Rename
__experimental_nextTaskto__experimental_navigateToTask(#5715) by @LauraBeatris -
Introduce
checkoutContinueUrloption. (#5807) by @alexcarpenter -
Rename CheckoutProps and PlanDetailsProps to **internal_CheckoutProps and **internal_PlanDetailsProps (#5838) by @nikosdouvlis
-
Rename __experimental_checkoutContinueUrl to checkoutContinueUrl (#5826) by @nikosdouvlis
-
Replace __experimental_PricingTable with PricingTable (#5828) by @nikosdouvlis
-
Updated dependencies [
db0138f,aa97231,c792f37,3bf08a9,74cf3b2,037b113,c15a412,7726a03,ed10566,b846a9a,e66c800,45e8298,9c41091,29462b4,322c43f,17397f9,45e8298]:- @clerk/types@4.57.0
- @clerk/shared@3.8.0