Skip to content

Releases: clerk/javascript

@clerk/vue@2.4.1

10 Jun 18:25
7cfd510

Choose a tag to compare

Patch Changes

  • Updated dependencies [a5c7bc7]:
    • @clerk/shared@4.17.0

@clerk/vue@2.4.0

10 Jun 13:54
1028d82

Choose a tag to compare

Minor Changes

  • Remove the <ConfigureSSO /> component from the public API in favor of usage within OrganizationProfile (#8779) by @LauraBeatris

    Removing these exports has no breaking changes impact on production applications, as was never released as a GA component

Patch Changes

  • Add and improve JSDoc comments across public types and methods to support generated reference documentation for the /objects docs section. Exports a few previously-internal types (OnEventListener, OffEventListener, ClerkOptionsNavigation) so they can be referenced from the generated docs. (#8276) by @alexisintech

  • Updated dependencies [2d6670c, af706e3, 032632c, 0fece6f, b295af3, 8e1bd48]:

    • @clerk/shared@4.16.0

@clerk/upgrade@2.0.4

10 Jun 13:54
1028d82

Choose a tag to compare

Patch Changes

@clerk/ui@1.16.0

10 Jun 18:25
7cfd510

Choose a tag to compare

Minor Changes

  • Add support for Clerk Billing plans with per-seat costs. (#8629) by @dstaley
    • New invite-to-checkout flow when inviting members while on a plan that uses per-seat costs.
    • New localization values to support UI additions.
    • Support for the orgId and minSeats parameters to getPlans().
    • Support for the seatsQuantity and priceId parameters to checkout creation.
    • New totals field on payments.
    • New availablePrices field on plans.
    • New nextPayment field on subscription items.
    • New discounts field on checkouts.
    • Additional fields on nextPayment for more granularity.

Patch Changes

  • Display the scope description for user:org:read organization access in the OAuth Consent dialog so users understand organization membership information is being shared with the OAuth client. (#8798) by @jfoshee

  • Fix alignment of the domain section subtitle in the organization profile to match the button above it. (#8795) by @alexcarpenter

  • Updated dependencies [a5c7bc7]:

    • @clerk/localizations@4.8.0
    • @clerk/shared@4.17.0

@clerk/ui@1.15.1

10 Jun 13:54
1028d82

Choose a tag to compare

Patch Changes

  • Fix Chrome-specific scroll jump when toggling the billing period switch on the pricing table. (#8742) by @alexcarpenter

  • Fix a circular import in the styled-system that could crash module initialization under bundler configurations with tree-shaking disabled. (#8754) by @jacekradko

  • Internal refactor for self-serve SSO wizard navigation to leverage a guard-based state machine. (#8715) by @iagodahlem

    It makes the step navigation more predictable: the step you land on (including after a reload) and which steps you can move to are derived from the connection's state, the connection reset flow lands you on the right step.

  • Correctly display OAuth consent redirect domains for known multi-label public suffixes. (#8700) by @wobsoriano

  • Fix modal backdrop appearing light in dark mode (#8743) by @alexcarpenter

  • Add a "Forgot password?" action on the sign-in start page when the password field is shown. This improves the account recovery UX when strict user enumeration protection is enabled. (#8733) by @Ephem

  • Add and improve JSDoc comments across public types and methods to support generated reference documentation for the /objects docs section. Exports a few previously-internal types (OnEventListener, OffEventListener, ClerkOptionsNavigation) so they can be referenced from the generated docs. (#8276) by @alexisintech

  • Updated dependencies [2d6670c, af706e3, 032632c, 0fece6f, b295af3, 8e1bd48, 90bc732]:

    • @clerk/shared@4.16.0
    • @clerk/localizations@4.7.2

@clerk/testing@2.1.0

10 Jun 18:25
7cfd510

Choose a tag to compare

Minor Changes

  • Add support for Clerk Billing plans with per-seat costs. (#8629) by @dstaley
    • New invite-to-checkout flow when inviting members while on a plan that uses per-seat costs.
    • New localization values to support UI additions.
    • Support for the orgId and minSeats parameters to getPlans().
    • Support for the seatsQuantity and priceId parameters to checkout creation.
    • New totals field on payments.
    • New availablePrices field on plans.
    • New nextPayment field on subscription items.
    • New discounts field on checkouts.
    • Additional fields on nextPayment for more granularity.

Patch Changes

  • Updated dependencies [a5c7bc7]:
    • @clerk/shared@4.17.0
    • @clerk/backend@3.6.1

@clerk/testing@2.0.36

10 Jun 13:54
1028d82

Choose a tag to compare

Patch Changes

@clerk/tanstack-react-start@1.4.1

10 Jun 18:25
7cfd510

Choose a tag to compare

Patch Changes

  • Updated dependencies [a5c7bc7]:
    • @clerk/shared@4.17.0
    • @clerk/react@6.9.0
    • @clerk/backend@3.6.1

@clerk/tanstack-react-start@1.4.0

10 Jun 13:54
1028d82

Choose a tag to compare

Minor Changes

  • Remove the <ConfigureSSO /> component from the public API in favor of usage within OrganizationProfile (#8779) by @LauraBeatris

    Removing these exports has no breaking changes impact on production applications, as was never released as a GA component

Patch Changes

@clerk/shared@4.17.0

10 Jun 18:25
7cfd510

Choose a tag to compare

Minor Changes

  • Add support for Clerk Billing plans with per-seat costs. (#8629) by @dstaley
    • New invite-to-checkout flow when inviting members while on a plan that uses per-seat costs.
    • New localization values to support UI additions.
    • Support for the orgId and minSeats parameters to getPlans().
    • Support for the seatsQuantity and priceId parameters to checkout creation.
    • New totals field on payments.
    • New availablePrices field on plans.
    • New nextPayment field on subscription items.
    • New discounts field on checkouts.
    • Additional fields on nextPayment for more granularity.