Skip to content

Releases: clerk/javascript

@clerk/express@2.0.8

Choose a tag to compare

@clerk-cookie clerk-cookie released this 01 Apr 01:01
0954e49

Patch Changes

@clerk/expo@3.1.6

Choose a tag to compare

@clerk-cookie clerk-cookie released this 01 Apr 01:00
0954e49

Patch Changes

  • Add directory-level package.json fallback stubs for all subpath exports so that imports like @clerk/expo/token-cache resolve correctly in React Native bundlers that don't support the exports field (e.g., Metro without unstable_enablePackageExports). (#8172) by @jacekradko

  • Re-introduce two-way JS/native session sync for expo native components (#8088) by @chriscanin

  • Updated dependencies [9a00a1c, 00715a6, b8c73d3, 1827b50, 7707a31]:

    • @clerk/clerk-js@6.4.0
    • @clerk/shared@4.4.0
    • @clerk/react@6.1.4

@clerk/expo-passkeys@1.0.7

Choose a tag to compare

@clerk-cookie clerk-cookie released this 01 Apr 01:01
0954e49

Patch Changes

@clerk/clerk-js@6.4.0

Choose a tag to compare

@clerk-cookie clerk-cookie released this 01 Apr 01:01
0954e49

Minor Changes

  • Add support for seat-based billing plans in Clerk Billing. (#8006) by @dstaley

  • Add EnterpriseConnection resource (#8175) by @LauraBeatris

    User.getEnterpriseConnections() was wrongly typed as returning EnterpriseAccountConnectionResource[], it now returns EnterpriseConnectionResource[]

  • Allow to link external accounts to enterprise accounts via UserProfile (#8091) by @NicolasLopes7

Patch Changes

@clerk/chrome-extension@3.1.6

Choose a tag to compare

@clerk-cookie clerk-cookie released this 01 Apr 01:00
0954e49

Patch Changes

@clerk/backend@3.2.4

Choose a tag to compare

@clerk-cookie clerk-cookie released this 01 Apr 01:00
0954e49

Patch Changes

  • Fix frontend API proxy following redirects server-side instead of passing them to the browser. The proxy's fetch() call now uses redirect: 'manual' so that 3xx responses from FAPI (e.g. after OAuth callbacks) are returned to the client as-is, matching standard HTTP proxy behavior. (#8186) by @brkalow

  • Improve the built-in Clerk Frontend API proxy, adding support for abort signals and addressing a number of small edge cases. (#8163) by @brkalow

  • Add EnterpriseAccount and EnterpriseAccountConnection classes to @clerk/backend, restoring enterprise SSO account data on the User object that was lost when samlAccounts was removed in v3. (#8181) by @iagodahlem

  • Updated dependencies [9a00a1c, 00715a6, b8c73d3, 1827b50, 7707a31]:

    • @clerk/shared@4.4.0

@clerk/astro@3.0.8

Choose a tag to compare

@clerk-cookie clerk-cookie released this 01 Apr 01:00
0954e49

Patch Changes

@clerk/agent-toolkit@0.3.8

Choose a tag to compare

@clerk-cookie clerk-cookie released this 01 Apr 01:01
0954e49

Patch Changes

@clerk/vue@2.0.7

Choose a tag to compare

@clerk-cookie clerk-cookie released this 25 Mar 19:31
759507d

Patch Changes

  • Deprecate the signOutOptions prop on <SignOutButton /> in favor of top-level redirectUrl and sessionId props. The signOutOptions prop still works but now emits a deprecation warning. (#8148) by @jacekradko

@clerk/ui@1.2.4

Choose a tag to compare

@clerk-cookie clerk-cookie released this 25 Mar 19:31
759507d

Patch Changes

  • Move react and react-dom from dependencies to peerDependencies (#8160) by @jacekradko

  • Fix minor internal issues with TypeScript types. (#8076) by @dstaley

  • Fix false positive in structural CSS detection where Clerk's own internal classes (.cl-internal-*) were incorrectly triggering the warning on fresh installs. (#8142) by @brkalow

  • Updated dependencies [46093fa]:

    • @clerk/localizations@4.2.4