Releases: auth0/lock
Releases · auth0/lock
10.12.0
Closed issues
- Bug in email field validation #884
- Input field tab issue in IE #870
- Bring back the integratedWindowsLogin option #852
- Unwanted parameters in /authorize call #851
- Back button not displaying properly in IE 11 #767
Added
- Added checkbox CustomInput for additionalSignUpFields #860 (dariobanfi)
- Add slovak translation #846 (Passto)
Changed
- Update password sheriff to reduce bundle size #879 (hzalaz)
- Adding focusable=false to all svgs #873 (luisrudge)
- Migrating to webpack2 #871 (luisrudge)
- Review catalan translations #869 (oscarfonts)
- Reducing time to unpin loading pane #853 (luisrudge)
- Throw an error if login, signUp and forgotPassword screens are not allowed #850 (luisrudge)
- Kerberos network checking no longer depends on rememberLastLogin #805 (patrickmcgraw)
Fixed
- Updated auth0.js to v8.3.0 #889 (hzalaz)
- Fix issue when submiting a form with no email #886 (selaux)
- Fixing allowSignup and allowForgot options when loading tenant info #877 (luisrudge)
- Don't disable mfa-code input #872 (nikolaseu)
- Fix a box-sizing issue that happened when bootstrap was being used with lock #868 (luisrudge)
- Cleaning params sent to auth0js #863 (luisrudge)
- Only set prefill values when client is initialized #855 (luisrudge)
10.11.0
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
- Clear invalid fields on screen change #844 (glena)
- Bump the babel-preset-2015 version #838 (iamkevingreen)
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
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