Skip to content

10.10.0

Compare
Choose a tag to compare
@hzalaz hzalaz released this 19 Jan 20:52
· 1369 commits to master since this release

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.