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'
-
Fix issue where
unsafeMetadatawas not associated with sign-ups in the combined sign-in-or-up flow. (#5161) by @dstaley
Patch Changes
-
Fix navigation issue within combined flow web3 providers when additional fields are required. (#5141) by @alexcarpenter
-
Pause session touch and token refresh while browser is offline, and resume it when the device comes back online. (#5098) by @panteliselef
-
Remove logo from use another method verification card. (#5169) by @alexcarpenter
-
Trigger re-verification when setting an email as primary (#5162) by @octoper
-
Support passing additional properties to
eventPrebuiltComponentMounted(), and ensurewithSignUpis collected onSignInmount. (#5150) by @brkalow -
Adjust verification modal vertical alignment and remove logo usage within verification cards. (#5153) by @alexcarpenter
-
Track custom pages and custom items usage on
UserButtonandUserProfilemount. (#5163) by @panteliselef -
Updated dependencies [
d76c4699990b8477745c2584b1b98d5c92f9ace6,a9b0087fca3f427f65907b358d9b5bc0c95921d8,92d17d7c087470b262fa5407cb6720fe6b17d333,4001e0388a705e6dbdbb82eaaa494a688a1c6e9f]:- @clerk/shared@2.22.0
- @clerk/types@4.46.1
- @clerk/localizations@3.10.7