You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@clerk/backend@3.8.0
Minor Changes
Add support for the preferredSignInStrategyWhenPasswordRequired parameter to clerkClient.instance.update(). Accepts 'password' or 'otp' to override the preferred sign-in strategy when a password is required, or an empty string to clear the override. (#8878) by @dmoerner
Hide the Verified domains section when there are no domains and the user lacks permission to add them
Rename the Organization profile section to Profile for consistency with UserProfile
Align the enterprise accounts section with the account data
Patch Changes
Update the preact version bundled inside the lazily-loaded Coinbase Wallet web3 chunk to 10.27.3, clearing a dependency security advisory. Only the Coinbase web3 wallet code path is affected. (#8856) by @jacekradko
Add an experimental ESLint plugin @clerk/eslint-plugin, with a single require-auth-protection rule for the Next.js App router. This rule helps enforce auth protections are present at the page/route/server function level. (#8704) by @Ephem
The lint rule offers an editor quick-fix suggestion for unprotected resources that inserts await auth.protect() at the top of the function. Suggestions are opt-in and are not applied by eslint --fix.
Includes a bulk auto-fixer, available as the clerk-next-fix-auth-protection command. It lints with your existing ESLint config and applies the await auth.protect() suggestion to every resource it can safely fix, reporting the rest as needing manual attention. Supports --dry-run.
@clerk/localizations@4.9.0
Minor Changes
Introduce organization domains with TXT verification on self-serve SSO flow (#8788) by @LauraBeatris
Hide the Verified domains section when there are no domains and the user lacks permission to add them
Rename the Organization profile section to Profile for consistency with UserProfile
Align the enterprise accounts section with the account data
Patch Changes
When inviting organization members requires purchasing additional seats, invitations are now sent automatically after checkout completes successfully. (#8869) by @dstaley
Add confirmation dialog for organization domain deletion as part of self-serve SSO (#8866) by @LauraBeatris
The Security page's SSO wizard now has a back-to-Security control, and Start/Edit open the wizard at the first step (Continue resumes where you left off). (#8864) by @iagodahlem
Fixes iOS Google One Tap sign-in to reject blank Google client IDs and to default to filtering by previously authorized accounts. (#8903) by @mikepitre
Fixes iOS builds that use native Google Sign-In by letting Expo Autolinking configure the required Google pod dependencies. (#8901) by @mikepitre
Preserve Expo's relative import specifiers in tsdown builds so Metro platform-specific module resolution and root exports work correctly. (#8880) by @wobsoriano
Fix Expo native Clerk components and JavaScript auth hooks staying stale when authentication changes between the JavaScript and native SDKs. JS-owned sign-in now hydrates native components on cold start, sign-out from either runtime updates the other side, and native multi-session changes keep the remaining JavaScript session active. (#8879) by @mikepitre
Restores the previous iOS Google sign-in default so sign-in does not filter by previously authorized accounts unless explicitly requested. (#8905) by @mikepitre
Add Expo host SDK request headers to native iOS Clerk SDK requests made through @clerk/expo. (#8883) by @mikepitre
Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@clerk/backend@3.8.0
Minor Changes
preferredSignInStrategyWhenPasswordRequiredparameter toclerkClient.instance.update(). Accepts'password'or'otp'to override the preferred sign-in strategy when a password is required, or an empty string to clear the override. (#8878) by @dmoernerPatch Changes
d5968d0,ffbc650]:@clerk/clerk-js@6.18.0
Minor Changes
Introduce organization domains with TXT verification on self-serve SSO flow (#8788) by @LauraBeatris
Improve
OrganizationProfileUI: (#8898) by @LauraBeatrisVerified domainssection when there are no domains and the user lacks permission to add themOrganization profilesection toProfilefor consistency withUserProfilePatch Changes
Update the
preactversion bundled inside the lazily-loaded Coinbase Wallet web3 chunk to 10.27.3, clearing a dependency security advisory. Only the Coinbase web3 wallet code path is affected. (#8856) by @jacekradkoUpdated dependencies [
d5968d0,ffbc650]:@clerk/eslint-plugin@0.1.0
Minor Changes
Add an experimental ESLint plugin
@clerk/eslint-plugin, with a singlerequire-auth-protectionrule for the Next.js App router. This rule helps enforce auth protections are present at the page/route/server function level. (#8704) by @EphemThe lint rule offers an editor quick-fix suggestion for unprotected resources that inserts
await auth.protect()at the top of the function. Suggestions are opt-in and are not applied byeslint --fix.Includes a bulk auto-fixer, available as the
clerk-next-fix-auth-protectioncommand. It lints with your existing ESLint config and applies theawait auth.protect()suggestion to every resource it can safely fix, reporting the rest as needing manual attention. Supports--dry-run.@clerk/localizations@4.9.0
Minor Changes
Introduce organization domains with TXT verification on self-serve SSO flow (#8788) by @LauraBeatris
Improve
OrganizationProfileUI: (#8898) by @LauraBeatrisVerified domainssection when there are no domains and the user lacks permission to add themOrganization profilesection toProfilefor consistency withUserProfilePatch Changes
Add confirmation dialog for organization domain deletion as part of self-serve SSO (#8866) by @LauraBeatris
Updated dependencies [
d5968d0,ffbc650]:@clerk/shared@4.19.0
Minor Changes
Patch Changes
@clerk/ui@1.18.0
Minor Changes
Introduce organization domains with TXT verification on self-serve SSO flow (#8788) by @LauraBeatris
Improve
OrganizationProfileUI: (#8898) by @LauraBeatrisVerified domainssection when there are no domains and the user lacks permission to add themOrganization profilesection toProfilefor consistency withUserProfilePatch Changes
When inviting organization members requires purchasing additional seats, invitations are now sent automatically after checkout completes successfully. (#8869) by @dstaley
Add confirmation dialog for organization domain deletion as part of self-serve SSO (#8866) by @LauraBeatris
The Security page's SSO wizard now has a back-to-Security control, and Start/Edit open the wizard at the first step (Continue resumes where you left off). (#8864) by @iagodahlem
Updated dependencies [
d5968d0,431e16c,ffbc650]:@clerk/astro@3.4.4
Patch Changes
d5968d0,f4ecc13,ffbc650]:@clerk/chrome-extension@3.1.37
Patch Changes
cc83980,d5968d0,431e16c,a938d74,ffbc650,d97a887]:@clerk/expo@3.4.4
Patch Changes
Fixes iOS Google One Tap sign-in to reject blank Google client IDs and to default to filtering by previously authorized accounts. (#8903) by @mikepitre
Fixes iOS builds that use native Google Sign-In by letting Expo Autolinking configure the required Google pod dependencies. (#8901) by @mikepitre
Preserve Expo's relative import specifiers in tsdown builds so Metro platform-specific module resolution and root exports work correctly. (#8880) by @wobsoriano
Fix Expo native Clerk components and JavaScript auth hooks staying stale when authentication changes between the JavaScript and native SDKs. JS-owned sign-in now hydrates native components on cold start, sign-out from either runtime updates the other side, and native multi-session changes keep the remaining JavaScript session active. (#8879) by @mikepitre
Restores the previous iOS Google sign-in default so sign-in does not filter by previously authorized accounts unless explicitly requested. (#8905) by @mikepitre
Add Expo host SDK request headers to native iOS Clerk SDK requests made through
@clerk/expo. (#8883) by @mikepitreUpdated dependencies [
cc83980,d5968d0,431e16c,ffbc650]:@clerk/expo-passkeys@1.1.6
Patch Changes
d5968d0,ffbc650]:@clerk/express@2.1.28
Patch Changes
d5968d0,f4ecc13,ffbc650]:@clerk/fastify@3.1.38
Patch Changes
d5968d0,f4ecc13,ffbc650]:@clerk/hono@0.1.38
Patch Changes
d5968d0,f4ecc13,ffbc650]:@clerk/nextjs@7.5.4
Patch Changes
d5968d0,f4ecc13,ffbc650]:@clerk/nuxt@2.6.4
Patch Changes
d5968d0,f4ecc13,ffbc650]:@clerk/react@6.10.1
Patch Changes
d5968d0,ffbc650]:@clerk/react-router@3.4.4
Patch Changes
d5968d0,f4ecc13,ffbc650]:@clerk/tanstack-react-start@1.4.4
Patch Changes
d5968d0,f4ecc13,ffbc650]:@clerk/testing@2.1.3
Patch Changes
d5968d0,f4ecc13,ffbc650]:@clerk/vue@2.4.4
Patch Changes
d5968d0,ffbc650]:@clerk/msw@0.0.36
Patch Changes
d5968d0,ffbc650]:@clerk/swingset@0.0.4
Patch Changes
d5968d0,431e16c,a938d74,ffbc650,d97a887]: