Skip to content

Releases: auth0/lock

10.11.0

14 Mar 19:46
Compare
Choose a tag to compare

Full Changelog

Closed issues

  • Input error state does not get reset when changing page #843
  • Show error when the domain part of the email does not match any enterprise connection #661

Added

  • inject cordova plugin and force popup/sso in cordova or electron #835 (glena)
  • Japanese translation #834 (stevensacks)
  • disable submit button when the email does not match with any connection #757 (glena)

Changed

10.10.2

14 Mar 19:46
Compare
Choose a tag to compare

Full Changelog

Fixed

  • Fix casing of null in IE (bumping auth0.js version) #827 (glena)
  • Fix ES translations #826 (perpifran)
  • Translated term mfaLoginTitle into Dutch #820 (dctoon)
  • For autologin, if login screen is not available, it should show the error in the signup one instead of breaking #817 (glena)

10.10.1

19 Jan 20:52
Compare
Choose a tag to compare

Full Changelog

Changed

10.10.0

19 Jan 20:52
Compare
Choose a tag to compare

Full Changelog

Closed issues

  • Lock v10.9.2 fails on IE 10 Windows 7 #801

Added

Changed

Fixed

  • Fix: popup does not close when signup fails #810 (glena)
  • removes scope openid warning in OIDC conformant mode. fix #780 #803 (luisrudge)
  • Clearing fields when lock closes #802 (luisrudge)
  • Fix redirect/popup login when shown in the hosted login page #799 (glena)

Breaking changes

  • Bump auth0.js version - Fix profile casing (it should not convert to cammelcase) #815 (glena)

In lock v10.9 we introduced an issue in auth0.js that changed the casing of the calls to retrieve the user profile (using /userinfo or /tokeninfo), everything was converted to camel case. We fixed that issue in this auth0.js pull request and is part of this release of Lock. If you kept an v10.8 or older no changes are needed, for those who updated to v10.9 you need to revert the changes made to handle the case changes.

10.9.2

12 Jan 14:52
Compare
Choose a tag to compare

Full Changelog

Fixed

  • Bring back support for get profile in default mode #794 (glena)
  • Don't emit error when registering for event 'signin ready' #784 (theopak)

10.9.1

12 Jan 14:52
Compare
Choose a tag to compare

Full Changelog

Fixed

  • Fix to comply legacy behaviour #787 (glena)
  • For legacy flow, the scope should default to openid #783 (glena)

10.9.0

09 Jan 15:14
Compare
Choose a tag to compare

Full Changelog

Added

Changed

  • Removed browserify as dependency and removed process usage #779 (glena)
  • Auth0js v8 - configuration validation + default scope #775 (glena)

10.8.1

03 Jan 21:32
Compare
Choose a tag to compare

Full Changelog
Closed issues

  • username/password login doesn't work with custom domains on the appliance #772

Fixed

  • allow to override tenant + issuer and pass to auth0.js #773 (glena)

10.8.0

02 Jan 20:03
Compare
Choose a tag to compare

Full Changelog
Closed issues

  • Request to add user-facing error message. #751
  • Please throw an error for invalid events #748
  • Old errors shown when reopening Lock #739
  • Send login_hint when detecting previous session #729
  • defaultADUsernameFromEmailPrefix is not implemented #713
  • [v10] Enterprise connections don't strip domain from email #543

Added

  • Allow to override socialButtonStyle on show #766 (glena)
  • Added new error code: session_missing #760 (glena)
  • Add events validation and fail if it is not a valid one #756 (glena)
  • Added flag defaultADUsernameFromEmailPrefix #754 (glena)
  • Send login_hint when detecting previous session #753 (glena)
  • Create fa.js #752 (doroudi)

Changed

Fixed

10.7.3

19 Dec 20:56
Compare
Choose a tag to compare

Full Changelog

Fixed

  • Shorten Russian signUpLabel to fit into the widget width #743 (cyxou)