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/clerk-js@5.6.0
Minor Changes
cl-formattedDate__tableCell
css class. (#3465) by @panteliselefPatch Changes
In some instances your application logo (shown at the top of the sign-in/sign-up form of the prebuilt components) might have been distorted in browsers like Firefox. By applying
object-fit: contain
to the image's CSS the logo now fills its bounding box without being distorted. (#3501) by @LekoArtsSupport remounting ClerkProvider multiple times by making sure that the
updateProps
call during the loading phase does not override any defaults set byClerk.load()
for values that are missing (#3455) by @nikosdouvlisSms phone code verification lists available phone numbers on cancel. (#3479) by @panteliselef
Only render active sessions in the active devices section. Fixes the bug where a device with no information would render upon revoking. (#3497) by @desiprisg
Fixed a bug where Clerk components rendered in modals were wrapped with
aria-hidden
. (#3508) by @BRKalowBug fix: statically loading a resource would result in an increase in bundle size for
clerk.browser.js
. (#3519) by @panteliselefUpdated dependencies [
86a27f693
,478c49b41
,02bed2e00
,cd424c590
,73e5d61e2
,68f247444
,b8e46328d
]:@clerk/elements@0.6.0
Minor Changes
Adds virtual router to support modal scenarios (#3461) by @tmilewski
Adds
routing
prop toSignIn.Root
andSignUp.Root
for handlingvirtual
routingBetter support for Account Portal redirect callback flows
Patch Changes
Fix forms unable to submit upon re-mounting (#3473) by @tmilewski
Set
@clerk/types
as a dependency for packages that had it as a dev dependency. (#3450) by @desiprisgEnsure missing passwordSettings don't throw an error (#3474) by @tmilewski
Display hard to catch errors inside the sign-in verification step during development (when
NODE_ENV
is set todevelopment
). (#3517) by @LekoArtsUpdated dependencies [
73e5d61e2
,b8e46328d
]:@clerk/clerk-expo@1.2.0
Minor Changes
Introduce
getClerkInstance()
to avoid importing the Clerk class from clerk-js manually. (#3420) by @panteliselefThis enables developers to create and access a Clerk instance in their application outside of React.
Attention: If
getClerkInstance
is called without a publishable key, and ClerkProvider has not rendered yet, an error will be thrownPatch Changes
Support
EXPO_PUBLIC_
prefixes for env variables. (#3498) by @panteliselefSet
@clerk/types
as a dependency for packages that had it as a dev dependency. (#3450) by @desiprisgUpdated dependencies [
89318f820
,a53622b05
,f31e38234
,86a27f693
,35a0015f5
,ec41bb73e
,02bed2e00
,35a0015f5
,c054dcb78
,73e5d61e2
,b8e46328d
]:@clerk/remix@4.1.0
Minor Changes
Support new redirect urls as environment variables or options to rootAuthLoader (#3442) by @panteliselef
As options
As environment variables
Patch Changes
Set
@clerk/types
as a dependency for packages that had it as a dev dependency. (#3450) by @desiprisgUpdated dependencies [
86a27f693
,35a0015f5
,02bed2e00
,73e5d61e2
,b8e46328d
]:@clerk/types@4.6.0
Minor Changes
cl-formattedDate__tableCell
css class. (#3465) by @panteliselefPatch Changes
@clerk/backend@1.2.2
Patch Changes
Set
@clerk/types
as a dependency for packages that had it as a dev dependency. (#3450) by @desiprisgUpdated dependencies [
86a27f693
,02bed2e00
,73e5d61e2
,b8e46328d
]:@clerk/chrome-extension@1.0.17
Patch Changes
89318f820
,a53622b05
,f31e38234
,86a27f693
,35a0015f5
,ec41bb73e
,02bed2e00
,35a0015f5
,c054dcb78
,b8e46328d
]:@clerk/express@0.0.11
Patch Changes
Set
@clerk/types
as a dependency for packages that had it as a dev dependency. (#3450) by @desiprisgUpdated dependencies [
86a27f693
,02bed2e00
,73e5d61e2
,b8e46328d
]:@clerk/fastify@1.0.13
Patch Changes
86a27f693
,02bed2e00
,73e5d61e2
,b8e46328d
]:@clerk/localizations@2.4.4
Patch Changes
Update profile primary button text and nav text in fr-FR & zh-CN (#3494) by @youshengCode
Set
@clerk/types
as a dependency for packages that had it as a dev dependency. (#3450) by @desiprisgUpdates on ko-KR localization (#3454) by @jourmooney
Add passkeys localizations for the
es-MX
locale (#3453) by @HugoCLUpdated dependencies [
73e5d61e2
,b8e46328d
]:@clerk/nextjs@5.1.4
Patch Changes
Update dependency path-to-regexp to v6.2.2 (#3490) by @renovate
Set
@clerk/types
as a dependency for packages that had it as a dev dependency. (#3450) by @desiprisgUpdated the check ran against the error caught by
buildRequestLike()
to re-throw Static Bailout errors thrown by React in the context of PPR (Partial Pre-Rendering), as these errors shouldn't be caught. This change was required as we have been checking the error message itself, but stopped working after the message was changed in a Next.js update a few months ago. (#3499) by @ceIiaBug fix: Correctly update history state when on internal navigations. (#3480) by @panteliselef
Updated dependencies [
86a27f693
,35a0015f5
,02bed2e00
,73e5d61e2
,b8e46328d
]:@clerk/clerk-react@5.2.3
Patch Changes
Update
SignUpButton
andSignInButton
to respectforceRedirect
andfallbackRedirect
props. Previously, these were getting ignored and successful completions of the flows would fallback to the default redirect URL. (#3508) by @BRKalowUpdated dependencies [
86a27f693
,02bed2e00
,73e5d61e2
,b8e46328d
]:@clerk/clerk-sdk-node@5.0.10
Patch Changes
Set
@clerk/types
as a dependency for packages that had it as a dev dependency. (#3450) by @desiprisgUpdated dependencies [
86a27f693
,02bed2e00
,73e5d61e2
,b8e46328d
]:@clerk/shared@2.2.2
Patch Changes
Update
js-cookie
from3.0.1
to3.0.5
. Updateswr
from2.2.0
to2.2.5
. (#3493) by @renovateSet
@clerk/types
as a dependency for packages that had it as a dev dependency. (#3450) by @desiprisgUpdated dependencies [
73e5d61e2
,b8e46328d
]:@clerk/testing@1.1.6
Patch Changes
86a27f693
,02bed2e00
,73e5d61e2
,b8e46328d
]:@clerk/themes@2.1.9
Patch Changes
73e5d61e2
,b8e46328d
]: