Skip to content

Releases: clerk/javascript

@clerk/vue@2.5.3

Choose a tag to compare

@clerk-cookie clerk-cookie released this 15 Sep 19:56
Immutable release. Only release title and notes can be modified.
ee1f90a

Patch Changes

@clerk/vue@2.5.2

Choose a tag to compare

@clerk-cookie clerk-cookie released this 15 Sep 14:47
Immutable release. Only release title and notes can be modified.
0cf3565

Patch Changes

  • Update docs deep links in JSDoc comments to match clerk.com's new heading anchors (#get-token is now #gettoken, #o-auth-strategy is now #oauthstrategy, and so on). (#9520) by @manovotny

  • Updated dependencies [b5a3abe, ddf9afc, 39782e3]:

    • @clerk/shared@4.32.0

@clerk/upgrade@2.0.7

Choose a tag to compare

@clerk-cookie clerk-cookie released this 15 Sep 14:46
Immutable release. Only release title and notes can be modified.
0cf3565

Patch Changes

  • Update docs deep links in JSDoc comments to match clerk.com's new heading anchors (#get-token is now #gettoken, #o-auth-strategy is now #oauthstrategy, and so on). (#9520) by @manovotny

@clerk/ui@1.33.1

Choose a tag to compare

@clerk-cookie clerk-cookie released this 15 Sep 19:55
Immutable release. Only release title and notes can be modified.
ee1f90a

Patch Changes

  • Add agentid to OAuthProvider and OAUTH_PROVIDERS to support the "Continue with AgentID" OAuth flow. Instances with the connection enabled now render a "Continue with AgentID" button, with the AgentID mark tinted to match the theme's foreground color so it stays legible in dark mode. (#9735) by @wyattjoh

  • The organization Security page now lists every enterprise SSO connection of the organization, each with its own status, domains, and actions. The SSO wizard edits one explicit connection, and a banner names it when the organization has more than one. Changing a provider or removing a connection now targets that connection instead of the first one returned by the API. (#9729) by @NicolasLopes7

  • Validate appearance.cssLayerName before wrapping component styles in @layer. Values that are not a valid CSS layer name (for example ones containing braces, semicolons, or markup) are now ignored with a one-time console warning instead of being interpolated into the generated stylesheet. (#9747) by @dominic-clerk

  • Updated dependencies [855c24f, cb6a376]:

    • @clerk/shared@4.33.0
    • @clerk/localizations@4.17.1

@clerk/ui@1.33.0

Choose a tag to compare

@clerk-cookie clerk-cookie released this 15 Sep 14:47
Immutable release. Only release title and notes can be modified.
0cf3565

Minor Changes

  • Introduce self-serve Directory Sync (SCIM) capabilities and related functionality. (#9590) by @kalafut

  • Add the SSO fallback sign-in flow to <SignIn />, for enterprise users the instance has allowlisted to sign in with an email code when they cannot reach their identity provider. (#9685) by @mauricioabreu

    For such a user the sign-in no longer redirects straight to the identity provider. It shows the SSO action — or the connection picker, when several connections serve the address — alongside a "Can't use SSO?" link leading to the standard email code step, which carries a notice that the organization requires single sign-on and that the attempt is recorded. Users without a fallback, and instances without the feature, are unaffected.

    Custom flows can read the same factor from the new ssoFallbackFirstFactors property on the sign-in resource. The flow adds the signIn.enterpriseSSO and signIn.ssoFallback localization keys and the ssoFallback card action element id.

Patch Changes

  • Fixed OAuth sign-ups from openSignIn({ withSignUp: true }) landing on the sign-in page with an "External Account was not found" error instead of creating the account. (#9758) by @wobsoriano

  • Updated dependencies [b5a3abe, ddf9afc, f21352f, 2502266, 607d561, 39782e3]:

    • @clerk/localizations@4.17.0
    • @clerk/shared@4.32.0

@clerk/testing@2.2.36

Choose a tag to compare

@clerk-cookie clerk-cookie released this 15 Sep 19:56
Immutable release. Only release title and notes can be modified.
ee1f90a

Patch Changes

  • Updated dependencies [855c24f, cb6a376]:
    • @clerk/shared@4.33.0
    • @clerk/backend@3.18.1

@clerk/testing@2.2.35

Choose a tag to compare

@clerk-cookie clerk-cookie released this 15 Sep 14:47
Immutable release. Only release title and notes can be modified.
0cf3565

Patch Changes

@clerk/tanstack-react-start@1.5.15

Choose a tag to compare

@clerk-cookie clerk-cookie released this 15 Sep 19:55
Immutable release. Only release title and notes can be modified.
ee1f90a

Patch Changes

  • Updated dependencies [855c24f, cb6a376]:
    • @clerk/shared@4.33.0
    • @clerk/backend@3.18.1
    • @clerk/react@6.16.1

@clerk/tanstack-react-start@1.5.14

Choose a tag to compare

@clerk-cookie clerk-cookie released this 15 Sep 14:46
Immutable release. Only release title and notes can be modified.
0cf3565

Patch Changes

@clerk/shared@4.33.0

Choose a tag to compare

@clerk-cookie clerk-cookie released this 15 Sep 19:56
Immutable release. Only release title and notes can be modified.
ee1f90a

Minor Changes

  • Add agentid to OAuthProvider and OAUTH_PROVIDERS to support the "Continue with AgentID" OAuth flow. Instances with the connection enabled now render a "Continue with AgentID" button, with the AgentID mark tinted to match the theme's foreground color so it stays legible in dark mode. (#9735) by @wyattjoh

Patch Changes

  • The organization Security page now lists every enterprise SSO connection of the organization, each with its own status, domains, and actions. The SSO wizard edits one explicit connection, and a banner names it when the organization has more than one. Changing a provider or removing a connection now targets that connection instead of the first one returned by the API. (#9729) by @NicolasLopes7