releases.shpreview
Clerk/JavaScript SDK

JavaScript SDK

$npx -y @buildinternet/releases show clerk-javascript-sdk
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases216Avg66/moVersions@clerk/backend@3.2.2 → @clerk/clerk-js@6.7.4
Apr 13, 2026

Patch Changes

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

Minor Changes

  • Add OAuthApplication resource and getConsentInfo() method for retrieving OAuth consent information, enabling custom OAuth consent flows. (#8275) by @jfoshee

Patch Changes

Minor Changes

  • Add OAuthApplication resource and getConsentInfo() 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

  • Updated dependencies [3fd586d, f9ff9e9]:
    • @clerk/shared@4.7.0
    • @clerk/backend@3.2.9

Patch Changes

  • Updated dependencies [3fd586d, f9ff9e9]:
    • @clerk/shared@4.7.0
    • @clerk/backend@3.2.9

Patch Changes

  • Updated dependencies [3fd586d, f9ff9e9]:
    • @clerk/clerk-js@6.7.0
    • @clerk/react@6.3.0
    • @clerk/shared@4.7.0
    • @clerk/ui@1.5.1

Patch Changes

Patch Changes

  • Updated dependencies [3fd586d, f9ff9e9]:
    • @clerk/shared@4.7.0
    • @clerk/backend@3.2.9

Patch Changes

  • Bump astro devDependency floor to 5.18.1 to pick up an upstream security fix. (#8279) by @renovate

  • Simplified keyless service initialization. (#7844) by @wobsoriano

  • Updated dependencies [3fd586d, f9ff9e9]:

    • @clerk/shared@4.7.0
    • @clerk/backend@3.2.9

Patch Changes

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

  • Updated dependencies [3fd586d, f9ff9e9]:
    • @clerk/shared@4.7.0
    • @clerk/backend@3.2.9
    • @clerk/vue@2.0.12

Patch Changes

  • Updated dependencies [3fd586d, f9ff9e9]:
    • @clerk/react@6.3.0
    • @clerk/shared@4.7.0
    • @clerk/backend@3.2.9

Patch Changes

  • Updated dependencies [3fd586d, f9ff9e9]:
    • @clerk/shared@4.7.0
    • @clerk/localizations@4.4.1

Patch Changes

  • Updated dependencies [3fd586d, f9ff9e9]:
    • @clerk/shared@4.7.0
    • @clerk/backend@3.2.9

Patch Changes

Apr 8, 2026

Minor Changes

  • Add support for rendering the Banned badge in the organization members list. (#8261) by @dstaley

Patch Changes

  • Improve types for signIn.create and signUp.create methods. (#8267) by @dstaley

  • Fixed API keys "Revoke" confirmation modal being stuck disabled when using a localization. (#8258) by @wobsoriano

  • Updated dependencies [fdac10e, 4e3cb0a, aa32bbc]:

    • @clerk/shared@4.6.0

Patch Changes

  • Update @modelcontextprotocol/sdk to 1.26.0 to pick up an upstream security fix. (#8256) by @renovate

  • Updated dependencies [fdac10e, 4e3cb0a, aa32bbc]:

    • @clerk/shared@4.6.0
    • @clerk/backend@3.2.8

Patch Changes

  • Re-exports useAPIKeys() hook. (#8269) by @wobsoriano

    Usage example:

    'use client';
    
    import { useAPIKeys } from '@clerk/nextjs';
    
    export default function CustomAPIKeys() {
      const { data, isLoading, page, pageCount, fetchNext, fetchPrevious } = useAPIKeys({
        pageSize: 10,
        initialPage: 1,
      });
    
      if (isLoading) return <div>Loading...</div>;
    
      return (
        <ul>
          {data?.map(key => (
            <li key={key.id}>{key.name}</li>
          ))}
        </ul>
      );
    }
  • Update esbuild dev dependency to ^0.25.0 to address a security vulnerability. (#8253) by @renovate

  • Updated dependencies [fdac10e, 4e3cb0a, aa32bbc]:

    • @clerk/clerk-js@6.6.0
    • @clerk/shared@4.6.0
    • @clerk/react@6.2.1

Patch Changes

  • Updated dependencies [fdac10e, 4e3cb0a, aa32bbc]:
    • @clerk/clerk-js@6.6.0
    • @clerk/shared@4.6.0
    • @clerk/ui@1.5.0
    • @clerk/react@6.2.1
Latest
@clerk/clerk-js@6.7.4
Tracking Since
Mar 20, 2026
Last checked Apr 21, 2026