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 @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
-
Display free trial badge
<PricingTable/>. (#6656) by @panteliselef -
Adding baseline debug logging to SignIn and SignUp components (#6665) by @jacekradko
-
Updated dependencies [
651dbf8,2a82737,cda5d7b,ba25a5b,a50cfc8,377f67b,a1dcda7,7c3c1f7,65b12ee,263722e]:- @clerk/localizations@3.24.1
- @clerk/types@4.84.0
- @clerk/shared@3.24.0