Releases: auth0/lock
Releases · auth0/lock
10.7.1
Fixed
- fix options override on show #732 (glena)
- One questionmark is enough #731 (retorquere)
10.7.0
10.6.1
10.6.0
10.5.1
10.5.0
Closed issues
- [v10.4.0] Cannot read property 'get' of undefined. #658
- Lock not showing rule errors in redirect mode #637
- Single AD connection without domain shows undefined in message #627
- Issues with Overlay mode + signUpLink setting on a SPA #619
- [UX] Password field shouldn't show error message immediately (on focus). #540
Added
- Create vi.js in /src/i18n #662 (IoHL)
- Added support for custom oauth2 connections #648 (glena)
- Create ca.js #645 (alexandresaiz)
- Support connectionScopes for oauth2 connections #643 (glena)
- Allow to display a flash message on lock.show #639 (glena)
- MFA when using oauth/ro endpoint #628 (dafortune)
Changed
- Password field shouldn't show error message immediately (on focus) #668 (glena)
- Update auth0.js to latest #665 (hzalaz)
- Added default values to the dictionary and warn about missing keys #651 (glena)
- Fix Issues with Overlay mode + signUpLink setting on a SPA #650 (glena)
- Only require non-empty value for username when DB connection is custom or import is enabled #646 (glena)
- Update uglify task to generate sourcemaps #638 (cristiandouce)
Fixed
- Fix [v10.4.0] Cannot read property 'get' of undefined. #658 #660 (glena)
- Changed to regular spaces. #653 (nicosabena)
- Single AD connection without domain shows undefined in message #642 (glena)
- show properly terms on desktop and mobile #641 (beneliflo)
- Fix typo in the word "corporate" #632 (wags)
- Change the term email to e-mail and emailadres to e-mailadres #629 (ToonDC)
10.4.1
10.2.3
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 [email protected] #613 (cristiandouce)
- Handle uncaught unrecoverable_error #609 (eddiezane)
- fixed loading unaligned with label submit #606 (beneliflo)
- Fix EscKeyDownHandler bug in Container when
closableis 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}.jsand 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}.jsand 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
assetsUrlis provided, keep the current behavior: fetch client from${assetsUrl}/client/${clientID}.jsand languages from{assetsUrl}/js/lock/${lockVersion}/${language}.js.