Skip to content

Releases: clerk/javascript

@clerk/clerk-js@6.23.0

Choose a tag to compare

@clerk-cookie clerk-cookie released this 30 Jun 18:27
59d2456

Minor Changes

  • Add account credits section and credit history page to the billing tab for payers with an existing credit balance. (#8977) by @l-armstrong

Patch Changes

  • Fix native OAuth transport handling for combined sign-in-or-up flows so transfer callbacks can continue instead of surfacing a generic OAuth callback failure. (#9037) by @wobsoriano

  • Refactor the internal token cache so entry keys are derived through a dedicated KeyResolver module. This is an internal change with no effect on caching behavior or the public API. (#9032) by @jacekradko

  • Updated dependencies [4306146, 533f0b1]:

    • @clerk/shared@4.23.0

@clerk/chrome-extension@3.1.46

Choose a tag to compare

@clerk-cookie clerk-cookie released this 30 Jun 18:26
59d2456

Patch Changes

  • Updated dependencies [4306146, 533f0b1, c5697d7, 017028a]:
    • @clerk/clerk-js@6.23.0
    • @clerk/shared@4.23.0
    • @clerk/ui@1.24.0
    • @clerk/react@6.11.3

@clerk/backend@3.9.0

Choose a tag to compare

@clerk-cookie clerk-cookie released this 30 Jun 18:26
59d2456

Minor Changes

  • Add clerkClient.oauthApplications.revokeToken() for revoking opaque OAuth application access and refresh tokens. (#9040) by @jfoshee

Patch Changes

  • organizations.deleteOrganization() now validates that an organization ID was provided. Calling it with an empty ID throws A valid resource ID is required. locally instead of issuing a DELETE request to the organizations collection endpoint, matching the other ID-based methods on the API. (#9036) by @jacekradko

  • M2M JWT verification now validates the token-category (cat) header and rejects M2M JWTs tagged as a different token class. M2M JWTs minted by Clerk carry the correct category and are unaffected; M2M JWTs without the header continue to verify. (#9038) by @wobsoriano

  • Updated dependencies [4306146, 533f0b1]:

    • @clerk/shared@4.23.0

@clerk/astro@3.4.10

Choose a tag to compare

@clerk-cookie clerk-cookie released this 30 Jun 18:26
59d2456

Patch Changes

@clerk/ui@1.23.1

Choose a tag to compare

@clerk-cookie clerk-cookie released this 29 Jun 18:53
773acc2

Patch Changes

  • UserProfile should show attributes enabled for sign in (#8042) by @dmoerner

  • Fix missing redirect URL protocol validation for Clerk UI browser navigations, including the multi-session add-account flow. (#8961) by @jacekradko

    Internal browser navigations now consistently honor configured redirect protocols and fail closed across mixed ClerkJS/UI bundle versions.

  • Updated dependencies [cb76aa2]:

    • @clerk/shared@4.22.1
    • @clerk/localizations@4.11.1

@clerk/shared@4.22.1

Choose a tag to compare

@clerk-cookie clerk-cookie released this 29 Jun 18:53
773acc2

Patch Changes

  • Fix missing redirect URL protocol validation for Clerk UI browser navigations, including the multi-session add-account flow. (#8961) by @jacekradko

    Internal browser navigations now consistently honor configured redirect protocols and fail closed across mixed ClerkJS/UI bundle versions.

@clerk/expo@3.6.3

Choose a tag to compare

@clerk-cookie clerk-cookie released this 29 Jun 18:53
773acc2

Patch Changes

  • Send Expo host SDK headers from the Android native bridge. (#9031) by @mikepitre

  • Record useSignInWithGoogle usage (#9012) by @wobsoriano

  • Fix persisted session restoration when the native Clerk singleton is created before ClerkProvider receives the app's token cache. (#8928) by @wobsoriano

  • Clarify the native Google Sign-In migration warning to mention the required Expo config plugin. (#9019) by @wobsoriano

  • Updated dependencies [cb76aa2]:

    • @clerk/clerk-js@6.22.1
    • @clerk/react@6.11.2
    • @clerk/shared@4.22.1

@clerk/vue@2.4.8

Choose a tag to compare

@clerk-cookie clerk-cookie released this 25 Jun 18:23
34c653a

Patch Changes

  • Updated dependencies [19ce04a]:
    • @clerk/shared@4.22.0

@clerk/ui@1.23.0

Choose a tag to compare

@clerk-cookie clerk-cookie released this 25 Jun 18:23
34c653a

Minor Changes

  • Handle expired organization domains on self-serve SSO flow, allowing to trigger a new verification (#9000) by @LauraBeatris

  • Add drag-to-upload support in AvatarUploader (#8348) by @alexcarpenter

Patch Changes

  • Fix the self-serve SSO configuration wizard losing your place when organization data refetches mid-flow. After submitting a Configure step (for example saving an identity provider's metadata), a background refetch on the OrganizationProfile Security page could unmount the open ConfigureSSO wizard and re-render it on an earlier step. The wizard now stays on its current step while data loads in the background. (#8999) by @iagodahlem

  • Fix focus ring visibility on Tab elements for keyboard navigation. (#8998) by @alexcarpenter

  • Updated dependencies [19ce04a, 3e036f4]:

    • @clerk/localizations@4.11.0
    • @clerk/shared@4.22.0

@clerk/testing@2.1.7

Choose a tag to compare

@clerk-cookie clerk-cookie released this 25 Jun 18:24
34c653a

Patch Changes

  • Updated dependencies [19ce04a]:
    • @clerk/shared@4.22.0
    • @clerk/backend@3.8.4