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'
-
Support passing additional properties to
eventPrebuiltComponentMounted(), and ensurewithSignUpis collected onSignInmount. (#5150) by @brkalow
Patch Changes
-
Previously, the
getCurrentOrganizationMembership()function was duplicated in both@clerk/vueand@clerk/shared/react. This change moves the function to@clerk/shared/organization. (#5168) by @wobsoriano -
Updated dependencies [
a9b0087fca3f427f65907b358d9b5bc0c95921d8]:- @clerk/types@4.46.1