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 @panteliselefAfter
const checkout = Clerk.billing.startCheckout({ orgId }); checkout.confirm(); // orgId is always implied
Before
const checkout = clerk.billing.startCheckout({ orgId }); checkout.confirm({ orgId });
Patch Changes
-
The
SAML_IDPSexport was moved from@clerk/typesto@clerk/shared/samland was marked as deprecated. (#6682) by @nikosdouvlisPlease 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
Featuretype from backend resource. (#6649) by @alexisintech -
Re-export canonical
CommerceMoneyAmounttype from@clerk/types.
-