@clerk/vue dependency update
Updated @clerk/shared dependency to version 4.30.2 to include the latest patches and improvements.
Clerk — Auth, Security product updates and releases, tracked on megachangelog.
Updated @clerk/shared dependency to version 4.30.2 to include the latest patches and improvements.
Updated @clerk/shared to 4.30.1 and @clerk/backend to 3.16.12 to incorporate the latest dependency fixes and improvements.
Updated @clerk/shared dependency to version 4.30.1 to incorporate upstream fixes and improvements.
Fixed a bug where an in-progress verification could be incorrectly cancelled and reported as timed out to the user. Updated dependencies.
Patch release updating dependencies for @clerk/react, @clerk/shared, and @clerk/backend to their latest versions.
Patch release with updated dependencies for @clerk/react, @clerk/shared, and @clerk/backend.
Patch release updating internal dependencies including @clerk/shared, @clerk/backend, and @clerk/vue to their latest versions.
Patch release updating internal dependencies including @clerk/react, @clerk/shared, and @clerk/backend.
Fixed an issue where a verification that was progressing normally could be incorrectly cancelled and reported to the user as having timed out. Updated related dependencies.
Updated @clerk/shared dependency to version 4.30.1, including internal improvements and fixes.
Fixed an issue where a verification that was still progressing normally could be cancelled and incorrectly reported to the user as having timed out.
Updated @clerk/shared dependency to version 4.30.0.
This release fixes OAuth account transfer verification flow, improves ClerkProvider navigation to prevent renderer reloads, polishes error messaging, and corrects redirect URL handling for enterprise SSO sign-ups.
Fixed navigation handling in ClerkProvider to always use your application's router when provided, preventing internal renderer reloads. Also fixed OAuth account transfers that required verification being reset to sign-in start, and corrected redirect URL forwarding for enterprise SSO connections during sign-up.
Updated dependencies including @clerk/shared, @clerk/react, and @clerk/backend to their latest patch and minor versions to include the latest bug fixes and improvements.
Updated dependencies for @clerk/shared, @clerk/react, and @clerk/backend packages to latest patch versions.
Fixed an issue where OAuth account transfers that required additional verification would incorrectly return users to the beginning of the sign-in flow. This improves the user experience by keeping users in the proper verification step.
Patch release updating dependencies including @clerk/shared, @clerk/backend, and @clerk/vue to their latest versions.
Updated dependencies including @clerk/shared to v4.30.0 and @clerk/backend to v3.16.11.
Updated dependencies including @clerk/shared to version 4.30.0 as a patch release.
Patch release with updated dependencies for @clerk/shared, @clerk/react, and @clerk/backend packages to include latest bug fixes and improvements.
Missing Clerk authentication keys (NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY and CLERK_SECRET_KEY) now throw an error directing developers to run npx clerk@latest init, instead of silently activating keyless mode. This improves development experience by making configuration requirements explicit. Existing apps with configured keys are unaffected.
Patch release updating internal dependencies including @clerk/shared, @clerk/backend, and @clerk/react to latest versions.
Updated @clerk/shared to version 4.29.3 as part of routine maintenance.
Updated error messages for missing and invalid Clerk keys to recommend using the Clerk CLI for key management, including init, env pull, and deploy commands. This improves the user experience when keys are misconfigured or unavailable.
Patch release that updates dependencies for @clerk/shared, @clerk/backend, and @clerk/react to their latest versions.
Updated internal dependencies including @clerk/shared, @clerk/backend, and @clerk/vue to their latest patch versions to ensure compatibility and include the latest improvements.
Updated the @clerk/shared dependency to version 4.29.3, incorporating the latest shared utilities and improvements for localization support.
Updated internal dependency @clerk/shared to version 4.29.3.
Updated dependencies for @clerk/shared and @clerk/backend with latest patches.
Updated internal dependencies to the latest versions of @clerk/shared and @clerk/localizations.
Patch release updating dependencies for @clerk/backend to 3.16.9 and @clerk/vue to 2.4.30 to ensure compatibility and include latest fixes.
Updated dependencies for @clerk/testing, including @clerk/backend to version 3.16.9.
Updated @clerk/backend to 3.16.9 and @clerk/react to 6.14.4 to include the latest bug fixes and improvements.
Fixed iOS Google sign-in that was failing with GOOGLE_SIGN_IN_ERROR in apps with multiple windows or scenes by resolving the presenting view controller from the key window of the foreground-active scene, preventing overlays and other windows from breaking the sign-in flow.
Updated @clerk/backend dependency to version 3.16.9 in @clerk/fastify.
Updated @clerk/backend dependency to version 3.16.9.
Patch release with updated dependencies on @clerk/backend@3.16.9 and @clerk/react@6.14.4.
Updated @clerk/backend dependency to version 3.16.9 for improved compatibility and fixes.
Fixed passkey autofill to run as a background request only when the window can service it on an HTTPS origin matching your RP ID, preventing unnecessary passkey prompts during sign-in form initialization.
Patch release that updates dependencies including @clerk/backend to 3.16.9 and @clerk/react to 6.14.4 for compatibility and bug fixes.
Updated dependencies to include @clerk/backend 3.16.8 with improvements and fixes.
Updated @clerk/backend dependency to version 3.16.8 to bring in the latest backend improvements and fixes.
Patch update with dependency updates to @clerk/backend@3.16.8. This release includes improvements and fixes from the backend package.
Patch release updating internal dependencies for @clerk/backend, @clerk/shared, and @clerk/react to their latest versions.
Fixed password validation error messages that previously rendered as incomplete text. Now displays a proper message when a password matches an account identifier, with a new localization key and fallback to API error messages for unrecognized errors.
Patch release updating @clerk/shared to version 4.29.2 with dependency improvements.
Fixed password rejection error message that previously showed as incomplete text "Your password must contain." on sign-up and password forms. The new message is available via the unstable__errors.form_password_matches_identifier localization key, and unrecognized password errors now fall back to the API message instead of showing blank text.
Fixed an incomplete error message that displayed as "Your password must contain ." when a password matched an account identifier. The error now shows a proper localized message and unrecognized password errors fall back to the API response instead of empty text.
Updated @clerk/shared dependency to version 4.29.2.
Updated internal dependencies including @clerk/backend, @clerk/shared, and @clerk/react to their latest patch versions.
Updated dependencies for @clerk/backend and @clerk/shared packages in this patch release.
Patch release updating dependencies for @clerk/backend, @clerk/shared, and @clerk/react to latest versions.
Updated dependencies for @clerk/backend, @clerk/shared, and @clerk/vue to fix issues and improve stability.
Updated @clerk/shared to 4.29.1 and @clerk/backend to 3.16.6 to ensure compatibility with the latest internal dependencies.
Updated @clerk/shared dependency to version 4.29.1. This patch release includes dependency updates for improved compatibility and stability.
Updated @clerk/shared dependency to version 4.29.1.
Added a "Back" action to the sign-in second-factor and client-trust authentication steps, allowing users to abandon the attempt and return to the sign-in start if needed.
Fixed a stray double space in the getAuth() error message that prevented proper rendering of the first bullet point about clerkMiddleware() usage detection.
Updated internal dependencies including @clerk/shared, @clerk/backend, and @clerk/react to their latest patch versions.
Release of @clerk/nuxt version 3.0.9 with updates to the Nuxt authentication SDK.
Release of @clerk/shared version 4.29.1 with updates and improvements to the shared utilities package.
Release of @clerk/react-router version 3.6.11.
Release of @clerk/localizations version 4.15.3 with localization updates and improvements.
Updated dependencies including @clerk/shared to version 4.29.0.
This release includes internal improvements to Clerk Protect, optional durationInCycles for billing discount snapshots, and a fix for organization permission checks when JWT v2 permission masks exceed JavaScript's safe integer range.
Updated internal dependencies including @clerk/shared, @clerk/backend, and @clerk/react to latest patch versions.
Patch release with updated dependencies for @clerk/shared and @clerk/backend packages.
Patch release with updated dependencies, including @clerk/shared updated to version 4.29.0.
Adds runtime migration errors when using the removed SignedIn, SignedOut, and Protect components to help developers migrate their code. Includes updated dependencies for shared, backend, and react packages.
Updated dependencies including @clerk/shared to version 4.29.0. This patch release includes dependency updates to ensure compatibility and stability.
Patch update with dependency upgrades for @clerk/shared, @clerk/backend, and @clerk/react to latest versions.
Patch release with updated dependencies for @clerk/shared, @clerk/backend, and @clerk/vue packages.
Billing applied-discount snapshots now include an optional durationInCycles field. Payment attempt and statement UIs now use the original discount length instead of cycles remaining and omit duration copy when unavailable.
Updated the bundled clerk-android SDK from 1.0.39 to 1.1.0 and aligned Android OkHttp dependencies to compatible versions to prevent classpath conflicts when running Clerk native networking and React Native together.
Release of @clerk/fastify version 3.1.65 with updates and fixes for Fastify integration.
Release of @clerk/backend version 3.16.4 with updates and improvements to the backend SDK.
Release of Clerk Expo SDK version 4.2.6 with updates and improvements for React Native authentication support.
Release of @clerk/express version 2.1.55 with updates and improvements to the Express authentication middleware.
Release of @clerk/hono version 0.1.65 for Hono framework integration.
Release of version 7.7.4 of the Clerk Next.js SDK.
Release of @clerk/nuxt version 3.0.7 with updates and improvements for Nuxt framework integration.
Release of @clerk/react-router version 3.6.9. This update contains bug fixes, performance improvements, and dependency updates for the React Router integration.
Released version 1.5.0 of the Clerk TanStack React Start integration with updates and improvements for React framework integration.
@clerk/testing package released at version 2.2.22 with routine updates and improvements to the testing library.
Patch release updating dependencies including @clerk/shared, @clerk/backend, and @clerk/vue to their latest versions.
Updated @clerk/shared to version 4.28.1. This patch release includes dependency maintenance and updates.
Resolved an issue where native OAuth transport flows (e.g. in Electron) were breaking out of modal components and failing with "Redirect url mismatch" errors. OAuth callbacks now navigate within the component's own router and consistently use the registered transport callback URL, preventing production rejections of sign-in and sign-up requests.
Patch release with updated dependencies for @clerk/shared, @clerk/backend, and @clerk/react.
Patch release updating internal dependencies including @clerk/shared, @clerk/backend, and @clerk/react to their latest patch versions.
Updated @clerk/shared dependency to version 4.28.1 with changes from commit 131edec.
Patch release with updated dependencies for @clerk/shared, @clerk/backend, and @clerk/react packages.
Patch update to the @clerk/vue package with an updated @clerk/shared dependency to version 4.28.1.
Updated @clerk/shared and @clerk/backend dependencies to latest patch versions. This ensures compatibility with the latest backend and shared library improvements.
Fixed native OAuth transport flows (e.g. @clerk/electron) that were breaking out of modal components and failing with redirect URL mismatch errors. OAuth callback steps now navigate within the component's own router and use the registered transport callback URL for completion redirects.
The UI now hides the "Use another method" action during Device Trust and second-factor verification when no alternative verification methods are available, preventing users from encountering dead-end flows.
Updated dependencies for @clerk/backend, @clerk/shared, and @clerk/react to their latest patch versions for stability and compatibility improvements.
Patch release updating dependencies for @clerk/backend, @clerk/shared, and @clerk/react to their latest patch versions.
Updated @clerk/shared dependency to 4.27.1 to pull in latest shared utilities and improvements.
Updated @clerk/shared dependency to version 4.27.1 in @clerk/localizations package.
97 more changes from Clerk. Sign up to read the whole changelog.
Sign up freeGitHub or email — no card needed.