Releases: auth0/lock
Releases · auth0/lock
10.10.2
Fixed
10.10.1
10.10.0
Closed issues
- Lock v10.9.2 fails on IE 10 Windows 7 #801
Added
- Add resumeAuth method and autoParseHash flag #790 (luisrudge)
- Hide first screen title option #745 (glena)
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
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
10.9.1
10.9.0
10.8.1
10.8.0
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
defaultADUsernameFromEmailPrefixis 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