ci(repo): Version packages#8679
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Snapi: no API changes detected in |
ebe2cd5 to
ec7617d
Compare
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
ec7617d to
68a0399
Compare
68a0399 to
8d051f0
Compare
8d051f0 to
119c6d0
Compare
119c6d0 to
d2b3854
Compare
b8cb62a to
3121998
Compare
3121998 to
77cfc6b
Compare
77cfc6b to
67d9a72
Compare
67d9a72 to
f975969
Compare
f975969 to
7e3c640
Compare
7e3c640 to
afe81cf
Compare
afe81cf to
8aba014
Compare
API Changes Report
Summary
@clerk/sharedVersion: 4.14.0 → 4.14.1 Subpath
|
8aba014 to
005d016
Compare
005d016 to
f38d6ff
Compare
f38d6ff to
91c5d6b
Compare
91c5d6b to
73d1fee
Compare
73d1fee to
2a1c07e
Compare
2a1c07e to
1afd9a1
Compare
1afd9a1 to
a39b71e
Compare
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.5.0
Minor Changes
users.replaceUserEmailAddress(userId, { emailAddress })replaces all of a user's email addresses with a single verified, primary email address (PUT /users/{user_id}/email_address).users.replaceUserPhoneNumber(userId, { phoneNumber })replaces all of a user's phone numbers with a single verified, primary phone number (PUT /users/{user_id}/phone_number).users.createUsernow acceptsbannedandlockedparameters to create a user that is already banned or locked.Patch Changes
Emit the "session token from cookie is missing the
azpclaim" warning once per process instead of on every authenticated request. Anazp-less cookie token is reused across requests, so the previous unguardedconsole.warncould flood production logs. (#8698) by @jacekradkoStop
authenticateRequestfrom consuming the incoming request body, which previously left downstream handlers unable to read it (for example a Hono POST route callingc.req.json()). (#8708) by @jacekradkoPreserve custom claims when verifying JWT-format M2M tokens.
M2MToken.fromJwtPayloadpreviously hardcodedclaimstonull, soclient.m2m.verify()(and request-levelauth()) dropped any custom claims embedded in the token. Custom claims are now reconstructed from the verified payload by stripping only the structural claims the backend adds when minting the token (iss,sub,exp,nbf,iat,jti). User-supplied claims such asaudare preserved. Tokens without custom claims still returnclaims: null, consistent with the opaque-token path. (#8697) by @jacekradkoUpdated dependencies [
afb75e6,c3df67a,8d6bb56]:@clerk/astro@3.3.3
Patch Changes
1c42351,1701e0f,afb75e6,c3df67a,ff0cfef,be55c4e,8d6bb56]:@clerk/chrome-extension@3.1.32
Patch Changes
afb75e6,c3df67a,4dd97bd,152c255,846a145,da93ece,b09788e,8d6bb56,b07afc4,a1d96f1]:@clerk/clerk-js@6.13.1
Patch Changes
afb75e6,c3df67a,8d6bb56]:@clerk/expo@3.3.1
Patch Changes
Preserve custom token cache method context when initializing the native Clerk singleton. (#8713) by @mikepitre
Bump the bundled
clerk-androidSDK (clerk-android-apiandclerk-android-ui) from1.0.16to1.0.18. This pulls in the fix from clerk-android #671, which sets the correct IME actions on the prebuilt auth input fields so pressing Enter/Return submits the form (e.g. "Continue") instead of inserting a newline. (#8716) by @wobsorianoUpdated dependencies [
afb75e6,c3df67a,8d6bb56]:@clerk/expo-passkeys@1.1.1
Patch Changes
afb75e6,c3df67a,8d6bb56]:@clerk/express@2.1.23
Patch Changes
1c42351,1701e0f,afb75e6,c3df67a,ff0cfef,be55c4e,8d6bb56]:@clerk/fastify@3.1.33
Patch Changes
Fixed
clerkPlugin()to honorpublishableKeyandsecretKeypassed in plugin options when authenticating Fastify requests. The plugin now also exposesrequest.clerk, which uses the same plugin keys and resolves the correct Clerk API host for non-production publishable keys. (#8640) by @wobsorianoUpdated dependencies [
1c42351,1701e0f,afb75e6,c3df67a,ff0cfef,be55c4e,8d6bb56]:@clerk/hono@0.1.33
Patch Changes
1c42351,1701e0f,afb75e6,c3df67a,ff0cfef,be55c4e,8d6bb56]:@clerk/localizations@4.7.1
Patch Changes
Add support for Google Workspace SAML provider to self-serve SSO (#8690) by @LauraBeatris
Layer architecture for configure steps per IdP and protocol on
<ConfigureSSO />(#8651) by @LauraBeatrisAdd support for Microsoft Entra SAML provider to self-serve SSO (#8695) by @LauraBeatris
Updated dependencies [
afb75e6,c3df67a,8d6bb56]:@clerk/nextjs@7.4.3
Patch Changes
1c42351,1701e0f,afb75e6,c3df67a,ff0cfef,be55c4e,8d6bb56]:@clerk/nuxt@2.5.3
Patch Changes
1c42351,1701e0f,afb75e6,c3df67a,ff0cfef,be55c4e,8d6bb56]:@clerk/react@6.7.3
Patch Changes
afb75e6,c3df67a,8d6bb56]:@clerk/react-router@3.3.3
Patch Changes
Read
VITE_CLERK_UNSAFE_DISABLE_DEVELOPMENT_MODE_CONSOLE_WARNINGon the client when React Router is used in SPA mode (or as a library). Previously the env-var shortcut only took effect through the SSRrootAuthLoader, so client-only setups had no way to suppress the development-keys warning without passingunsafe_disableDevelopmentModeConsoleWarningto<ClerkProvider>directly. (#8682) by @jacekradkoUpdated dependencies [
1c42351,1701e0f,afb75e6,c3df67a,ff0cfef,be55c4e,8d6bb56]:@clerk/shared@4.14.1
Patch Changes
Add support for Google Workspace SAML provider to self-serve SSO (#8690) by @LauraBeatris
Layer architecture for configure steps per IdP and protocol on
<ConfigureSSO />(#8651) by @LauraBeatrisAdd support for Microsoft Entra SAML provider to self-serve SSO (#8695) by @LauraBeatris
@clerk/tanstack-react-start@1.3.3
Patch Changes
1c42351,1701e0f,afb75e6,c3df67a,ff0cfef,be55c4e,8d6bb56]:@clerk/testing@2.0.35
Patch Changes
1c42351,1701e0f,afb75e6,c3df67a,ff0cfef,be55c4e,8d6bb56]:@clerk/ui@1.14.1
Patch Changes
Add support for Google Workspace SAML provider to self-serve SSO (#8690) by @LauraBeatris
Layer architecture for configure steps per IdP and protocol on
<ConfigureSSO />(#8651) by @LauraBeatrisReworks the
<ConfigureSSO />confirmation step and adds a dedicated reset connection dialog: (#8706) by @iagodahlem<ResetConnectionDialog />— a modal-based, type-to-confirm dialog scoped to the wizard container that replaces the inline reset confirmation card. Wraps the destructive delete behinduseReverification, clears the local provider selection, and rewinds the wizard to provider selection on success.Active/Inactivebadge, grouped Enable SSO and Domain rows, two-column configuration details rendered throughProfileSection.ItemList, outlinedConfigure again, destructiveReset connection, and an inactive-state banner inside the step footer.Step.Headernow accepts abadgeprop so a step can render an inline status pill next to its title without crowding the right-aligned children slot.OrganizationProfileforwards the shared content ref to<ConfigureSSO />so the new dialog portals into the wizard chrome when the component is embedded inside the organization profile.Fix the legal consent checkbox growing in size when its label wraps to a second line while using the
simpletheme. The checkbox is now aligned to the start of the row so it no longer stretches to match the label height. (#8705) by @dmoernerAvoid sending duplicate verification codes when persisted email or phone code verifications are already pending. (#8548) by @jacekradko
Adds a wizard-wide reset connection entry on the
<ConfigureSSO />step footers: (#8711) by @iagodahlemStep.Footer.Resetcompound part that renders a destructive ghost button on the leading edge of the footer and opens the existingResetConnectionDialog. The slot owns its own open state and gates itself on the current enterprise connection, so it stays hidden on the provider selection step.configureSSOFooterResetButtonelement descriptor so the new button surface can be themed via appearance customizations.Fix stepper chevron wrapping in
<ConfigureSSO />(#8693) by @alexcarpenterAdd support for Microsoft Entra SAML provider to self-serve SSO (#8695) by @LauraBeatris
Add mobile support for
<ConfigureSSO />navbar to display application name, logo and organization name (#8675) by @LauraBeatrisScope the
UserProfileactive-devices fetch cache byuser.idso a session switch or sign-out/sign-in on a shared device no longer renders the previous user's device activity (IP, location, browser/device) from the module-scoped cache. (#8703) by @dominic-clerkUpdated dependencies [
afb75e6,c3df67a,8d6bb56]:@clerk/upgrade@2.0.3
Patch Changes
@clerk/vue@2.3.3
Patch Changes
afb75e6,c3df67a,8d6bb56]:@clerk/msw@0.0.31
Patch Changes
afb75e6,c3df67a,8d6bb56]: