Releases: clerk/javascript
@clerk/react-router@3.1.0
Minor Changes
-
Introduce internal
<OAuthConsent />component for rendering a zero-config OAuth consent screen on an OAuth authorize redirect page. (#8289) by @wobsorianoUsage example:
import { OAuthConsent } from '@clerk/nextjs'; export default function OAuthConsentPage() { return <OAuthConsent />; }
Patch Changes
- Updated dependencies [
dc2de16]:- @clerk/react@6.4.0
- @clerk/shared@4.8.0
- @clerk/backend@3.2.10
@clerk/vue@2.0.12
@clerk/ui@1.5.1
@clerk/testing@2.0.13
@clerk/tanstack-react-start@1.0.13
@clerk/shared@4.7.0
@clerk/react@6.3.0
Minor Changes
-
Add
OAuthApplicationresource andgetConsentInfo()method for retrieving OAuth consent information, enabling custom OAuth consent flows. (#8275) by @jfoshee -
Introduce internal
useOAuthConsent()hook for fetching OAuth consent screen metadata for the signed-in user. (#8286) by @jfoshee
Patch Changes
@clerk/react-router@3.0.13
Patch Changes
-
Simplified keyless service initialization. (#7844) by @wobsoriano
-
Updated dependencies [
3fd586d,f9ff9e9]:- @clerk/react@6.3.0
- @clerk/shared@4.7.0
- @clerk/backend@3.2.9
@clerk/nuxt@2.2.0
Minor Changes
- Introduce Keyless quickstart for Nuxt. This allows the Clerk SDK to be used without having to sign up and paste your keys manually. (#7844) by @wobsoriano
Patch Changes
@clerk/nextjs@7.1.0
Minor Changes
- Introduce internal
useOAuthConsent()hook for fetching OAuth consent screen metadata for the signed-in user. (#8286) by @jfoshee
Patch Changes
-
Bump
nextdevDependency to15.5.15to pick up the fix for CVE-2026-23869, a high-severity (CVSS 7.5) denial-of-service vulnerability in React Server Components. If you use the Next.js App Router, we recommend upgrading to Next.js15.5.15or16.2.3. (#8257) by @renovate -
Updated dependencies [
3fd586d,f9ff9e9]:- @clerk/react@6.3.0
- @clerk/shared@4.7.0
- @clerk/backend@3.2.9