Releases: clerk/javascript
Release list
@clerk/vue@2.5.3
@clerk/vue@2.5.2
Patch Changes
-
Update docs deep links in JSDoc comments to match clerk.com's new heading anchors (
#get-tokenis now#gettoken,#o-auth-strategyis now#oauthstrategy, and so on). (#9520) by @manovotny -
Updated dependencies [
b5a3abe,ddf9afc,39782e3]:- @clerk/shared@4.32.0
@clerk/upgrade@2.0.7
Patch Changes
- Update docs deep links in JSDoc comments to match clerk.com's new heading anchors (
#get-tokenis now#gettoken,#o-auth-strategyis now#oauthstrategy, and so on). (#9520) by @manovotny
@clerk/ui@1.33.1
Patch Changes
-
Add
agentidtoOAuthProviderandOAUTH_PROVIDERSto 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.cssLayerNamebefore 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
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 @mauricioabreuFor 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
ssoFallbackFirstFactorsproperty on the sign-in resource. The flow adds thesignIn.enterpriseSSOandsignIn.ssoFallbacklocalization keys and thessoFallbackcard 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