Releases: auth0/lock
Releases · auth0/lock
10.0.0-beta.4
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
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
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 dorequire('auth0-lock/lib/classic')).
Changed
- Renamed
closemethod tohide. - Renamed
connectionsoption toallowedConnections. - Renamed
signUp.footerTextdict key tosignUp.terms.
Added
- Support for enterprise connections.
- Allow to specify the the default datbase connection via the
defaultDatabaseConnectionoption. - Optionally request users to agree to terms and conditions before
signing up via themustAcceptTermsoption.
10.0.0-beta.1
First preview release, see https://auth0.com/docs/libraries/lock/v10 for details.