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/[email protected]
Minor Changes
Added support for Custom OAuth providers (#3678) by @nikospapcom
CustomOAuthStrategy
:CustomOAuthStrategy
type with the valueoauth_custom_${string}
OAuthStrategy
to includeCustomOAuthStrategy
:export type OAuthStrategy =
oauth_${OAuthProvider}| CustomOAuthStrategy;
CustomOauthProvider
type with valuecustom_${string}
and extendedOAuthProvider
type to includeCustomOauthProvider
logo_url
is null for custom OAuth providersProviderInitialIcon
internal component in order to display custom oauth provider initials if providerlogo_url
is nullPatch Changes
Bug Fix: Navigation during signing out requires a router which was missing from the ImpersonationFab (#3712) by @panteliselef
Updated dependencies [
0935cfce9
]:@clerk/[email protected]
Minor Changes
Added support for Custom OAuth providers (#3678) by @nikospapcom
CustomOAuthStrategy
:CustomOAuthStrategy
type with the valueoauth_custom_${string}
OAuthStrategy
to includeCustomOAuthStrategy
:export type OAuthStrategy =
oauth_${OAuthProvider}| CustomOAuthStrategy;
CustomOauthProvider
type with valuecustom_${string}
and extendedOAuthProvider
type to includeCustomOauthProvider
logo_url
is null for custom OAuth providersProviderInitialIcon
internal component in order to display custom oauth provider initials if providerlogo_url
is null@clerk/[email protected]
Patch Changes
Update existing env variables that is still using
PUBLIC_ASTRO_APP
prefix toPUBLIC_
. (#3707) by @wobsorianoMove
@clerk/astro/components/*
to@clerk/astro/components
(#3705) by @panteliselefSimplify submodules and drop the
bunlded
variant. (#3701) by @panteliselefMoved
@clerk/astro/client/react
to@clerk/astro/react
@clerk/astro/client/stores
to@clerk/astro/client
Dropped
@clerk/astro/bundled
@clerk/astro/client/bundled
@clerk/astro/internal/bundled
@clerk/astro/integration
@clerk/astro/integration/bundled
Support
Astro.locals.auth().redirectToSignIn()
(#3711) by @panteliselefThis allows for redirectingToSignIn at the page level
Add a reusable ID generation function (#3698) by @wobsoriano
Remove
@nanostores/react
from depedency. (#3693) by @panteliselefIntroduce
<AuthenticateWithRedirectCallback/>
as an Astro and as a React component (#3719) by @wobsorianoUpdated dependencies [
d11873579
,0935cfce9
]:@clerk/[email protected]
Patch Changes
0935cfce9
]:@clerk/[email protected]
Patch Changes
d11873579
,0935cfce9
]:@clerk/[email protected]
Patch Changes
Ensure updated provided values to controlled inputs are sent to the machine (#3702) by @alexcarpenter
Fix isWeb3Strategy check to account for prefix and suffix (#3708) by @alexcarpenter
Updated dependencies [
0935cfce9
]:@clerk/[email protected]
Patch Changes
d11873579
,0935cfce9
]:@clerk/[email protected]
Patch Changes
0935cfce9
]:@clerk/[email protected]
Patch Changes
0935cfce9
]:@clerk/[email protected]
Patch Changes
0935cfce9
]:@clerk/[email protected]
Patch Changes
0935cfce9
]:@clerk/[email protected]
Patch Changes
0935cfce9
]:@clerk/[email protected]
Patch Changes
0935cfce9
]:@clerk/[email protected]
Patch Changes
0935cfce9
]:@clerk/[email protected]
Patch Changes
0935cfce9
]:@clerk/[email protected]
Patch Changes
0935cfce9
]:@clerk/[email protected]
Patch Changes
Remove the experimental console warning from Cypress integration. (#3704) by @anagstef
Updated dependencies [
0935cfce9
]:@clerk/[email protected]
Patch Changes
0935cfce9
]: