Minor Changes
-
Introduce
EmailLinkErrorCodeStatusto support users in custom flows and markEmailLinkErrorCodeas deprecated. (#5142) by @alexcarpenter- import { EmailLinkErrorCode } from '@clerk/nextjs/errors' + import { EmailLinkErrorCodeStatus } from '@clerk/nextjs/errors'
Patch Changes
-
Update
clerkMiddlewarerequest callback to accept an asynchronous function (#5154) by @LauraBeatrisexport default clerkMiddleware( (auth, req) => { // Add your middleware checks }, async req => { const options = await getOptions(req); return options; }, );
-
Fix shallow internal-component navigation. (#5091) by @panteliselef
-
Updated dependencies [
d76c4699990b8477745c2584b1b98d5c92f9ace6,a9b0087fca3f427f65907b358d9b5bc0c95921d8,92d17d7c087470b262fa5407cb6720fe6b17d333,30f6f3808e9b3778d5a9eb275780f94f9e9c7651]:- @clerk/shared@2.22.0
- @clerk/clerk-react@5.23.0
- @clerk/types@4.46.1
- @clerk/backend@1.24.2