Releases: auth0/lock
Releases · auth0/lock
10.4.0
Closed issues
- theme.logo regression in 10.3.0 #617
Changed
Fixed
- Fix bad reference for unrecoverable_error event emitter #625 (cristiandouce)
- Fixes for 10.3.0 regression #618 (doapp-ryanp)
10.3.0
Closed issues:
- v10: KerberosScreen failing on internal Network #590
- Languages not available on cdn.eu.auth0.com #576
- The lock v10 with ionic2 page can not scroll. #532
- Signup terms checkbox overlays password field on small devices. #525
- Lock + Meteor breaks when trying to require & use blueimp-md5 #466
- White space on bottom when running/simulating on mobile device #376
Fixed:
- Bump blueimp-md5@2.3.1 #613 (cristiandouce)
- Handle uncaught unrecoverable_error #609 (eddiezane)
- fixed loading unaligned with label submit #606 (beneliflo)
- Fix EscKeyDownHandler bug in Container when
closable
is false #604 (kevinzwh) - Fix checkbox terms #597 (beneliflo)
- Fixes corporate network connection usage #594 (CriGoT)
- fixed ionic page scroll #591 (beneliflo)
Added:
- Add min/max username validation from client info settings #611 (cristiandouce)
- Introduce clientBaseUrl and languageBaseUrl options to deprecate assetsUrl #601 (cristiandouce)
- Added Hungarian translations #599 (nagyv)
- Add french translation #596 (RomainFallet)
- Added Swedish (sv) translation. #593 (kuljaninemir)
Changed:
- use ReactCSSTransitionGroup for global messages #595 (robbiewxyz)
Deprecation notice:
This version introduces languageBaseUrl
and cliengBaseUrl
in replacement of assetsUrl
.
- The client will be fetched from
${clientBaseUrl}/${clientID}.js
and will default to the CDN url including the region (e.g.https://cdn.eu.auth0.com/client
). The region is inferred from thedomain
. - The language will be fetched from
${languageBaseUrl}/${lang}.js
and will default to the CDN without the region (e.g.https://cdn.auth0.com/js/lock/${lockVersion}/
). - The new options have priority over
assetsUrl
. - If
assetsUrl
is provided, keep the current behavior: fetch client from${assetsUrl}/client/${clientID}.js
and languages from{assetsUrl}/js/lock/${lockVersion}/${language}.js
.
10.2.2
10.2.1
10.2.0
10.1.0
10.0.2
10.0.1
10.0.0
Changed
- The
parseHash
method was removed given that now it is
automatically handled by Lock.
Fixed
- Stopped hiding errors that are raised from event listeners.
Added
- Handle the new variants of password policy errors during sign up.
10.0.0-rc.2
Fixed
- Fixed issue with the blueimp library when bundling with webpack.
- Stopped fetching SSO data when SSO is disabled.
- The location hash is no longer cleared every time Lock is
initialized.
Added
- The validator function for additional sign up fields now allows to
specify a hint that will be displayed when the field is invalid.