Skip to content

Releases: auth0/lock

10.0.0-beta.4

13 Sep 15:40

Choose a tag to compare

Full Changelog

Fixed

  • A proper error message is shown when no connection is available.

Changed

  • Removed JSONP support.

Added

  • Support for the new Bitbucket and Dropbox social connections.
  • Additional sign up fields can now be prefilled and have a select
    type, which allows the user to choose the value from a predefined
    list of options.

10.0.0-beta.3

13 Sep 15:40

Choose a tag to compare

Full Changelog

Fixed

  • Allow to translate password strength messages.

Changed

  • Don't fetch profile automatically after a successful login.
  • Display just an email input in the forgot password screen. Before,
    an username input was displayed when the connection required an
    username.

10.0.0-beta.2

13 Sep 15:40

Choose a tag to compare

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.

10.0.0-beta.1

13 Sep 15:40

Choose a tag to compare

First preview release, see https://auth0.com/docs/libraries/lock/v10 for details.