Releases: clerk/javascript
@clerk/clerk-js@5.79.0
Minor Changes
-
[Billing Beta]: Update prefix for checkout status (#6438) by @panteliselef
Replaces
awaiting_withneeds_. -
[Billing Beta] Remove
statement_idfrom the checkout resource. (#6437) by @panteliselef
Patch Changes
-
Add
inputmode="email"to email fields to help prompt mobile devices to use a virtual keyboard optimized for entering email addresses. (#6440) by @alexcarpenter -
Fix TelemetryCollector logic for clerk-js in browser to properly populate sdkMetadata for telemetry events. (#6448) by @panteliselef
-
Display alert on plan details error (#6384) by @panteliselef
-
Added proper type checking before using the in operator to prevent errors when modal state contains non-object values (#6433) by @jacekradko
-
Refactor billing statement page and payment attempt page data loading (#6420) by @aeliox
-
Added temporary patch for API keys pagination compatibility (#6451) by @wobsoriano
-
Fix SSO callback for after-auth custom flows (#6430) by @LauraBeatris
-
Updated dependencies [
7a46679,05cc5ec,22c35ef,c69de58,e8d816a,aa9f185,af0e123,3d1d871]:- @clerk/shared@3.17.0
- @clerk/types@4.72.0
- @clerk/localizations@3.20.6
@clerk/clerk-expo@2.14.14
@clerk/chrome-extension@2.5.15
@clerk/backend@2.6.2
@clerk/astro@2.10.13
@clerk/agent-toolkit@0.1.16
@clerk/vue@1.9.0
@clerk/types@4.71.0
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