Releases: clerk/javascript
Release list
@clerk/nuxt@2.0.2
@clerk/nextjs@7.0.2
@clerk/localizations@4.1.0
@clerk/hono@0.1.0
Minor Changes
- Add Frontend API proxy support to
@clerk/honovia thefrontendApiProxyoption onclerkMiddleware. 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. TheproxyUrlfor auth handshake is automatically derived from the request whenfrontendApiProxyis configured. (#7994) by @nikosdouvlis
Patch Changes
@clerk/fastify@3.1.0
Minor Changes
- Add Frontend API proxy support to
@clerk/fastifyvia thefrontendApiProxyoption onclerkPlugin. 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. TheproxyUrlfor auth handshake is automatically derived from the request whenfrontendApiProxyis configured. (#7994) by @nikosdouvlis
Patch Changes
@clerk/express@2.0.2
@clerk/expo@3.1.0
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
@clerk/clerk-js@6.1.0
Minor Changes
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
setActivenow 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