Minor Changes
-
[Billing Beta]: Replace
orgfororganizationas payer type for billing APIs. (#6423) by @panteliselefThis applies for all billing APIs, except the resources classes that represent data from Frontend API.
-
Refactor base theme approach to enable opting into simple theme. (#6371) by @alexcarpenter
appearance={{ theme: 'simple' // removes Clerk base theme }}
Patch Changes
-
Update JSDocs for
SessionTaskto align with Clerk documentation (#6396) by @LauraBeatris -
Make
.finalize()from useCheckout to return a Promise. (#6422) by @panteliselef