Skip to content

Releases: clerk/javascript

@clerk/[email protected]

15 May 13:01
55bf8d2
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

14 May 11:31
ec2b683
Compare
Choose a tag to compare

Minor Changes

  • Updates related to experimental Google One Tap support (#3250) by @panteliselef

    • By default we are returning back to the location where the flow started.
      To accomplish that internally we will use the redirect_url query parameter to build the url.
    <__experimental_GoogleOneTap />
    • In the above example if there is a SIGN_UP_FORCE_REDIRECT_URL or SIGN_IN_FORCE_REDIRECT_URL set then the developer would need to pass new values as props like this
    <__experimental_GoogleOneTap
      signInForceRedirectUrl=''
      signUpForceRedirectUrl=''
    />
    • Let the developer configure the experience they want to offer. (All these values are true by default)
    <__experimental_GoogleOneTap
      cancelOnTapOutside={false}
      itpSupport={false}
      fedCmSupport={false}
    />
    • Moved authenticateWithGoogleOneTap to Clerk singleton
    Clerk.__experimental_authenticateWithGoogleOneTap;
    • Created the handleGoogleOneTapCallback in Clerk singleton
    Clerk.__experimental_handleGoogleOneTapCallback;
  • Introduce new client_mismatch verification status for email link sign-in and sign-up. This error (and its message) will be shown if a verification link was opened in another device/browser from which the user initiated the sign-in/sign-up attempt. This functionality needs to be enabled in the Clerk dashboard. (#3367) by @mzhong9723

@clerk/[email protected]

14 May 11:31
ec2b683
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

14 May 11:31
ec2b683
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

14 May 11:31
ec2b683
Compare
Choose a tag to compare

Minor Changes

  • Introduce new client_mismatch verification status for email link sign-in and sign-up. This error (and its message) will be shown if a verification link was opened in another device/browser from which the user initiated the sign-in/sign-up attempt. This functionality needs to be enabled in the Clerk dashboard. (#3367) by @mzhong9723

@clerk/[email protected]

14 May 11:31
ec2b683
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

14 May 11:31
ec2b683
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

14 May 11:31
ec2b683
Compare
Choose a tag to compare

Minor Changes

  • Add srRS localization (#3338) by @paunovic5ar

  • Added new keys for email link verification under signIn.emailLink.clientMismatch and signUp.emailLink.clientMismatch (#3367) by @mzhong9723

Patch Changes

@clerk/[email protected]

14 May 11:31
ec2b683
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

14 May 11:31
ec2b683
Compare
Choose a tag to compare

Patch Changes