Releases: clerk/javascript
@clerk/[email protected]
Patch Changes
- Updated dependencies [
cfa7882,b0fdc9e]:- @clerk/[email protected]
- @clerk/[email protected]
- @clerk/[email protected]
@clerk/[email protected]
Minor Changes
-
Expose commerce hooks and components under the experimental module. (#6383) by @panteliselef
- PaymentElementProvider,
- usePaymentElement,
- PaymentElement,
- usePaymentAttempts,
- useStatements,
- usePaymentMethods,
- usePlans,
- useSubscription,
- CheckoutProvider,
- useCheckout,
Patch Changes
- Updated dependencies [
b0fdc9e]:- @clerk/[email protected]
- @clerk/[email protected]
@clerk/[email protected]
Minor Changes
-
Introduce
<TaskSelectOrganization />component. (#6376) by @LauraBeatrisIt allows you to eject the organization selection task flow from the default
SignInandSignUpcomponents and render it on custom URL paths usingtaskUrls.Usage example:
<ClerkProvider taskUrls={{ 'select-organization': '/onboarding/select-organization' }}> <App /> </ClerkProvider>
function OnboardingSelectOrganization() { return <TaskSelectOrganization redirectUrlComplete='/dashboard/onboarding-complete' />; }
Patch Changes
-
Remove cache revalidation hooks from pending session handling. This fixes unmounting issues from
SignInandSignUpAIOs during after-auth flows. (#6389) by @LauraBeatris -
Updated dependencies [
b0fdc9e]:- @clerk/[email protected]
- @clerk/[email protected]
- @clerk/[email protected]
@clerk/[email protected]
Patch Changes
- Updated dependencies [
b0fdc9e,6876563,cfa7882,b0fdc9e]:- @clerk/[email protected]
- @clerk/[email protected]
- @clerk/[email protected]
- @clerk/[email protected]
@clerk/[email protected]
Patch Changes
- Updated dependencies [
b0fdc9e,6876563,cfa7882]:- @clerk/[email protected]
- @clerk/[email protected]
- @clerk/[email protected]
@clerk/[email protected]
Minor Changes
- Add types for Commerce webhooks (#6338) by @mauricioabreu
Patch Changes
- Updated dependencies [
b0fdc9e]:- @clerk/[email protected]
- @clerk/[email protected]
@clerk/[email protected]
Patch Changes
- Updated dependencies [
2bbeaf3,b0fdc9e]:- @clerk/[email protected]
- @clerk/[email protected]
- @clerk/[email protected]
@clerk/[email protected]
Patch Changes
- Updated dependencies [
2bbeaf3,b0fdc9e]:- @clerk/[email protected]
- @clerk/[email protected]
- @clerk/[email protected]
@clerk/[email protected]
Patch Changes
- Updated dependencies [
cd59c0e,cd59c0e]:- @clerk/[email protected]
- @clerk/[email protected]
@clerk/[email protected]
Minor Changes
-
[Billing Beta] Introduce top level subscription. (#6317) by @panteliselef
Updated
CommerceSubscriptionJSONto describe the top level subscription and renamed the existing type toCommerceSubscriptionItemJSON.
Deprecatedbilling.getSubscriptions()in favour ofbilling.getSubscription.