Releases: clerk/javascript
Release list
@clerk/clerk-js@6.23.0
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
KeyResolvermodule. 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
@clerk/backend@3.9.0
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 throwsA valid resource ID is required.locally instead of issuing aDELETErequest 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
@clerk/ui@1.23.1
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/expo@3.6.3
Patch Changes
-
Send Expo host SDK headers from the Android native bridge. (#9031) by @mikepitre
-
Record
useSignInWithGoogleusage (#9012) by @wobsoriano -
Fix persisted session restoration when the native Clerk singleton is created before
ClerkProviderreceives 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
Patch Changes
- Updated dependencies [
19ce04a]:- @clerk/shared@4.22.0
@clerk/ui@1.23.0
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
Tabelements 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
Patch Changes
- Updated dependencies [
19ce04a]:- @clerk/shared@4.22.0
- @clerk/backend@3.8.4