Releases: clerk/javascript
@clerk/vue@2.4.1
Patch Changes
- Updated dependencies [
a5c7bc7]:- @clerk/shared@4.17.0
@clerk/vue@2.4.0
Minor Changes
-
Remove the
<ConfigureSSO />component from the public API in favor of usage withinOrganizationProfile(#8779) by @LauraBeatrisRemoving 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
/objectsdocs 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
Patch Changes
- Drop unused runtime dependencies (#8753) by @dominic-clerk
@clerk/ui@1.16.0
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
orgIdandminSeatsparameters togetPlans(). - Support for the
seatsQuantityandpriceIdparameters to checkout creation. - New
totalsfield on payments. - New
availablePricesfield on plans. - New
nextPaymentfield on subscription items. - New
discountsfield on checkouts. - Additional fields on
nextPaymentfor more granularity.
Patch Changes
-
Display the scope description for
user:org:readorganization 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
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
/objectsdocs 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
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
orgIdandminSeatsparameters togetPlans(). - Support for the
seatsQuantityandpriceIdparameters to checkout creation. - New
totalsfield on payments. - New
availablePricesfield on plans. - New
nextPaymentfield on subscription items. - New
discountsfield on checkouts. - Additional fields on
nextPaymentfor more granularity.
Patch Changes
- Updated dependencies [
a5c7bc7]:- @clerk/shared@4.17.0
- @clerk/backend@3.6.1
@clerk/testing@2.0.36
@clerk/tanstack-react-start@1.4.1
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
Minor Changes
-
Remove the
<ConfigureSSO />component from the public API in favor of usage withinOrganizationProfile(#8779) by @LauraBeatrisRemoving 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
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
orgIdandminSeatsparameters togetPlans(). - Support for the
seatsQuantityandpriceIdparameters to checkout creation. - New
totalsfield on payments. - New
availablePricesfield on plans. - New
nextPaymentfield on subscription items. - New
discountsfield on checkouts. - Additional fields on
nextPaymentfor more granularity.