Skip to content

@clerk/shared@4.25.6

Choose a tag to compare

@clerk-cookie clerk-cookie released this 21 Jul 15:12
Immutable release. Only release title and notes can be modified.
430ae23

Patch Changes

  • Standardize JSDoc punctuation to always follow e.g. and i.e. with a comma (e.g., / i.e.,), matching the docs style guide. Comment-only change; no runtime behavior is affected. This keeps the generated Typedoc reference output consistent. (#9201) by @SarahSoutoul

  • Add an experimental oidcSelfServe option to enable the self-serve OIDC configuration flow in <ConfigureSSO />. (#9198) by @NicolasLopes7