Releases: auth0/lock
Releases · auth0/lock
v11.26.3
Security
- [SEC-512] Replace usage of i18n.html with i18n.str in Passwordless verification code UI (stevehobbsdev)
v11.26.2
Fixed
- Fallback to default language dictionary when the language file cannot be loaded #1912 (davidpatrick)
- [SDK-1813] Send connection scope config to enterprise connections #1910 (stevehobbsdev)
Security
- [Security] Bump elliptic from 6.4.1 to 6.5.3 #1909 (dependabot-preview[bot])
v11.26.1
Fixed
- fix issue #1906 - remove extension from import #1907 (jfromaniello)
v11.26.0
Added
- [CAUTH-423] Add captcha in the sign-up flow #1902 (jfromaniello)
Changed
- [CAUTH-511] improve error handling on missing captcha #1900 (jfromaniello)
Fixed
- [SDK-1284] Fix for "growing" tabs when repeatedly clicked #1904 (stevehobbsdev)
v11.25.1
Fixed
- [SDK-1809] Connection display name is used even when no IdP domains are available #1898 (stevehobbsdev)
v11.25.0
Highlights
This release adds a new property preferConnectionDisplayName
, which will cause Lock to use the "Display Name" field as defined in the Auth0 Dashboard for an Enterprise connection. If this field hasn't been specified, then Lock will fallback to the previous behaviour.
Usage
var lock = new Auth0Lock('clientId', 'domain', {
preferConnectionDisplayName: true
});
Changelog
Added
- [SDK-1710] Allow Lock to use connection display name field from client configuration file #1896 (stevehobbsdev)
v11.24.5
Fixed
- [SDK-1738] Remove subtle transition on header element #1892 (stevehobbsdev)
v11.24.4
Changed
- [SDK-1756] Add HTML5 novalidate attribute to Lock form to remove native browser validation #1890 (stevehobbsdev)
- Bump auth0-js to 9.13.3 #1889 (stevehobbsdev)
v11.24.3
Fixed
- Allows i18n en lang override #1885 (davidpatrick)
- Show the "Can't be blank" message under the password input #1882 (adamjmcgrath)
- Reload recaptcha after wrong username or password #1888 (jfromaniello)
Security
- [Security] Bump websocket-extensions from 0.1.3 to 0.1.4 #1880 (dependabot-preview[bot])
v11.24.2
Fixed
- Apply window height style to root document for Passwordless UI #1878 (stevehobbsdev)
- Add !hostedLoginPage condition to redirect check #1876 (stevehobbsdev)
- Header height not updated when Lock dialog is closed and reopened #1874 (adamjmcgrath)
- z-index needs to be less than the close button to avoid hiding it #1872 (adamjmcgrath)