Skip to content

Releases: clerk/javascript

@clerk/vue@2.2.3

14 May 17:16
8a81fb0

Choose a tag to compare

Patch Changes

@clerk/ui@1.10.0

14 May 17:16
8a81fb0

Choose a tag to compare

Minor Changes

  • Add fontFamilyMono appearance variable for customizing the monospace font used in Clerk components. Defaults to ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace and is exposed as the --clerk-font-family-mono CSS variable. (#8546) by @alexcarpenter

Patch Changes

  • Implement the Okta SAML metadata URL submission path in the Configure step of <__experimental_ConfigureSSO />. Adds a single text input for the IdP metadata URL; Continue posts { saml: { idpMetadataUrl } } via user.updateEnterpriseConnection wrapped in useReverification, with useCardState driving the loading state and handleError routing backend errors inline to the field or to the card-level error surface. Locale keys added under configureSSO.configureStep in en-US. Manual entry, file upload, SP-side copy rows, and the Okta admin-console walkthrough ship in follow-up PRs. (#8535) by @iagodahlem

  • Implement the provider selection step of <__experimental_ConfigureSSO />. Renders the two SAML provider tiles (Okta Workforce and Custom SAML Provider) with real icons sourced from img.clerk.com, tracks the picked provider in local state, and gates Step.Footer.Continue on a selection. Includes a warning callout about provider lock-in and a minor Step.Header alignment tweak. All user-visible strings are wired through @clerk/localizations, with translations for every supported locale. (#8503) by @iagodahlem

    Also extends the flow context with provider and setProvider, adds the deriveInitialStep helper, and wires the wizard's initialStepId so the configure flow remounts on the right step after a reload. Continue on Select Provider stages the chosen provider and advances to the next step; the enterprise connection is created on Verify Domain once the user's email is verified and primary.

  • Update <ConfigureSSO /> in the context of organizations to only allow managing enterprise connections based on system permission (#8515) by @LauraBeatris

  • fix(ui): don't treat numeric usernames as phone numbers (#8532) by @thiskevinwang

  • Fixed custom page icons not rendering in React 19 due to a forwarded ref overwriting the internal node reference. (#8534) by @wobsoriano

  • Add verify/add email address step to <__experimental_ConfigureSSO /> (#8520) by @LauraBeatris

  • Refactor <__experimental_ConfigureSSO /> into a layered primitive set: a state-driven Wizard, a UI-only Stepper, a Step compound, and ProfileCard chrome. No public component API change. Drops the central FooterActionsContext registry — each step now renders its own footer via Step.Footer.Previous / Step.Footer.Continue purely-presentational compounds. Adds a SelectProviderStep boilerplate filtered out of the breadcrumb. (#8493) by @iagodahlem

  • Updated dependencies [1a4d7d1, a6916b1, 1084180, 39099b6, 18e0a1a]:

    • @clerk/localizations@4.6.3
    • @clerk/shared@4.11.0

@clerk/testing@2.0.28

14 May 17:16
8a81fb0

Choose a tag to compare

Patch Changes

@clerk/tanstack-react-start@1.2.4

14 May 17:16
8a81fb0

Choose a tag to compare

Patch Changes

@clerk/shared@4.11.0

14 May 17:16
8a81fb0

Choose a tag to compare

Minor Changes

  • Add user.updateMetadata() for updating current user's metadata attributes by merging existing values with the provided parameters. (#8537) by @brunol95

Patch Changes

  • Implement the Okta SAML metadata URL submission path in the Configure step of <__experimental_ConfigureSSO />. Adds a single text input for the IdP metadata URL; Continue posts { saml: { idpMetadataUrl } } via user.updateEnterpriseConnection wrapped in useReverification, with useCardState driving the loading state and handleError routing backend errors inline to the field or to the card-level error surface. Locale keys added under configureSSO.configureStep in en-US. Manual entry, file upload, SP-side copy rows, and the Okta admin-console walkthrough ship in follow-up PRs. (#8535) by @iagodahlem

  • Implement the provider selection step of <__experimental_ConfigureSSO />. Renders the two SAML provider tiles (Okta Workforce and Custom SAML Provider) with real icons sourced from img.clerk.com, tracks the picked provider in local state, and gates Step.Footer.Continue on a selection. Includes a warning callout about provider lock-in and a minor Step.Header alignment tweak. All user-visible strings are wired through @clerk/localizations, with translations for every supported locale. (#8503) by @iagodahlem

    Also extends the flow context with provider and setProvider, adds the deriveInitialStep helper, and wires the wizard's initialStepId so the configure flow remounts on the right step after a reload. Continue on Select Provider stages the chosen provider and advances to the next step; the enterprise connection is created on Verify Domain once the user's email is verified and primary.

  • Update <ConfigureSSO /> in the context of organizations to only allow managing enterprise connections based on system permission (#8515) by @LauraBeatris

  • Add verify/add email address step to <__experimental_ConfigureSSO /> (#8520) by @LauraBeatris

@clerk/react@6.6.3

14 May 17:16
8a81fb0

Choose a tag to compare

Patch Changes

@clerk/react-router@3.2.4

14 May 17:16
8a81fb0

Choose a tag to compare

Patch Changes

@clerk/nuxt@2.4.3

14 May 17:17
8a81fb0

Choose a tag to compare

Patch Changes

@clerk/nextjs@7.3.4

14 May 17:17
8a81fb0

Choose a tag to compare

Patch Changes

@clerk/localizations@4.6.3

14 May 17:17
8a81fb0

Choose a tag to compare

Patch Changes

  • Implement the Okta SAML metadata URL submission path in the Configure step of <__experimental_ConfigureSSO />. Adds a single text input for the IdP metadata URL; Continue posts { saml: { idpMetadataUrl } } via user.updateEnterpriseConnection wrapped in useReverification, with useCardState driving the loading state and handleError routing backend errors inline to the field or to the card-level error surface. Locale keys added under configureSSO.configureStep in en-US. Manual entry, file upload, SP-side copy rows, and the Okta admin-console walkthrough ship in follow-up PRs. (#8535) by @iagodahlem

  • Implement the provider selection step of <__experimental_ConfigureSSO />. Renders the two SAML provider tiles (Okta Workforce and Custom SAML Provider) with real icons sourced from img.clerk.com, tracks the picked provider in local state, and gates Step.Footer.Continue on a selection. Includes a warning callout about provider lock-in and a minor Step.Header alignment tweak. All user-visible strings are wired through @clerk/localizations, with translations for every supported locale. (#8503) by @iagodahlem

    Also extends the flow context with provider and setProvider, adds the deriveInitialStep helper, and wires the wizard's initialStepId so the configure flow remounts on the right step after a reload. Continue on Select Provider stages the chosen provider and advances to the next step; the enterprise connection is created on Verify Domain once the user's email is verified and primary.

  • Update <ConfigureSSO /> in the context of organizations to only allow managing enterprise connections based on system permission (#8515) by @LauraBeatris

  • Add verify/add email address step to <__experimental_ConfigureSSO /> (#8520) by @LauraBeatris

  • Updated dependencies [1a4d7d1, a6916b1, 1084180, 39099b6, 18e0a1a]:

    • @clerk/shared@4.11.0