Skip to content

Releases: clerk/javascript

@clerk/nuxt@2.0.2

Choose a tag to compare

@jacekradko jacekradko released this 11 Mar 02:08
f319ea6

Patch Changes

@clerk/nextjs@7.0.2

Choose a tag to compare

@jacekradko jacekradko released this 11 Mar 02:08
f319ea6

Patch Changes

@clerk/localizations@4.1.0

Choose a tag to compare

@jacekradko jacekradko released this 11 Mar 02:08
f319ea6

Minor Changes

  • Added en-XA locale to highlight unlocalized strings. (#7979) by @dstaley

Patch Changes

@clerk/hono@0.1.0

Choose a tag to compare

@jacekradko jacekradko released this 11 Mar 02:08
f319ea6

Minor Changes

  • Add Frontend API proxy support to @clerk/hono via the frontendApiProxy option on clerkMiddleware. When enabled, requests matching the proxy path (default /__clerk) are forwarded to Clerk's Frontend API, allowing Clerk to work in environments where direct API access is blocked by ad blockers or firewalls. The proxyUrl for auth handshake is automatically derived from the request when frontendApiProxy is configured. (#7994) by @nikosdouvlis

Patch Changes

@clerk/fastify@3.1.0

Choose a tag to compare

@jacekradko jacekradko released this 11 Mar 02:08
f319ea6

Minor Changes

  • Add Frontend API proxy support to @clerk/fastify via the frontendApiProxy option on clerkPlugin. When enabled, requests matching the proxy path (default /__clerk) are forwarded to Clerk's Frontend API, allowing Clerk to work in environments where direct API access is blocked by ad blockers or firewalls. The proxyUrl for auth handshake is automatically derived from the request when frontendApiProxy is configured. (#7994) by @nikosdouvlis

Patch Changes

@clerk/express@2.0.2

Choose a tag to compare

@jacekradko jacekradko released this 11 Mar 02:08
f319ea6

Patch Changes

@clerk/expo@3.1.0

Choose a tag to compare

@jacekradko jacekradko released this 11 Mar 02:08
f319ea6

Minor Changes

    • Add native React Native components (AuthView, UserButton, UserProfileView) with useUserProfileModal() hook (#7843) by @chriscanin

    • Add native Google Sign-In via Credential Manager (Android) and ASAuthorization (iOS)

    • Update to Core-3 Signal APIs

  • Adds support for Expo SDK 55 (#8008) by @wobsoriano

Patch Changes

@clerk/expo-passkeys@1.0.2

Choose a tag to compare

@jacekradko jacekradko released this 11 Mar 02:08
f319ea6

Patch Changes

@clerk/clerk-js@6.1.0

Choose a tag to compare

@jacekradko jacekradko released this 11 Mar 02:08
f319ea6

Minor Changes

  • Prevent modification of immutable attributes in UserProfile (#7931) by @dmoerner

Patch Changes

  • Narrow the error conditions that trigger the unauthenticated flow (sign-out) to only high-confidence authentication failures (401, 422). Previously, all 4xx errors — including 429 rate limits — were treated as auth failures, which could sign users out during transient rate limiting. Non-auth errors from setActive now propagate to the caller instead of being silently swallowed. (#8004) by @brkalow

  • Fix random sign-outs when the browser temporarily loses network connectivity. (#7912) by @bratsos

  • Updated dependencies [776ee1b, 7fb870d, 09cb6d4]:

    • @clerk/shared@4.1.0

@clerk/chrome-extension@3.1.0

Choose a tag to compare

@jacekradko jacekradko released this 11 Mar 02:08
f319ea6

Minor Changes

  • Remove remotely hosted code from new @clerk/ui package (#7983) by @royanger

Patch Changes