Skip to content

10.0.0-beta.2

Compare
Choose a tag to compare
@hzalaz hzalaz released this 13 Sep 15:40
· 2230 commits to master since this release

Full Changelog

Fixed

  • Fetch bigger gravatars, so they look better on high-density screens.
  • Don't fetch SSO data when SSO is disabled.
  • Bunch of small UI issues.
  • NPM package require. Now require('auth0-lock') will work (previously you had to do require('auth0-lock/lib/classic')).

Changed

  • Renamed close method to hide.
  • Renamed connections option to allowedConnections.
  • Renamed signUp.footerText dict key to signUp.terms.

Added

  • Support for enterprise connections.
  • Allow to specify the the default datbase connection via the
    defaultDatabaseConnection option.
  • Optionally request users to agree to terms and conditions before
    signing up via the mustAcceptTerms option.