- Fix bug that prevented the widget to show up when a property was added to
String.prototype
(#105)
- Fix webpack bundling.
- Dependencies on the
0.14.x
range of React packages. Otherwise we are forcing users to use a specific version of React.
- Some font alternatives are provided instead of defaulting to sans-serif immediately on systems without Avenir.
- Pass
authParams
option in a social login.
- Make it easy to bundle the module with browserify or webpack. Custom transforms or loaders are no longer needed. Please review your bundling process when upgrading to this version.
- Namespace style normalization rules inside .auth0-lock.
- Allow spaces and hyphens in phone numbers.
- Upgrade to React v0.14.5.
- Upgrade to Auth0.js v6.8.0.
- Add a back button when selecting a country code.
- Force all characters to lower-case when creating the Gravatar's md5 hash.
- Fix resend magic link button in applications using page.js.
- Ensure Facebook page looks fine in the popup.
- The Lock can now be reopened after it is closed.
- When a
defaultLocation
option is not provided the country code will be derived from the user's geo-location. If it can't be obtained before the Lock is shown, it will default to +1 (US). - Some dictionary keys, used for confirmation screens have been renamed:
emailcode.confirmation
was changed toemailcode.signedIn
.magiclink.confirmation
was changed tomagiclink.emailSent
.sms.confirmation
was changed tosms.signedIn
.
- Upgraded to React v0.14.3. Thanks @joelburget.
- Upgraded to Auth0.js 6.7.7.
- A warning will be shown when a
scope="openid profile"
is used. Can be avoided with thedisableWarnings
option. - Now the Lock allows to authenticate with social providers by calling the
social
method. The behavior can be controlled with the newconnections
andsocialBigButtons
options. - It is possible to mix social authentication with all the previously provided passwordless alternatives by calling
socialOrMagiclink
,socialOrEmailcode
orsocialOrSms
. - A
destroy
method has been added since callingclose
no longer frees the Lock's resources.
- Some styling tweaks in the Lock's header.
- Footer text was displayed incorrectly in small screens.
- Make phone number and verification code inputs bring up a numeric keyboard on mobile devices.
- Debounce Gravatar requests.
- Use always the same height for the header icon.
- Ensure the title always shows up always in the same place.
- Fix close and back buttons on some old IE versions, they weren't responding to the click event.
- Ensure the Lock is displayed correctly in pages with z-ordered elements (as long as their values are less than 10.000.00).
- Use colors taken from the Gravatar for the header background.
- Specific error message for invalid phone numbers.
- Playground styling.
- First public release.
- First public pre-release.