Uh oh!
There was an error while loading. Please reload this page.
Releases: clerk/javascript
Release list
@clerk/testing@2.2.32
@clerk/tanstack-react-start@1.5.10
@clerk/react-router@3.6.19
@clerk/nuxt@3.0.17
@clerk/nextjs@7.8.4
Patch Changes
Add
@deprecatedtags to the removed<SignedIn>,<SignedOut>, and<Protect>control-component stubs so editors and lint rules flag them at authoring time (with the<Show>migration guidance) instead of only failing when rendered. (#9627) by @manovotnyUpdated dependencies [
c4f9883,eef0ceb]:- @clerk/backend@3.17.0
@clerk/hono@0.1.75
@clerk/fastify@3.1.75
Patch Changes
Add an internal
__internal_enableHandshakeoption toclerkPlugin()(defaults totrue). When set tofalse, the plugin skips the handshake flow and strips handshake cookies and query params before authenticating requests. Intended for API-only backends that cannot returnSet-Cookieheaders to the browser. (#8560) by @jescalanUpdated dependencies [
c4f9883,eef0ceb]:- @clerk/backend@3.17.0
@clerk/express@2.1.65
@clerk/expo@4.6.2
Patch Changes
Bump the bundled
clerk-iosSDK from1.5.0to1.5.1. See the Clerk iOS release: https://github.com/clerk/clerk-ios/releases/tag/1.5.1. (#9617) by @clerk-cookieBump the bundled
clerk-iosSDK from1.5.1to1.5.2. See the Clerk iOS release: https://github.com/clerk/clerk-ios/releases/tag/1.5.2. (#9631) by @seanperez29Updated dependencies [
0f70a63]:- @clerk/clerk-js@6.30.3
@clerk/expo-google-signin@1.0.3
Patch Changes
- Android now reports the Google account's stable identifier (the ID token's
subclaim) asuser.idinstead of the email address, matching iOS. (#9606) by @wobsoriano