UNPKG

87.8 kBMarkdownView Raw
1# Change Log
2
3## [v11.30.6](https://github.com/auth0/lock/tree/v11.30.6) (2021-09-27)
4
5[Full Changelog](https://github.com/auth0/lock/compare/v11.30.5...v11.30.6)
6
7This release intends to fix the build for Bower users, whilst upgrading some development-time dependencies and build configuration.
8
9Please see [the diff](https://github.com/auth0/lock/compare/v11.30.5...v11.30.6) for the full set of changes.
10
11## [v11.30.5](https://github.com/auth0/lock/tree/v11.30.5) (2021-09-13)
12
13[Full Changelog](https://github.com/auth0/lock/compare/v11.30.4...v11.30.5)
14
15**Changed**
16
17[SDK-2708] Use `domain` value for client assets download instead of `cdn.*.auth0.com` [\#2029](https://github.com/auth0/lock/pull/2029) ([stevehobbsdev](https://github.com/stevehobbsdev))
18
19**Fixed**
20
21Inline `util.format` and replace usage of `global` for `window` [\#2030](https://github.com/auth0/lock/pull/2030) ([stevehobbsdev](https://github.com/stevehobbsdev))
22
23## [v11.30.4](https://github.com/auth0/lock/tree/v11.30.4) (2021-07-12)
24
25[Full Changelog](https://github.com/auth0/lock/compare/v11.30.3...v11.30.4)
26
27**Fixed**
28
29- Updated Dutch translations [\#2013](https://github.com/auth0/lock/pull/2013) ([erombouts](https://github.com/erombouts))
30
31## [v11.30.3](https://github.com/auth0/lock/tree/v11.30.3) (2021-06-25)
32
33[Full Changelog](https://github.com/auth0/lock/compare/v11.30.2...v11.30.3)
34
35**Fixed**
36
37- Fix country dialing code dropdown [\#2009](https://github.com/auth0/lock/pull/2009) ([adamjmcgrath](https://github.com/adamjmcgrath))
38
39## [v11.30.2](https://github.com/auth0/lock/tree/v11.30.2) (2021-06-11)
40
41[Full Changelog](https://github.com/auth0/lock/compare/v11.30.1...v11.30.2)
42
43**Changed**
44
45- [ESD-13941] Implement a DOMPurify hook to enable target attributes on links [\#2006](https://github.com/auth0/lock/pull/2006) ([stevehobbsdev](https://github.com/stevehobbsdev))
46
47## [v11.30.1](https://github.com/auth0/lock/tree/v11.30.1) (2021-06-04)
48
49[Full Changelog](https://github.com/auth0/lock/compare/v11.30.0...v11.30.1)
50
51**Changed**
52
53- Update fa.js [\#2000](https://github.com/auth0/lock/pull/2000) ([alirezagit](https://github.com/alirezagit))
54
55**Fixed**
56
57- [SDK-2588] Avoid multiple simultaneous HTTP calls [\#1998](https://github.com/auth0/lock/pull/1998) ([frederikprijck](https://github.com/frederikprijck))
58
59**Security**
60
61- Update auth0-js + node-fetch [\#1996](https://github.com/auth0/lock/pull/1996) ([stevehobbsdev](https://github.com/stevehobbsdev))
62- [SEC-687, SEC-700] For more information on this security release, please see [the release on GitHub](https://github.com/auth0/lock/releases/tag/v11.30.1).
63
64## [v11.30.0](https://github.com/auth0/lock/tree/v11.30.0) (2021-04-26)
65
66[Full Changelog](https://github.com/auth0/lock/compare/v11.29.1...v11.30.0)
67
68**Added**
69
70- Recaptcha Enterprise support [\#1986](https://github.com/auth0/lock/pull/1986) ([akmjenkins](https://github.com/akmjenkins))
71
72**Fixed**
73
74- [ESD-12716]fix recaptcha on mobile when lang is not English [\#1988](https://github.com/auth0/lock/pull/1988) ([jfromaniello](https://github.com/jfromaniello))
75
76## [v11.29.1](https://github.com/auth0/lock/tree/v11.29.1) (2021-04-14)
77
78[Full Changelog](https://github.com/auth0/lock/compare/v11.29.0...v11.29.1)
79
80**Fixed**
81
82- fix ESD-12716: move CSS display override to render function to fix recaptcha on sign-up [\#1983](https://github.com/auth0/lock/pull/1983) ([jfromaniello](https://github.com/jfromaniello))
83
84## [v11.29.0](https://github.com/auth0/lock/tree/v11.29.0) (2021-04-06)
85
86[Full Changelog](https://github.com/auth0/lock/compare/v11.28.1...v11.29.0)
87
88**Added**
89
90- [SDK-2412] Add event for SSO data fetch [\#1977](https://github.com/auth0/lock/pull/1977) ([stevehobbsdev](https://github.com/stevehobbsdev))
91- [SDK-2306] Add login and signup hooks [\#1976](https://github.com/auth0/lock/pull/1976) ([stevehobbsdev](https://github.com/stevehobbsdev))
92
93**Fixed**
94
95- [ESD-12716] fix issue with recaptcha in mobile [\#1978](https://github.com/auth0/lock/pull/1978) ([jfromaniello](https://github.com/jfromaniello))
96- Fixes typo "assests" to "assets" [\#1975](https://github.com/auth0/lock/pull/1975) ([morkro](https://github.com/morkro))
97- Remove line breaks from passwordless vcode entry instructions [\#1974](https://github.com/auth0/lock/pull/1974) ([stevehobbsdev](https://github.com/stevehobbsdev))
98- Remove padding from screen tabs [\#1971](https://github.com/auth0/lock/pull/1971) ([stevehobbsdev](https://github.com/stevehobbsdev))
99
100## [v11.28.1](https://github.com/auth0/lock/tree/v11.28.1) (2021-03-01)
101
102[Full Changelog](https://github.com/auth0/lock/compare/v11.28.0...v11.28.1)
103
104**Fixed**
105
106- Disable form submit manually for passwordless Safari [\#1968](https://github.com/auth0/lock/pull/1968) ([adamjmcgrath](https://github.com/adamjmcgrath))
107
108**Security**
109
110- Upgrade trim version to fix security issue [\#1960](https://github.com/auth0/lock/pull/1960) ([blankg](https://github.com/blankg))
111
112## [v11.28.0](https://github.com/auth0/lock/tree/v11.28.0) (2021-01-06)
113
114[Full Changelog](https://github.com/auth0/lock/compare/v11.27.2...v11.28.0)
115
116**Added**
117
118- An option to hide username in signup view [\#1954](https://github.com/auth0/lock/pull/1954) ([saltukalakus](https://github.com/saltukalakus))
119
120**Changed**
121
122- Wording and spelling fixes to Bulgarian language file [\#1953](https://github.com/auth0/lock/pull/1953) ([maximnaidenov](https://github.com/maximnaidenov))
123
124## [v11.27.2](https://github.com/auth0/lock/tree/v11.27.2) (2020-12-16)
125
126[Full Changelog](https://github.com/auth0/lock/compare/v11.27.1...v11.27.2)
127
128**Changed**
129
130- Update cs.js [\#1944](https://github.com/auth0/lock/pull/1944) ([HopXXII](https://github.com/HopXXII))
131
132**Fixed**
133
134- [ESD-10361] Fix password strength popup overflow issue [\#1949](https://github.com/auth0/lock/pull/1949) ([stevehobbsdev](https://github.com/stevehobbsdev))
135- [ESD-10373] Fix rendering of Lock inside popup on first open [\#1948](https://github.com/auth0/lock/pull/1948) ([stevehobbsdev](https://github.com/stevehobbsdev))
136
137## [v11.27.1](https://github.com/auth0/lock/tree/v11.27.1) (2020-10-26)
138
139[Full Changelog](https://github.com/auth0/lock/compare/v11.27.0...v11.27.1)
140
141**Fixed**
142
143- Remove top padding from wrapper element [\#1939](https://github.com/auth0/lock/pull/1939) ([stevehobbsdev](https://github.com/stevehobbsdev))
144- Remove javascript:void(0) from links that do not navigate [\#1938](https://github.com/auth0/lock/pull/1938) ([stevehobbsdev](https://github.com/stevehobbsdev))
145- Respect showTerms option for passwordless [\#1931](https://github.com/auth0/lock/pull/1931) ([saltukalakus](https://github.com/saltukalakus))
146
147## [v11.27.0](https://github.com/auth0/lock/tree/v11.27.0) (2020-09-18)
148
149[Full Changelog](https://github.com/auth0/lock/compare/v11.26.3...v11.27.0)
150
151**Changed**
152
153- Better flash error messages on incorrect, empty fields. [\#1923](https://github.com/auth0/lock/pull/1923) ([saltukalakus](https://github.com/saltukalakus))
154- [SDK-1946] Update Basecamp logo [\#1922](https://github.com/auth0/lock/pull/1922) ([stevehobbsdev](https://github.com/stevehobbsdev))
155
156**Fixed**
157
158- [SDK-1911] Always use UsernamePane when using custom resolver [\#1918](https://github.com/auth0/lock/pull/1918) ([stevehobbsdev](https://github.com/stevehobbsdev))
159
160**Security**
161
162- Dependencies [\#1924](https://github.com/auth0/lock/pull/1924) ([stevehobbsdev](https://github.com/stevehobbsdev))
163- Add license scan report and status [\#1920](https://github.com/auth0/lock/pull/1920) ([fossabot](https://github.com/fossabot))
164
165## [v11.26.3](https://github.com/auth0/lock/tree/v11.26.3) (2020-08-14)
166
167[Full Changelog](https://github.com/auth0/lock/compare/v11.26.2...v11.26.3)
168
169**Security**
170
171- [SEC-512] Replace usage of i18n.html with i18n.str in Passwordless verification code UI ([stevehobbsdev](https://github.com/stevehobbsdev))
172
173## [v11.26.2](https://github.com/auth0/lock/tree/v11.26.2) (2020-08-12)
174
175[Full Changelog](https://github.com/auth0/lock/compare/v11.26.1...v11.26.2)
176
177**Fixed**
178
179- Fallback to default language dictionary when the language file cannot be loaded [\#1912](https://github.com/auth0/lock/pull/1912) ([davidpatrick](https://github.com/davidpatrick))
180- [SDK-1813] Send connection scope config to enterprise connections [\#1910](https://github.com/auth0/lock/pull/1910) ([stevehobbsdev](https://github.com/stevehobbsdev))
181
182**Security**
183
184- [Security] Bump elliptic from 6.4.1 to 6.5.3 [\#1909](https://github.com/auth0/lock/pull/1909) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
185
186## [v11.26.1](https://github.com/auth0/lock/tree/v11.26.1) (2020-07-23)
187
188[Full Changelog](https://github.com/auth0/lock/compare/v11.26.0...v11.26.1)
189
190**Fixed**
191
192- fix issue #1906 - remove extension from import [\#1907](https://github.com/auth0/lock/pull/1907) ([jfromaniello](https://github.com/jfromaniello))
193
194## [v11.26.0](https://github.com/auth0/lock/tree/v11.26.0) (2020-07-23)
195
196[Full Changelog](https://github.com/auth0/lock/compare/v11.25.1...v11.26.0)
197
198**Added**
199
200- [CAUTH-423] Add captcha in the sign-up flow [\#1902](https://github.com/auth0/lock/pull/1902) ([jfromaniello](https://github.com/jfromaniello))
201
202**Changed**
203
204- [CAUTH-511] improve error handling on missing captcha [\#1900](https://github.com/auth0/lock/pull/1900) ([jfromaniello](https://github.com/jfromaniello))
205
206**Fixed**
207
208- [SDK-1284] Fix for "growing" tabs when repeatedly clicked [\#1904](https://github.com/auth0/lock/pull/1904) ([stevehobbsdev](https://github.com/stevehobbsdev))
209
210## [v11.25.1](https://github.com/auth0/lock/tree/v11.25.1) (2020-07-14)
211
212[Full Changelog](https://github.com/auth0/lock/compare/v11.25.0...v11.25.1)
213
214**Fixed**
215
216- [SDK-1809] Connection display name is used even when no IdP domains are available [\#1898](https://github.com/auth0/lock/pull/1898) ([stevehobbsdev](https://github.com/stevehobbsdev))
217
218## [v11.25.0](https://github.com/auth0/lock/tree/v11.25.0) (2020-07-09)
219
220[Full Changelog](https://github.com/auth0/lock/compare/v11.24.5...v11.25.0)
221
222**Added**
223
224- [SDK-1710] Allow Lock to use connection display name field from client configuration file [\#1896](https://github.com/auth0/lock/pull/1896) ([stevehobbsdev](https://github.com/stevehobbsdev))
225
226## [v11.24.5](https://github.com/auth0/lock/tree/v11.24.5) (2020-07-03)
227
228[Full Changelog](https://github.com/auth0/lock/compare/v11.24.4...v11.24.5)
229
230**Fixed**
231
232- [SDK-1738] Remove subtle transition on header element [\#1892](https://github.com/auth0/lock/pull/1892) ([stevehobbsdev](https://github.com/stevehobbsdev))
233
234## [v11.24.4](https://github.com/auth0/lock/tree/v11.24.4) (2020-07-02)
235
236[Full Changelog](https://github.com/auth0/lock/compare/v11.24.3...v11.24.4)
237
238**Changed**
239
240- [SDK-1756] Add HTML5 novalidate attribute to Lock form to remove native browser validation [\#1890](https://github.com/auth0/lock/pull/1890) ([stevehobbsdev](https://github.com/stevehobbsdev))
241- Bump auth0-js to 9.13.3 [\#1889](https://github.com/auth0/lock/pull/1889) ([stevehobbsdev](https://github.com/stevehobbsdev))
242
243## [v11.24.3](https://github.com/auth0/lock/tree/v11.24.3) (2020-06-19)
244
245[Full Changelog](https://github.com/auth0/lock/compare/v11.24.2...v11.24.3)
246
247**Fixed**
248
249- Allows i18n en lang override [\#1885](https://github.com/auth0/lock/pull/1885) ([davidpatrick](https://github.com/davidpatrick))
250- Show the "Can't be blank" message under the password input [\#1882](https://github.com/auth0/lock/pull/1882) ([adamjmcgrath](https://github.com/adamjmcgrath))
251
252**Security**
253
254- [Security] Bump websocket-extensions from 0.1.3 to 0.1.4 [\#1880](https://github.com/auth0/lock/pull/1880) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
255
256## [v11.24.2](https://github.com/auth0/lock/tree/v11.24.2) (2020-06-05)
257
258[Full Changelog](https://github.com/auth0/lock/compare/v11.24.1...v11.24.2)
259
260**Fixed**
261
262- [SDK-1556] Apply window height style to root document for Passwordless UI [\#1878](https://github.com/auth0/lock/pull/1878) ([stevehobbsdev](https://github.com/stevehobbsdev))
263- Add !hostedLoginPage condition to redirect check [\#1876](https://github.com/auth0/lock/pull/1876) ([stevehobbsdev](https://github.com/stevehobbsdev))
264- Header height not updated when Lock dialog is closed and reopened [\#1874](https://github.com/auth0/lock/pull/1874) ([adamjmcgrath](https://github.com/adamjmcgrath))
265- z-index needs to be less than the close button to avoid hiding it [\#1872](https://github.com/auth0/lock/pull/1872) ([adamjmcgrath](https://github.com/adamjmcgrath))
266
267## [v11.24.1](https://github.com/auth0/lock/tree/v11.24.1) (2020-05-18)
268
269[Full Changelog](https://github.com/auth0/lock/compare/v11.24.0...v11.24.1)
270
271**Fixed**
272
273- [ESD-6221] Remove CSS variable from header height calculation [\#1867](https://github.com/auth0/lock/pull/1867) ([stevehobbsdev](https://github.com/stevehobbsdev))
274
275## [v11.24.0](https://github.com/auth0/lock/tree/v11.24.0) (2020-05-11)
276
277[Full Changelog](https://github.com/auth0/lock/compare/v11.23.1...v11.24.0)
278
279**Added**
280
281- Add support for google recaptcha [\#1845](https://github.com/auth0/lock/pull/1845) ([kusold](https://github.com/kusold))
282
283**Fixed**
284
285- Fix header height calculation for large titles [\#1859](https://github.com/auth0/lock/pull/1859) ([stevehobbsdev](https://github.com/stevehobbsdev))
286- Typo fix in username.js [\#1857](https://github.com/auth0/lock/pull/1857) ([thduttonuk](https://github.com/thduttonuk))
287- Fix send sms error event [\#1856](https://github.com/auth0/lock/pull/1856) ([blankg](https://github.com/blankg))
288
289## [v11.23.1](https://github.com/auth0/lock/tree/v11.23.1) (2020-04-20)
290
291[Full Changelog](https://github.com/auth0/lock/compare/v11.23.0...v11.23.1)
292
293**Fixed**
294
295- [ESD-5299] Bug with the special characters password hint [\#1847](https://github.com/auth0/lock/pull/1847) ([adamjmcgrath](https://github.com/adamjmcgrath))
296- [ESD-5397] Fix header z-index [\#1846](https://github.com/auth0/lock/pull/1846) ([stevehobbsdev](https://github.com/stevehobbsdev))
297
298**Security**
299
300- Upgraded dependencies from security advisories [\#1848](https://github.com/auth0/lock/pull/1848) ([stevehobbsdev](https://github.com/stevehobbsdev))
301- Bump auth0-js from 9.13.1 to 9.13.2 [\#1844](https://github.com/auth0/lock/pull/1844) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
302
303## [v11.23.0](https://github.com/auth0/lock/tree/v11.23.0) (2020-04-02)
304
305[Full Changelog](https://github.com/auth0/lock/compare/v11.22.5...v11.23.0)
306
307**Added**
308
309- Add invalidHint to phoneNumberInput (fix issue #1836) [\#1837](https://github.com/auth0/lock/pull/1837) ([blankg](https://github.com/blankg))
310
311**Fixed**
312
313- [SDK-1413] Re-added scrollbars and fixed password strength popup clip issue [\#1839](https://github.com/auth0/lock/pull/1839) ([stevehobbsdev](https://github.com/stevehobbsdev))
314- Add 'social_signup_needs_terms_acception' Japanese translation [\#1835](https://github.com/auth0/lock/pull/1835) ([mag-chang](https://github.com/mag-chang))
315
316**Dependencies**
317
318- Bumped auth0-js to 9.13.1 [\#1842](https://github.com/auth0/lock/pull/1842) ([stevehobbsdev](https://github.com/stevehobbsdev))
319
320## [v11.22.5](https://github.com/auth0/lock/tree/v11.22.5) (2020-03-25)
321
322[Full Changelog](https://github.com/auth0/lock/compare/v11.22.4...v11.22.5)
323
324**Added**
325
326- add Azerbaijan language [\#1828](https://github.com/auth0/lock/pull/1828) ([Haqverdi](https://github.com/Haqverdi))
327
328## [v11.22.4](https://github.com/auth0/lock/tree/v11.22.4) (2020-03-06)
329
330[Full Changelog](https://github.com/auth0/lock/compare/v11.22.3...v11.22.4)
331
332**Fixed**
333
334- [CAUTH-373] do not autologin the user if captcha is required [\#1818](https://github.com/auth0/lock/pull/1818) ([jfromaniello](https://github.com/jfromaniello))
335
336## [v11.22.3](https://github.com/auth0/lock/tree/v11.22.3) (2020-03-04)
337
338[Full Changelog](https://github.com/auth0/lock/compare/v11.22.2...v11.22.3)
339
340**Fixed**
341
342- [SDK-1389] Applied appearance styles for Bootstrap in Safari [\#1815](https://github.com/auth0/lock/pull/1815) ([stevehobbsdev](https://github.com/stevehobbsdev))
343
344## [v11.22.2](https://github.com/auth0/lock/tree/v11.22.2) (2020-02-20)
345
346[Full Changelog](https://github.com/auth0/lock/compare/v11.22.1...v11.22.2)
347
348**Changed**
349
350- Change Sign in with Apple button background to full black [\#1811](https://github.com/auth0/lock/pull/1811) ([stevehobbsdev](https://github.com/stevehobbsdev))
351
352**Fixed**
353
354- Update cs.js - plural adjustments [\#1810](https://github.com/auth0/lock/pull/1810) ([stevehobbsdev](https://github.com/stevehobbsdev))
355
356## [v11.22.1](https://github.com/auth0/lock/tree/v11.22.1) (2020-02-18)
357
358[Full Changelog](https://github.com/auth0/lock/compare/v11.22.0...v11.22.1)
359
360**Fixed**
361
362- [SDK-1361] Fix missing padding on social buttons [\#1808](https://github.com/auth0/lock/pull/1808) ([stevehobbsdev](https://github.com/stevehobbsdev))
363
364## [v11.22.0](https://github.com/auth0/lock/tree/v11.22.0) (2020-02-17)
365
366[Full Changelog](https://github.com/auth0/lock/compare/v11.21.1...v11.22.0)
367
368**Changed**
369
370- [SDK-1373] Added style rules to handle overflow and scroll [\#1803](https://github.com/auth0/lock/pull/1803) ([stevehobbsdev](https://github.com/stevehobbsdev))
371- [SDK-1361] Adjust styling for social buttons and Apple compliance [\#1801](https://github.com/auth0/lock/pull/1801) ([stevehobbsdev](https://github.com/stevehobbsdev))
372- Return results with signup success callback [\#1799](https://github.com/auth0/lock/pull/1799) ([bstaley](https://github.com/bstaley))
373
374**Fixed**
375
376- [SDK-1374] Email input now uses type="email" [\#1802](https://github.com/auth0/lock/pull/1802) ([stevehobbsdev](https://github.com/stevehobbsdev))
377
378## [v11.21.1](https://github.com/auth0/lock/tree/v11.21.1) (2020-02-03)
379
380[Full Changelog](https://github.com/auth0/lock/compare/v11.21.0...v11.21.1)
381
382**Fixed**
383
384- [SDK-1300] Added missing translation keys for 6 EU languages [\#1791](https://github.com/auth0/lock/pull/1791) ([stevehobbsdev](https://github.com/stevehobbsdev))
385
386## [v11.21.0](https://github.com/auth0/lock/tree/v11.21.0) (2020-01-30)
387
388[Full Changelog](https://github.com/auth0/lock/compare/v11.20.4...v11.21.0)
389
390**Security**
391
392- Make placeholder text-only, add new placeholderHTML for additionalSignUpFields [\#1788](https://github.com/auth0/lock/pull/1788) ([davidpatrick](https://github.com/davidpatrick))
393
394## [v11.20.4](https://github.com/auth0/lock/tree/v11.20.4) (2020-01-29)
395
396[Full Changelog](https://github.com/auth0/lock/compare/v11.20.3...v11.20.4)
397
398**Fixed**
399
400- Fix for login button being cut off on some mobile devices [\#1785](https://github.com/auth0/lock/pull/1785) ([stevehobbsdev](https://github.com/stevehobbsdev))
401- Emit authorization_error event on passwordless error [\#1784](https://github.com/auth0/lock/pull/1784) ([stevehobbsdev](https://github.com/stevehobbsdev))
402
403## [v11.20.3](https://github.com/auth0/lock/tree/v11.20.3) (2020-01-15)
404
405[Full Changelog](https://github.com/auth0/lock/compare/v11.20.2...v11.20.3)
406
407**Changed**
408
409- Bumped Auth0.js to 9.12.2 [\#1780](https://github.com/auth0/lock/pull/1780) ([stevehobbsdev](https://github.com/stevehobbsdev))
410- Prevent loading overlay from showing when using Sign In With Apple [\#1779](https://github.com/auth0/lock/pull/1779) ([stevehobbsdev](https://github.com/stevehobbsdev))
411
412**Fixed**
413
414- Fix translation pt-PT [\#1776](https://github.com/auth0/lock/pull/1776) ([mario-moura-silva](https://github.com/mario-moura-silva))
415
416## [v11.20.2](https://github.com/auth0/lock/tree/v11.20.2) (2020-01-06)
417
418[Full Changelog](https://github.com/auth0/lock/compare/v11.20.1...v11.20.2)
419
420**Fixed**
421
422- [CAUTH-277] prevent posting when captcha is required and empty [\#1774](https://github.com/auth0/lock/pull/1774) ([jfromaniello](https://github.com/jfromaniello))
423
424## [v11.20.1](https://github.com/auth0/lock/tree/v11.20.1) (2019-12-20)
425
426[Full Changelog](https://github.com/auth0/lock/compare/v11.20.0...v11.20.1)
427
428**Fixed**
429
430- Set the default token validation leeway to 60 sec [\#1770](https://github.com/auth0/lock/pull/1770) ([stevehobbsdev](https://github.com/stevehobbsdev))
431
432## [v11.20.0](https://github.com/auth0/lock/tree/v11.20.0) (2019-12-16)
433
434[Full Changelog](https://github.com/auth0/lock/compare/v11.19.0...v11.20.0)
435
436**Added**
437
438- add captcha support [\#1765](https://github.com/auth0/lock/pull/1765) ([jfromaniello](https://github.com/jfromaniello))
439
440**Security**
441
442- [SDK-980] Bumped auth0.js to 9.12.0 [\#1767](https://github.com/auth0/lock/pull/1767) ([stevehobbsdev](https://github.com/stevehobbsdev))
443
444## [v11.19.0](https://github.com/auth0/lock/tree/v11.19.0) (2019-12-04)
445
446[Full Changelog](https://github.com/auth0/lock/compare/v11.18.1...v11.19.0)
447
448**Added**
449
450- New Feature: Signup Success Event [\#1754](https://github.com/auth0/lock/pull/1754) ([fostergn](https://github.com/fostergn))
451
452**Fixed**
453
454- [SDK-1191] Lock social buttons now render as links instead of buttons [\#1760](https://github.com/auth0/lock/pull/1760) ([stevehobbsdev](https://github.com/stevehobbsdev))
455- [SDK-1141] Altered readme samples to remove ref to localstorage [\#1759](https://github.com/auth0/lock/pull/1759) ([stevehobbsdev](https://github.com/stevehobbsdev))
456- Applied overflow style only on mobile views [\#1758](https://github.com/auth0/lock/pull/1758) ([stevehobbsdev](https://github.com/stevehobbsdev))
457- Bugfix for WebExtension [\#1750](https://github.com/auth0/lock/pull/1750) ([STK913](https://github.com/STK913))
458
459## [v11.18.1](https://github.com/auth0/lock/tree/v11.18.1) (2019-10-28)
460
461[Full Changelog](https://github.com/auth0/lock/compare/v11.18.0...v11.18.1)
462
463**Added**
464
465- added hungarian transalation for social_signup_needs_terms_acception [\#1744](https://github.com/auth0/lock/pull/1744) ([smatyas](https://github.com/smatyas))
466- Add a Lock event 'sso login' [\#1742](https://github.com/auth0/lock/pull/1742) ([countergram](https://github.com/countergram))
467- fix: Add missing property for finnish translation [\#1740](https://github.com/auth0/lock/pull/1740) ([petetnt](https://github.com/petetnt))
468
469**Fixed**
470
471- Reset .auth0-lock-form display to 'initial' for iPhone [\#1745](https://github.com/auth0/lock/pull/1745) ([stevehobbsdev](https://github.com/stevehobbsdev))
472
473## [v11.18.0](https://github.com/auth0/lock/tree/v11.18.0) (2019-10-10)
474
475[Full Changelog](https://github.com/auth0/lock/compare/v11.17.3...v11.18.0)
476
477**Changed**
478
479- Relaxing the email validation [\#1735](https://github.com/auth0/lock/pull/1735) ([luisrudge](https://github.com/luisrudge))
480- Fix social button interactions when terms have not been accepted [\#1733](https://github.com/auth0/lock/pull/1733) ([luisrudge](https://github.com/luisrudge))
481
482**Fixed**
483
484- Map password_expired to password_change_required [\#1730](https://github.com/auth0/lock/pull/1730) ([luisrudge](https://github.com/luisrudge))
485
486## [v11.17.3](https://github.com/auth0/lock/tree/v11.17.3) (2019-10-03)
487
488[Full Changelog](https://github.com/auth0/lock/compare/v11.17.2...v11.17.3)
489
490**Fixed**
491
492- Fix Title cropping and password instructions tooltip [\#1728](https://github.com/auth0/lock/pull/1728) ([thisis-Shitanshu](https://github.com/thisis-Shitanshu))
493- Fix pt language issue [\#1726](https://github.com/auth0/lock/pull/1726) ([jogee](https://github.com/jogee))
494
495## [v11.17.2](https://github.com/auth0/lock/tree/v11.17.2) (2019-08-08)
496
497[Full Changelog](https://github.com/auth0/lock/compare/v11.17.1...v11.17.2)
498
499## [v11.17.1](https://github.com/auth0/lock/tree/v11.17.1) (2019-07-23)
500
501[Full Changelog](https://github.com/auth0/lock/compare/v11.17.0...v11.17.1)
502
503**Fixed**
504
505- Use cdn-uploader from NPM.
506
507## [v11.17.0](https://github.com/auth0/lock/tree/v11.17.0) (2019-07-15)
508
509[Full Changelog](https://github.com/auth0/lock/compare/v11.16.3...v11.17.0)
510
511**Added**
512
513- Add validation to new root profile attributes [\#1657](https://github.com/auth0/lock/pull/1657) ([luisrudge](https://github.com/luisrudge))
514- Add support for signup with root level attributes [\#1656](https://github.com/auth0/lock/pull/1656) ([luisrudge](https://github.com/luisrudge))
515
516## [v11.16.3](https://github.com/auth0/lock/tree/v11.16.3) (2019-06-11)
517
518[Full Changelog](https://github.com/auth0/lock/compare/v11.16.2...v11.16.3)
519
520**Added**
521
522- Add support for Apple strategy [\#1674](https://github.com/auth0/lock/pull/1674) ([astanciu](https://github.com/astanciu))
523
524**Fixed**
525
526- Fix password policy when using tenant connections [\#1664](https://github.com/auth0/lock/pull/1664) ([luisrudge](https://github.com/luisrudge))
527
528## [v11.16.2](https://github.com/auth0/lock/tree/v11.16.2) (2019-06-03)
529
530[Full Changelog](https://github.com/auth0/lock/compare/v11.16.1...v11.16.2)
531
532**Fixed**
533
534- Fixed telemetry
535
536## [v11.16.1](https://github.com/auth0/lock/tree/v11.16.1) (2019-06-03)
537
538[Full Changelog](https://github.com/auth0/lock/compare/v11.16.0...v11.16.1)
539
540**Added**
541
542- Add error message for too_many_requests [\#1655](https://github.com/auth0/lock/pull/1655) ([luisrudge](https://github.com/luisrudge))
543- Add translation for Bulgarian (bg). [\#1652](https://github.com/auth0/lock/pull/1652) ([alex-mo](https://github.com/alex-mo))
544
545**Fixed**
546
547- Prevent form submit when password is empty [\#1654](https://github.com/auth0/lock/pull/1654) ([luisrudge](https://github.com/luisrudge))
548- Fix destroying lock instance [\#1653](https://github.com/auth0/lock/pull/1653) ([luisrudge](https://github.com/luisrudge))
549
550## [v11.16.0](https://github.com/auth0/lock/tree/v11.16.0) (2019-05-06)
551
552[Full Changelog](https://github.com/auth0/lock/compare/v11.15.0...v11.16.0)
553
554**Changed**
555
556- Remove socialButtonStyle option to use small icons [\#1637](https://github.com/auth0/lock/pull/1637) ([luisrudge](https://github.com/luisrudge))
557
558_From this release on, the option to display social connections in small styled buttons is no longer available due to branding compliance reasons. All the social connections will now be displayed as large styled buttons._
559
560**Fixed**
561
562- Fix IE11 height [\#1641](https://github.com/auth0/lock/pull/1641) ([luisrudge](https://github.com/luisrudge))
563
564## [v11.15.0](https://github.com/auth0/lock/tree/v11.15.0) (2019-04-16)
565
566[Full Changelog](https://github.com/auth0/lock/compare/v11.14.1...v11.15.0)
567
568**Changed**
569
570- Changes german translation of 'sign up' from 'Anmelden' to 'Registrieren; [\#1627](https://github.com/auth0/lock/pull/1627) ([PapaMufflon](https://github.com/PapaMufflon))
571- Update telemetry format and rules [\#1624](https://github.com/auth0/lock/pull/1624) ([luisrudge](https://github.com/luisrudge))
572
573**Fixed**
574
575- Fix layout when using big string for terms [\#1631](https://github.com/auth0/lock/pull/1631) ([luisrudge](https://github.com/luisrudge))
576- Use new facebook icon [\#1630](https://github.com/auth0/lock/pull/1630) ([luisrudge](https://github.com/luisrudge))
577- Added `login_required` to unhandled authorization errors [\#1629](https://github.com/auth0/lock/pull/1629) ([benhamiltonpro](https://github.com/benhamiltonpro))
578- Fix error message overflow [\#1628](https://github.com/auth0/lock/pull/1628) ([luisrudge](https://github.com/luisrudge))
579
580## [v11.14.1](https://github.com/auth0/lock/tree/v11.14.1) (2019-03-18)
581
582[Full Changelog](https://github.com/auth0/lock/compare/v11.14.0...v11.14.1)
583
584**Fixed**
585
586- Fix/avatar crop header mobile [\#1621](https://github.com/auth0/lock/pull/1621) ([luisrudge](https://github.com/luisrudge))
587- Improve greek translation [\#1614](https://github.com/auth0/lock/pull/1614) ([esarafianou](https://github.com/esarafianou))
588- Upgrade Auth0.js to 9.10.1
589
590## [v11.14.0](https://github.com/auth0/lock/tree/v11.14.0) (2019-01-30)
591
592[Full Changelog](https://github.com/auth0/lock/compare/v11.13.2...v11.14.0)
593
594**Changed**
595
596- Upgrade Auth0.js to trim email, username and phoneNumber on every request [\#1596](https://github.com/auth0/lock/pull/1596) ([luisrudge](https://github.com/luisrudge))
597
598## [v11.13.2](https://github.com/auth0/lock/tree/v11.13.2) (2019-01-28)
599
600[Full Changelog](https://github.com/auth0/lock/compare/v11.13.1...v11.13.2)
601
602**Fixed**
603
604- Fix lock center position with scroll across browsers [\#1594](https://github.com/auth0/lock/pull/1594) ([luisrudge](https://github.com/luisrudge))
605
606## [v11.13.1](https://github.com/auth0/lock/tree/v11.13.1) (2019-01-23)
607
608[Full Changelog](https://github.com/auth0/lock/compare/v11.13.0...v11.13.1)
609
610**Fixed**
611
612- Upgrade Auth0.js with fix for storage inside the Hosted Login Page [\#1592](https://github.com/auth0/lock/pull/1592) ([luisrudge](https://github.com/luisrudge))
613
614## [v11.13.0](https://github.com/auth0/lock/tree/v11.13.0) (2019-01-15)
615
616[Full Changelog](https://github.com/auth0/lock/compare/v11.12.1...v11.13.0)
617
618**Added**
619
620- Adding terms for passwordless [\#1424](https://github.com/auth0/lock/pull/1424) ([luisrudge](https://github.com/luisrudge))
621
622**Changed**
623
624- Don't use storage when inside the Universal Login Page (Auth0.js update) [\#1587](https://github.com/auth0/lock/pull/1587) ([luisrudge](https://github.com/luisrudge))
625
626**Fixed**
627
628- Fixed missing scroll issue for sign up [\#1566](https://github.com/auth0/lock/pull/1566) ([degrammer](https://github.com/degrammer))
629
630## [v11.12.1](https://github.com/auth0/lock/tree/v11.12.1) (2018-11-23)
631
632[Full Changelog](https://github.com/auth0/lock/compare/v11.12.0...v11.12.1)
633
634**Fixed**
635
636- Fix `lock is undefined` error in non-redirect scenarios [\#1557](https://github.com/auth0/lock/pull/1557) ([luisrudge](https://github.com/luisrudge))
637
638## [v11.12.0](https://github.com/auth0/lock/tree/v11.12.0) (2018-11-19)
639
640[Full Changelog](https://github.com/auth0/lock/compare/v11.11.0...v11.12.0)
641
642**Added**
643
644- Add ids to inputs and buttons [\#1517](https://github.com/auth0/lock/pull/1517) ([tingaloo](https://github.com/tingaloo))
645- Add `showTerms` option [\#1485](https://github.com/auth0/lock/pull/1485) ([luisrudge](https://github.com/luisrudge))
646
647**Changed**
648
649- Trim auth params before sending to the API (not while typing) [\#1546](https://github.com/auth0/lock/pull/1546) ([luisrudge](https://github.com/luisrudge))
650
651**Fixed**
652
653- Fix padding in all screens [\#1547](https://github.com/auth0/lock/pull/1547) ([luisrudge](https://github.com/luisrudge))
654- Fix IE10 script error [\#1542](https://github.com/auth0/lock/pull/1542) ([luisrudge](https://github.com/luisrudge))
655- Fix mobile styles using different heights [\#1539](https://github.com/auth0/lock/pull/1539) ([luisrudge](https://github.com/luisrudge))
656
657## [v11.11.0](https://github.com/auth0/lock/tree/v11.11.0) (2018-10-23)
658
659[Full Changelog](https://github.com/auth0/lock/compare/v11.10.0...v11.11.0)
660
661**Added**
662
663- Add prefill support to Auth0LockPasswordless [\#1505](https://github.com/auth0/lock/pull/1505) ([luisrudge](https://github.com/luisrudge))
664- Add `ariaLabel` option for custom fields [\#1492](https://github.com/auth0/lock/pull/1492) ([Splact](https://github.com/Splact))
665
666**Fixed**
667
668- Fix google button styles according to google's guidelines [\#1512](https://github.com/auth0/lock/pull/1512) ([luisrudge](https://github.com/luisrudge))
669- [Sustainment] Fixed Reset Password Avatar/Enterprise Issue [\#1504](https://github.com/auth0/lock/pull/1504) ([cocojoe](https://github.com/cocojoe))
670- Remove aria-describedby on missing ref [\#1497](https://github.com/auth0/lock/pull/1497) ([Splact](https://github.com/Splact))
671
672## [v11.10.0](https://github.com/auth0/lock/tree/v11.10.0) (2018-09-27)
673
674[Full Changelog](https://github.com/auth0/lock/compare/v11.9.1...v11.10.0)
675
676**Changed**
677
678- Upgrade Auth0.js to use cookies instead of localStorage by default: [Read more](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v980-2018-09-26)
679
680## [v11.9.1](https://github.com/auth0/lock/tree/v11.9.1) (2018-09-10)
681
682[Full Changelog](https://github.com/auth0/lock/compare/v11.9.0...v11.9.1)
683
684**Fixed**
685
686- Use span for icon buttons [\#1478](https://github.com/auth0/lock/pull/1478) ([andrew-me](https://github.com/andrew-me))
687
688## [v11.9.0](https://github.com/auth0/lock/tree/v11.9.0) (2018-08-28)
689
690[Full Changelog](https://github.com/auth0/lock/compare/v11.8.1...v11.9.0)
691
692**Added**
693
694- Support new minimum password length parameter [\#1472](https://github.com/auth0/lock/pull/1472) ([luisrudge](https://github.com/luisrudge))
695- Improve accessibility [\#1471](https://github.com/auth0/lock/pull/1471) ([andrew-me](https://github.com/andrew-me))
696- Add a new type of additionalSignUpField: hidden [\#1459](https://github.com/auth0/lock/pull/1459) ([luisrudge](https://github.com/luisrudge))
697
698**Fixed**
699
700- Fixed login_hint in some enterprise authorize call scenarios [\#1460](https://github.com/auth0/lock/pull/1460) ([cocojoe](https://github.com/cocojoe))
701
702## [v11.8.1](https://github.com/auth0/lock/tree/v11.8.1) (2018-07-30)
703
704[Full Changelog](https://github.com/auth0/lock/compare/v11.8.0...v11.8.1)
705
706**Fixed**
707
708- Fix/sign up title inconsistenty [\#1457](https://github.com/auth0/lock/pull/1457) ([luisrudge](https://github.com/luisrudge))
709- Fix wrong autoComplete value in password_input [\#1456](https://github.com/auth0/lock/pull/1456) ([luisrudge](https://github.com/luisrudge))
710- Fix crash when showing lock for the second time with custom select input [\#1448](https://github.com/auth0/lock/pull/1448) ([luisrudge](https://github.com/luisrudge))
711- Moving the PasswordStrength component to below the password input [\#1444](https://github.com/auth0/lock/pull/1444) ([luisrudge](https://github.com/luisrudge))
712
713## [v11.8.0](https://github.com/auth0/lock/tree/v11.8.0) (2018-07-24)
714
715[Full Changelog](https://github.com/auth0/lock/compare/v11.7.2...v11.8.0)
716
717**Added**
718
719- Add allowPasswordAutocomplete option [\#1419](https://github.com/auth0/lock/pull/1419) ([jshado1](https://github.com/jshado1))
720
721**Changed**
722
723- Upgrade auth0.js to 9.7.3 [\#1442](https://github.com/auth0/lock/pull/1442) ([luisrudge](https://github.com/luisrudge))
724
725**Fixed**
726
727- Fix Configuration URL when using \_\_tenantInfo and a baseConfigurationURL [\#1425](https://github.com/auth0/lock/pull/1425) ([lbalmaceda](https://github.com/lbalmaceda))
728- Fix SSO screen not showing in some cases [\#1415](https://github.com/auth0/lock/pull/1415) ([luisrudge](https://github.com/luisrudge))
729- In SSO mode, hide the password input instead of removing it from the DOM [\#1407](https://github.com/auth0/lock/pull/1407) ([luisrudge](https://github.com/luisrudge))
730
731## [v11.7.2](https://github.com/auth0/lock/tree/v11.7.2) (2018-06-07)
732
733[Full Changelog](https://github.com/auth0/lock/compare/v11.7.1...v11.7.2)
734
735**Added**
736
737- Added an i18n file for the Norwegian Nynorsk language [\#1398](https://github.com/auth0/lock/pull/1398) ([cjrorvik](https://github.com/cjrorvik))
738
739**Fixed**
740
741- SSO: Fallback to email if the username field is empty [\#1400](https://github.com/auth0/lock/pull/1400) ([sandrinodimattia](https://github.com/sandrinodimattia))
742- Fixed some typos and corrected some mistakes in the Norwegian Bokmaal [\#1399](https://github.com/auth0/lock/pull/1399) ([cjrorvik](https://github.com/cjrorvik))
743
744## [v11.7.1](https://github.com/auth0/lock/tree/v11.7.1) (2018-06-01)
745
746[Full Changelog](https://github.com/auth0/lock/compare/v11.7.0...v11.7.1)
747
748**Fixed**
749
750- Fix IE submit button display:initial issue [\#1394](https://github.com/auth0/lock/pull/1394) ([luisrudge](https://github.com/luisrudge))
751
752## [v11.7.0](https://github.com/auth0/lock/tree/v11.7.0) (2018-05-28)
753
754[Full Changelog](https://github.com/auth0/lock/compare/v11.6.1...v11.7.0)
755
756**Fixed**
757
758- Display error for all enterprise connections in the reset password screen [\#1384](https://github.com/auth0/lock/pull/1384) ([luisrudge](https://github.com/luisrudge))
759- Hide password strength message when the password is valid [\#1382](https://github.com/auth0/lock/pull/1382) ([luisrudge](https://github.com/luisrudge))
760- Fixed Turkish translation [\#1379](https://github.com/auth0/lock/pull/1379) ([saltukalakus](https://github.com/saltukalakus))
761- Fix IE default redirect url [\#1373](https://github.com/auth0/lock/pull/1373) ([luisrudge](https://github.com/luisrudge))
762
763## [v11.6.1](https://github.com/auth0/lock/tree/v11.6.1) (2018-05-02)
764
765[Full Changelog](https://github.com/auth0/lock/compare/v11.6.0...v11.6.1)
766
767**Fixed**
768
769- Fix rendering issue on iOS devices [\#1365](https://github.com/auth0/lock/pull/1365) ([luisrudge](https://github.com/luisrudge))
770
771## [v11.6.0](https://github.com/auth0/lock/tree/v11.6.0) (2018-04-24)
772
773[Full Changelog](https://github.com/auth0/lock/compare/v11.5.2...v11.6.0)
774
775**Added**
776
777- Add signup error to valid events [\#1329](https://github.com/auth0/lock/pull/1329) ([yveswehrli](https://github.com/yveswehrli))
778
779**Changed**
780
781- Upgrade auth0-js to 9.5.0. See auth0-js' changelog [here](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v950-2018-04-24).
782 **Fixed**
783- Show spinner when doing quick auth [\#1346](https://github.com/auth0/lock/pull/1346) ([luisrudge](https://github.com/luisrudge))
784- Fix danish translation [\#1338](https://github.com/auth0/lock/pull/1338) ([luisrudge](https://github.com/luisrudge))
785- Fix getSSOData not sending custom nonce/state [\#1333](https://github.com/auth0/lock/pull/1333) ([luisrudge](https://github.com/luisrudge))
786
787## [v11.5.2](https://github.com/auth0/lock/tree/v11.5.2) (2018-03-28)
788
789[Full Changelog](https://github.com/auth0/lock/compare/v11.5.1...v11.5.2)
790
791**Added**
792
793- Add jwksURI override option [\#1321](https://github.com/auth0/lock/pull/1321) ([luisrudge](https://github.com/luisrudge))
794
795## [v11.5.1](https://github.com/auth0/lock/tree/v11.5.1) (2018-03-22)
796
797[Full Changelog](https://github.com/auth0/lock/compare/v11.5.0...v11.5.1)
798
799## [v11.5.0](https://github.com/auth0/lock/tree/v11.5.0) (2018-03-22)
800
801[Full Changelog](https://github.com/auth0/lock/compare/v11.4.0...v11.5.0)
802
803**Changed**
804
805- updating auth0-js with impersonation and access token validation changes [\#1308](https://github.com/auth0/lock/pull/1308) ([luisrudge](https://github.com/luisrudge))
806
807**Fixed**
808
809- Fix inconsistent state assignment when parsing a hash [\#1309](https://github.com/auth0/lock/pull/1309) ([luisrudge](https://github.com/luisrudge))
810- Fixed German translations [\#1307](https://github.com/auth0/lock/pull/1307) ([roschaefer](https://github.com/roschaefer))
811- Fixing IE lack of support for `includes` [\#1298](https://github.com/auth0/lock/pull/1298) ([luisrudge](https://github.com/luisrudge))
812- Fix Japanese translations [\#1295](https://github.com/auth0/lock/pull/1295) ([hiro1107](https://github.com/hiro1107))
813
814## [v11.4.0](https://github.com/auth0/lock/tree/v11.4.0) (2018-03-12)
815
816[Full Changelog](https://github.com/auth0/lock/compare/v11.3.1...v11.4.0)
817
818**Added**
819
820- Update auth0.js and add flag to enable impersonation [\#1290](https://github.com/auth0/lock/pull/1290) ([luisrudge](https://github.com/luisrudge))
821
822**Changed**
823
824- Making HRD work in signup page and showing an error when HRD is detected in the forgot password page [\#1278](https://github.com/auth0/lock/pull/1278) ([luisrudge](https://github.com/luisrudge))
825
826**Fixed**
827
828- Fix inconsistent screen title [\#1288](https://github.com/auth0/lock/pull/1288) ([luisrudge](https://github.com/luisrudge))
829- Always remove spaces from email and username [\#1280](https://github.com/auth0/lock/pull/1280) ([luisrudge](https://github.com/luisrudge))
830
831## [v11.3.1](https://github.com/auth0/lock/tree/v11.3.1) (2018-02-28)
832
833[Full Changelog](https://github.com/auth0/lock/compare/v11.3.0...v11.3.1)
834
835**Fixed**
836
837- Add enterprise mapping to the auth0-oidc strategy [\#1275](https://github.com/auth0/lock/pull/1275) ([luisrudge](https://github.com/luisrudge))
838
839## [v11.3.0](https://github.com/auth0/lock/tree/v11.3.0) (2018-02-22)
840
841[Full Changelog](https://github.com/auth0/lock/compare/v11.2.3...v11.3.0)
842
843**Fixed**
844
845- Fix Lock Passwordless feature parity (events and quick auth screen) [\#1267](https://github.com/auth0/lock/pull/1267) ([luisrudge](https://github.com/luisrudge))
846- Removing legacy COA mapping + fixing access_denied mapping [\#1266](https://github.com/auth0/lock/pull/1266) ([luisrudge](https://github.com/luisrudge))
847- Only call getSSOData when rememberLastLogin is true [\#1265](https://github.com/auth0/lock/pull/1265) ([luisrudge](https://github.com/luisrudge))
848- Upgrade auth0-js to 9.3.0. See auth0-js' changelog [here](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v930-2018-02-22).
849
850## [v11.2.3](https://github.com/auth0/lock/tree/v11.2.3) (2018-02-08)
851
852[Full Changelog](https://github.com/auth0/lock/compare/v11.2.2...v11.2.3)
853
854**Fixed**
855
856- Fixing Auth0LockPasswordless export [\#1259](https://github.com/auth0/lock/pull/1259) ([luisrudge](https://github.com/luisrudge))
857- Fix sso warning [\#1258](https://github.com/auth0/lock/pull/1258) ([luisrudge](https://github.com/luisrudge))
858
859## [v11.2.2](https://github.com/auth0/lock/tree/v11.2.2) (2018-02-06)
860
861[Full Changelog](https://github.com/auth0/lock/compare/v11.2.1...v11.2.2)
862
863**Fixed**
864
865- Upgrade a0js to fix popup mode with passwordless [\#1251](https://github.com/auth0/lock/pull/1251) ([luisrudge](https://github.com/luisrudge))
866
867## [v11.2.1](https://github.com/auth0/lock/tree/v11.2.1) (2018-02-02)
868
869[Full Changelog](https://github.com/auth0/lock/compare/v11.2.0...v11.2.1)
870
871**Fixed**
872
873- DIsable HRD check for passwordless connections [\#1248](https://github.com/auth0/lock/pull/1248) ([luisrudge](https://github.com/luisrudge))
874
875## [v11.2.0](https://github.com/auth0/lock/tree/v11.2.0) (2018-02-02)
876
877[Full Changelog](https://github.com/auth0/lock/compare/v11.1.3...v11.2.0)
878
879**Changed**
880
881- call /ssodata when inside the universal login page [\#1245](https://github.com/auth0/lock/pull/1245) ([luisrudge](https://github.com/luisrudge))
882- Handling embedded and universal login in the same application [\#1243](https://github.com/auth0/lock/pull/1243) ([luisrudge](https://github.com/luisrudge))
883
884## [v11.1.3](https://github.com/auth0/lock/tree/v11.1.3) (2018-01-29)
885
886[Full Changelog](https://github.com/auth0/lock/compare/v11.1.2...v11.1.3)
887
888**Changed**
889
890- Update auth0.js [auth0.js changelog](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v913-2018-01-29)
891
892## [v11.1.2](https://github.com/auth0/lock/tree/v11.1.2) (2018-01-26)
893
894[Full Changelog](https://github.com/auth0/lock/compare/v11.1.1...v11.1.2)
895
896**Changed**
897
898- Update auth0.js [auth0.js changelog](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v912-2018-01-26)
899
900## [v11.1.1](https://github.com/auth0/lock/tree/v11.1.1) (2018-01-24)
901
902[Full Changelog](https://github.com/auth0/lock/compare/v11.1.0...v11.1.1)
903
904**Changed**
905
906- Update auth0.js [auth0.js changelog](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v911-2018-01-24)
907
908## [v11.1.0](https://github.com/auth0/lock/tree/v11.1.0) (2018-01-16)
909
910[Full Changelog](https://github.com/auth0/lock/compare/v11.0.1...v11.1.0)
911
912**Changed**
913
914- Update auth0.js [\#1225](https://github.com/auth0/lock/pull/1225) ([luisrudge](https://github.com/luisrudge))
915
916## [v11.0.0](https://github.com/auth0/lock/tree/v11.0.0) (2017-12-21)
917
918[Full Changelog](https://github.com/auth0/lock/compare/v10.23.0...v11.0.0)
919
920Lock v11 is designed for embedded login scenarios and **is not supported in centralized login scenarios** (i.e. Hosted Login Pages). You need to keep using Lock v10 in the Hosted Login Page.
921
922We wrote a [Migration Guide](https://auth0.com/docs/libraries/lock/v11/migration-guide) to make upgrading your app easy.
923
924**Breaking change**
925`lock.getProfile` now expects an access_token as the first parameter. You'll need to update your code to change the parameter sent (v10 expected an id_token).
926
927**Removed**
928The `oidcConformant` flag was used to force Lock v10 to not call legacy endpoints. Lock v11 never uses legacy endpoint so the flag is not needed anymore. If specified, it will be ignored.
929
930**Changed**
931Lock v11 default the `scope` parameter to `openid profile email`. This is to make the 'Last Logged in With' window work.
932
933## [v10.23.1](https://github.com/auth0/lock/tree/v10.23.1) (2017-10-12)
934
935[Full Changelog](https://github.com/auth0/lock/compare/v10.23.0...v10.23.1)
936
937**Fixed**
938
939- Using correct suffix for animation [\#1146](https://github.com/auth0/lock/pull/1146) ([luisrudge](https://github.com/luisrudge))
940
941## [v10.23.0](https://github.com/auth0/lock/tree/v10.23.0) (2017-10-12)
942
943[Full Changelog](https://github.com/auth0/lock/compare/v10.22.0...v10.23.0)
944
945**Changed**
946
947- Pinning react version 15.6.2 [\#1142](https://github.com/auth0/lock/pull/1142) ([luisrudge](https://github.com/luisrudge))
948- upgrade auth0.js [\#1137](https://github.com/auth0/lock/pull/1137) ([luisrudge](https://github.com/luisrudge))
949- Upgrade react version [\#1135](https://github.com/auth0/lock/pull/1135) ([luisrudge](https://github.com/luisrudge))
950
951**Fixed**
952
953- Fix defaultUrl sending hash content [\#1132](https://github.com/auth0/lock/pull/1132) ([luisrudge](https://github.com/luisrudge))
954
955### ** NOTICE **
956
957We're trying to figure it out how to help customers that want to upgrade to react@16. The ideal would be to move react and react-dom to peerDependencies, but this would be a breaking change for most of our customers, so we're thinking this through.
958
959In the meantime, react@16 works just fine with this codebase. You'll just have to bundle both versions if you're not using yarn. If you are using yarn, however, you can use the `resolutions` field and pin react@16 to your repo.
960
961```
962{
963 "name": "test-test",
964 "version": "0.1.0",
965 "private": true,
966 "dependencies": {
967 "auth0-lock": "^10.23.0",
968 "react": "^16.0.0",
969 "react-dom": "^16.0.0",
970 "react-scripts": "^1.0.14"
971 },
972 "scripts": {
973 "start": "react-scripts start",
974 "build": "react-scripts build",
975 "test": "react-scripts test --env=jsdom",
976 "eject": "react-scripts eject"
977 },
978 "resolutions": {
979 "react": "16.0.0",
980 "react-dom": "16.0.0"
981 }
982}
983```
984
985## [v10.22.0](https://github.com/auth0/lock/tree/v10.22.0) (2017-09-26)
986
987[Full Changelog](https://github.com/auth0/lock/compare/v10.21.1...v10.22.0)
988
989**Added**
990
991- Adding oidcConformant readme entry [\#1119](https://github.com/auth0/lock/pull/1119) ([luisrudge](https://github.com/luisrudge))
992
993**Changed**
994
995- Make cross origin authentication the default in OIDC mode [\#1124](https://github.com/auth0/lock/pull/1124) ([luisrudge](https://github.com/luisrudge))
996
997## [v10.21.1](https://github.com/auth0/lock/tree/v10.21.1) (2017-09-21)
998
999[Full Changelog](https://github.com/auth0/lock/compare/v10.21.0...v10.21.1)
1000
1001**Fixed**
1002
1003- Fix resolved connection not being a Map object [\#1116](https://github.com/auth0/lock/pull/1116) ([luisrudge](https://github.com/luisrudge))
1004
1005## [v10.21.0](https://github.com/auth0/lock/tree/v10.21.0) (2017-09-21)
1006
1007[Full Changelog](https://github.com/auth0/lock/compare/v10.20.0...v10.21.0)
1008
1009**Added**
1010
1011- Add Estonian Translations [\#1099](https://github.com/auth0/lock/pull/1099) ([meikoudras](https://github.com/meikoudras))
1012
1013**Changed**
1014
1015- Changed the connectionResolver to run onSubmit instead of onBlur [\#1113](https://github.com/auth0/lock/pull/1113) ([luisrudge](https://github.com/luisrudge))
1016- Change translate for loginAtLabel [\#1110](https://github.com/auth0/lock/pull/1110) ([radu-carmina](https://github.com/radu-carmina))
1017
1018**Fixed**
1019
1020- Use resolvedConnection where available [\#1111](https://github.com/auth0/lock/pull/1111) ([lukevmorris](https://github.com/lukevmorris))
1021- Fix a few svg errors when used with global css rule [\#1103](https://github.com/auth0/lock/pull/1103) ([luisrudge](https://github.com/luisrudge))
1022- Links with # should use javascript:void(0) [\#1102](https://github.com/auth0/lock/pull/1102) ([luisrudge](https://github.com/luisrudge))
1023- Improve Danish translation [\#1097](https://github.com/auth0/lock/pull/1097) ([havgry](https://github.com/havgry))
1024- Fixed translations for Romanian and Slovenian [\#1092](https://github.com/auth0/lock/pull/1092) ([AdrianSima](https://github.com/AdrianSima))
1025
1026## [v10.20.0](https://github.com/auth0/lock/tree/v10.20.0) (2017-08-11)
1027
1028[Full Changelog](https://github.com/auth0/lock/compare/v10.19.0...v10.20.0)
1029
1030**Added**
1031
1032- Add Romanian translations [\#1074](https://github.com/auth0/lock/pull/1074) ([jogee](https://github.com/jogee))
1033- Add Slovenian translations [\#1073](https://github.com/auth0/lock/pull/1073) ([jogee](https://github.com/jogee))
1034
1035**Changed**
1036
1037- Update username allowed chars regex [\#1079](https://github.com/auth0/lock/pull/1079) ([luisrudge](https://github.com/luisrudge))
1038
1039**Fixed**
1040
1041- Fix custom theme for custom connections [\#1083](https://github.com/auth0/lock/pull/1083) ([luisrudge](https://github.com/luisrudge))
1042- Fix spacing using custom signup fields [\#1076](https://github.com/auth0/lock/pull/1076) ([luisrudge](https://github.com/luisrudge))
1043- Fixed Slovak translations [\#1069](https://github.com/auth0/lock/pull/1069) ([stajo1](https://github.com/stajo1))
1044
1045## [v10.19.0](https://github.com/auth0/lock/tree/v10.19.0) (2017-07-18)
1046
1047[Full Changelog](https://github.com/auth0/lock/compare/v10.18.0...v10.19.0)
1048
1049**Added**
1050
1051- Added `oidcConformant` entry to the readme [\#1054](https://github.com/auth0/lock/pull/1054) ([luisrudge](https://github.com/luisrudge))
1052- Added a custom connection resolver option [\#1052](https://github.com/auth0/lock/pull/1052) ([luisrudge](https://github.com/luisrudge))
1053- Added Korean translation [\#1051](https://github.com/auth0/lock/pull/1051) ([couldseeme](https://github.com/couldseeme))
1054
1055**Fixed**
1056
1057- Set the username to the previously used email when toggling hrd [\#1056](https://github.com/auth0/lock/pull/1056) ([luisrudge](https://github.com/luisrudge))
1058
1059## [v10.18.0](https://github.com/auth0/lock/tree/v10.18.0) (2017-06-23)
1060
1061[Full Changelog](https://github.com/auth0/lock/compare/v10.17.0...v10.18.0)
1062
1063**Added**
1064
1065- Add analytics events [\#1036](https://github.com/auth0/lock/pull/1036) ([francocorreasosa](https://github.com/francocorreasosa))
1066- Lang Afrikaans South Africa [\#1035](https://github.com/auth0/lock/pull/1035) ([jdunhin](https://github.com/jdunhin))
1067- Adding "show password" option [\#1029](https://github.com/auth0/lock/pull/1029) ([luisrudge](https://github.com/luisrudge))
1068
1069**Changed**
1070
1071- Upgrade React to fix IE11 issues [\#1039](https://github.com/auth0/lock/pull/1039) ([luisrudge](https://github.com/luisrudge))
1072
1073**Removed**
1074
1075- Removed node version restriction [\#1043](https://github.com/auth0/lock/pull/1043) ([luisrudge](https://github.com/luisrudge))
1076
1077**Fixed**
1078
1079- Fixing empty popup on signup [\#1048](https://github.com/auth0/lock/pull/1048) ([luisrudge](https://github.com/luisrudge))
1080- Adding a flag for cross-auth [\#1044](https://github.com/auth0/lock/pull/1044) ([luisrudge](https://github.com/luisrudge))
1081- Fix custom connection scopes [\#1038](https://github.com/auth0/lock/pull/1038) ([luisrudge](https://github.com/luisrudge))
1082
1083## [v10.17.0](https://github.com/auth0/lock/tree/v10.17.0) (2017-06-14)
1084
1085[Full Changelog](https://github.com/auth0/lock/compare/v10.16.0...v10.17.0)
1086
1087**Added**
1088
1089- Added allowAutoComplete ui option [\#1022](https://github.com/auth0/lock/pull/1022) ([luisrudge](https://github.com/luisrudge))
1090- When in OIDC mode, enterprise connections always go to IdP page [\#1019](https://github.com/auth0/lock/pull/1019) ([luisrudge](https://github.com/luisrudge))
1091- Added Cross Origin Auth support in OIDC mode [\#1013](https://github.com/auth0/lock/pull/1013) ([luisrudge](https://github.com/luisrudge))
1092- Emit authorization_error when username/password fails (invalid_user_password) [\#999](https://github.com/auth0/lock/pull/999) ([luisrudge](https://github.com/luisrudge))
1093
1094**Changed**
1095
1096- Improved Danish translation [\#1033](https://github.com/auth0/lock/pull/1033) ([denkristoffer](https://github.com/denkristoffer))
1097- Scroll to the error message by default [\#1023](https://github.com/auth0/lock/pull/1023) ([m-idler](https://github.com/m-idler))
1098- Enabled HTML formatting for flashMessages [\#1017](https://github.com/auth0/lock/pull/1017) ([dariobanfi](https://github.com/dariobanfi))
1099- package.json: ~ range allowed for auth0-js dep [\#1015](https://github.com/auth0/lock/pull/1015) ([lexaurin](https://github.com/lexaurin))
1100
1101**Fixed**
1102
1103- Removed extra scroll on mobile view [\#1031](https://github.com/auth0/lock/pull/1031) ([beneliflo](https://github.com/beneliflo))
1104- Fixing tooltip error in the email pane [\#1030](https://github.com/auth0/lock/pull/1030) ([luisrudge](https://github.com/luisrudge))
1105- Fix react-addons-css-transition-group issue [\#1001](https://github.com/auth0/lock/pull/1001) ([eoinmurray](https://github.com/eoinmurray))
1106- Fixed overrides sent to auth0.js [\#997](https://github.com/auth0/lock/pull/997) ([sandrinodimattia](https://github.com/sandrinodimattia))
1107
1108## [v10.16.0](https://github.com/auth0/lock/tree/v10.16.0) (2017-05-08)
1109
1110[Full Changelog](https://github.com/auth0/lock/compare/v10.15.1...v10.16.0)
1111
1112**Added**
1113
1114- Add form method [\#993](https://github.com/auth0/lock/pull/993) ([luisrudge](https://github.com/luisrudge))
1115
1116**Changed**
1117
1118- Update badge location for better performance and bundle max-age changes [\#995](https://github.com/auth0/lock/pull/995) ([ramasilveyra](https://github.com/ramasilveyra))
1119
1120**Fixed**
1121
1122- Fix long header title and Error messages overflow [\#990](https://github.com/auth0/lock/pull/990) ([beneliflo](https://github.com/beneliflo))
1123- Fix grammar mistake RU [\#988](https://github.com/auth0/lock/pull/988) ([uladar](https://github.com/uladar))
1124
1125## [v10.15.1](https://github.com/auth0/lock/tree/v10.15.1) (2017-04-25)
1126
1127[Full Changelog](https://github.com/auth0/lock/compare/v10.15.0...v10.15.1)
1128
1129**Fixed**
1130
1131- Moving dependencies to devDependencies [\#984](https://github.com/auth0/lock/pull/984) ([luisrudge](https://github.com/luisrudge))
1132
1133## [v10.15.0](https://github.com/auth0/lock/tree/v10.15.0) (2017-04-24)
1134
1135[Full Changelog](https://github.com/auth0/lock/compare/v10.14.0...v10.15.0)
1136
1137**Added**
1138
1139- Add support for paypal-sandbox strategy [\#975](https://github.com/auth0/lock/pull/975) ([ziluvatar](https://github.com/ziluvatar))
1140
1141**Changed**
1142
1143- Upgrade auth0-js to v8.6.0 [\#980](https://github.com/auth0/lock/pull/980) ([luisrudge](https://github.com/luisrudge))
1144- Adding prettier and a precommit script to format the code :tada: :lipstick: [\#977](https://github.com/auth0/lock/pull/977) ([luisrudge](https://github.com/luisrudge))
1145- Upgrading usage of prop-types to new package [\#971](https://github.com/auth0/lock/pull/971) ([luisrudge](https://github.com/luisrudge))
1146- Use replaceState for better browser history experience [\#967](https://github.com/auth0/lock/pull/967) ([selaux](https://github.com/selaux))
1147- Renaming internal `signOut` methods with `logout` to keep it consistent [\#966](https://github.com/auth0/lock/pull/966) ([luisrudge](https://github.com/luisrudge))
1148- Improve error handling of sync with better errors [\#961](https://github.com/auth0/lock/pull/961) ([luisrudge](https://github.com/luisrudge))
1149- Adding `key` to the error "An error occurred when fetching data" [\#956](https://github.com/auth0/lock/pull/956) ([luisrudge](https://github.com/luisrudge))
1150
1151**Fixed**
1152
1153- Fixed typo in cs.js [\#979](https://github.com/auth0/lock/pull/979) ([fersman](https://github.com/fersman))
1154- fixed propType misspell in header.jsx [\#973](https://github.com/auth0/lock/pull/973) ([nickpisacane](https://github.com/nickpisacane))
1155- Fixed scrolling on mobile in landscape mode [\#963](https://github.com/auth0/lock/pull/963) ([luisrudge](https://github.com/luisrudge))
1156
1157## [v10.14.0](https://github.com/auth0/lock/tree/v10.14.0) (2017-03-27)
1158
1159[Full Changelog](https://github.com/auth0/lock/compare/v10.13.0...v10.14.0)
1160
1161**Closed issues**
1162
1163- prefill option is lost after reset password [\#933](https://github.com/auth0/lock/issues/933)
1164
1165**Added**
1166
1167- Throw an error when audience is used without oidcConformant flag [\#947](https://github.com/auth0/lock/pull/947) ([luisrudge](https://github.com/luisrudge))
1168- Added Finnish translation [\#936](https://github.com/auth0/lock/pull/936) ([kettunen](https://github.com/kettunen))
1169- Added Ukrainian translation [\#931](https://github.com/auth0/lock/pull/931) ([grsmv](https://github.com/grsmv))
1170
1171**Changed**
1172
1173- Upgrade auth0js to v8.5.0 [\#952](https://github.com/auth0/lock/pull/952) ([luisrudge](https://github.com/luisrudge))
1174- Disable social buttons when terms were not accepted on sign up [\#949](https://github.com/auth0/lock/pull/949) ([luisrudge](https://github.com/luisrudge))
1175- Better explanation about the sso option [\#948](https://github.com/auth0/lock/pull/948) ([luisrudge](https://github.com/luisrudge))
1176- Changed password leak error message [\#934](https://github.com/auth0/lock/pull/934) ([ntotten](https://github.com/ntotten))
1177- Add support for success and error messages to be in HTML [\#928](https://github.com/auth0/lock/pull/928) ([luisrudge](https://github.com/luisrudge))
1178
1179**Fixed**
1180
1181- Fixing Italian dictionary [\#950](https://github.com/auth0/lock/pull/950) ([ilmistra](https://github.com/ilmistra))
1182- Don't clear email field after reset password [\#945](https://github.com/auth0/lock/pull/945) ([luisrudge](https://github.com/luisrudge))
1183- Disable autoCorrect and spellCheck in the username input [\#927](https://github.com/auth0/lock/pull/927) ([luisrudge](https://github.com/luisrudge))
1184
1185## [v10.13.0](https://github.com/auth0/lock/tree/v10.13.0) (2017-03-13)
1186
1187[Full Changelog](https://github.com/auth0/lock/compare/v10.12.3...v10.13.0)
1188
1189**Closed issues**
1190
1191- State with `=`, `&` characters is incorrectly parsed from url fragment [\#913](https://github.com/auth0/lock/issues/913)
1192- Add support for Evernote strategy [\#895](https://github.com/auth0/lock/issues/895)
1193
1194**Fixed**
1195
1196- Updated auth0 js version [\#924](https://github.com/auth0/lock/pull/924) ([hzalaz](https://github.com/hzalaz))
1197- Adds evernote social icon [\#923](https://github.com/auth0/lock/pull/923) ([vctrfrnndz](https://github.com/vctrfrnndz))
1198- Add japanese translation for "OR" [\#921](https://github.com/auth0/lock/pull/921) ([vctrfrnndz](https://github.com/vctrfrnndz))
1199- Fix some french translations. [\#918](https://github.com/auth0/lock/pull/918) ([lucasmichot](https://github.com/lucasmichot))
1200- Replace querystring implementation with qs module [\#916](https://github.com/auth0/lock/pull/916) ([elger](https://github.com/elger))
1201- Use error.name to find the correct error message for invalid passwords [\#904](https://github.com/auth0/lock/pull/904) ([luisrudge](https://github.com/luisrudge))
1202
1203## [v10.12.3](https://github.com/auth0/lock/tree/v10.12.3) (2017-03-07)
1204
1205[Full Changelog](https://github.com/auth0/lock/compare/v10.12.2...v10.12.3)
1206
1207**Fixed**
1208
1209- Update node engine restriction [\#909](https://github.com/auth0/lock/pull/909) ([hzalaz](https://github.com/hzalaz))
1210- Fixed Czech translation [\#902](https://github.com/auth0/lock/pull/902) ([FilipPyrek](https://github.com/FilipPyrek))
1211
1212## [v10.12.2](https://github.com/auth0/lock/tree/v10.12.2) (2017-03-03)
1213
1214[Full Changelog](https://github.com/auth0/lock/compare/v10.12.1...v10.12.2)
1215
1216**Fixed**
1217
1218- Specify owp for non oidc web api in popup mode [\#897](https://github.com/auth0/lock/pull/897) ([hzalaz](https://github.com/hzalaz))
1219
1220## [v10.12.1](https://github.com/auth0/lock/tree/v10.12.1) (2017-03-03)
1221
1222[Full Changelog](https://github.com/auth0/lock/compare/v10.12.0...v10.12.1)
1223
1224**Fixed**
1225
1226- Fixed npm transpiled code [\#893](https://github.com/auth0/lock/pull/893) ([hzalaz](https://github.com/hzalaz))
1227
1228## [v10.12.0](https://github.com/auth0/lock/tree/v10.12.0) (2017-03-02)
1229
1230[Full Changelog](https://github.com/auth0/lock/compare/v10.11.0...v10.12.0)
1231
1232**Closed issues**
1233
1234- Bug in email field validation [\#884](https://github.com/auth0/lock/issues/884)
1235- Input field tab issue in IE [\#870](https://github.com/auth0/lock/issues/870)
1236- Bring back the integratedWindowsLogin option [\#852](https://github.com/auth0/lock/issues/852)
1237- Unwanted parameters in /authorize call [\#851](https://github.com/auth0/lock/issues/851)
1238- Back button not displaying properly in IE 11 [\#767](https://github.com/auth0/lock/issues/767)
1239
1240**Added**
1241
1242- Added checkbox CustomInput for additionalSignUpFields [\#860](https://github.com/auth0/lock/pull/860) ([dariobanfi](https://github.com/dariobanfi))
1243- Add slovak translation [\#846](https://github.com/auth0/lock/pull/846) ([Passto](https://github.com/Passto))
1244
1245**Changed**
1246
1247- Update password sheriff to reduce bundle size [\#879](https://github.com/auth0/lock/pull/879) ([hzalaz](https://github.com/hzalaz))
1248- Adding focusable=false to all svgs [\#873](https://github.com/auth0/lock/pull/873) ([luisrudge](https://github.com/luisrudge))
1249- Migrating to webpack2 [\#871](https://github.com/auth0/lock/pull/871) ([luisrudge](https://github.com/luisrudge))
1250- Review catalan translations [\#869](https://github.com/auth0/lock/pull/869) ([oscarfonts](https://github.com/oscarfonts))
1251- Reducing time to unpin loading pane [\#853](https://github.com/auth0/lock/pull/853) ([luisrudge](https://github.com/luisrudge))
1252- Throw an error if login, signUp and forgotPassword screens are not allowed [\#850](https://github.com/auth0/lock/pull/850) ([luisrudge](https://github.com/luisrudge))
1253- Kerberos network checking no longer depends on rememberLastLogin [\#805](https://github.com/auth0/lock/pull/805) ([patrickmcgraw](https://github.com/patrickmcgraw))
1254
1255**Fixed**
1256
1257- Updated auth0.js to v8.3.0 [\#889](https://github.com/auth0/lock/pull/889) ([hzalaz](https://github.com/hzalaz))
1258- Fix issue when submiting a form with no email [\#886](https://github.com/auth0/lock/pull/886) ([selaux](https://github.com/selaux))
1259- Fixing allowSignup and allowForgot options when loading tenant info [\#877](https://github.com/auth0/lock/pull/877) ([luisrudge](https://github.com/luisrudge))
1260- Don't disable mfa-code input [\#872](https://github.com/auth0/lock/pull/872) ([nikolaseu](https://github.com/nikolaseu))
1261- Fix a box-sizing issue that happened when bootstrap was being used with lock [\#868](https://github.com/auth0/lock/pull/868) ([luisrudge](https://github.com/luisrudge))
1262- Cleaning params sent to auth0js [\#863](https://github.com/auth0/lock/pull/863) ([luisrudge](https://github.com/luisrudge))
1263- Only set prefill values when application is initialized [\#855](https://github.com/auth0/lock/pull/855) ([luisrudge](https://github.com/luisrudge))
1264
1265## [v10.11.0](https://github.com/auth0/lock/tree/v10.11.0) (2017-01-30)
1266
1267[Full Changelog](https://github.com/auth0/lock/compare/v10.10.2...v10.11.0)
1268
1269**Closed issues**
1270
1271- Input error state does not get reset when changing page [\#843](https://github.com/auth0/lock/issues/843)
1272- Show error when the domain part of the email does not match any enterprise connection [\#661](https://github.com/auth0/lock/issues/661)
1273
1274**Added**
1275
1276- inject cordova plugin and force popup/sso in cordova or electron [\#835](https://github.com/auth0/lock/pull/835) ([glena](https://github.com/glena))
1277- Japanese translation [\#834](https://github.com/auth0/lock/pull/834) ([stevensacks](https://github.com/stevensacks))
1278- disable submit button when the email does not match with any connection [\#757](https://github.com/auth0/lock/pull/757) ([glena](https://github.com/glena))
1279
1280**Changed**
1281
1282- Clear invalid fields on screen change [\#844](https://github.com/auth0/lock/pull/844) ([glena](https://github.com/glena))
1283- Bump the babel-preset-2015 version [\#838](https://github.com/auth0/lock/pull/838) ([iamkevingreen](https://github.com/iamkevingreen))
1284
1285## [v10.10.2](https://github.com/auth0/lock/tree/v10.10.2) (2017-01-23)
1286
1287[Full Changelog](https://github.com/auth0/lock/compare/v10.10.1...v10.10.2)
1288
1289**Fixed**
1290
1291- Fix casing of null in IE (bumping auth0.js version) [\#827](https://github.com/auth0/lock/pull/827) ([glena](https://github.com/glena))
1292- Fix ES translations [\#826](https://github.com/auth0/lock/pull/826) ([perpifran](https://github.com/perpifran))
1293- Translated term mfaLoginTitle into Dutch [\#820](https://github.com/auth0/lock/pull/820) ([dctoon](https://github.com/dctoon))
1294- For autologin, if login screen is not available, it should show the error in the signup one instead of breaking [\#817](https://github.com/auth0/lock/pull/817) ([glena](https://github.com/glena))
1295
1296## [v10.10.1](https://github.com/auth0/lock/tree/v10.10.1) (2017-01-19)
1297
1298[Full Changelog](https://github.com/auth0/lock/compare/v10.10.0...v10.10.1)
1299
1300**Changed**
1301
1302- Bump auth0.js to 8.1.2 [\#821](https://github.com/auth0/lock/pull/821) ([glena](https://github.com/glena))
1303
1304## [v10.10.0](https://github.com/auth0/lock/tree/v10.10.0) (2017-01-17)
1305
1306[Full Changelog](https://github.com/auth0/lock/compare/v10.9.2...v10.10.0)
1307
1308**Closed issues**
1309
1310- Lock v10.9.2 fails on IE 10 Windows 7 [\#801](https://github.com/auth0/lock/issues/801)
1311
1312**Added**
1313
1314- Add resumeAuth method and autoParseHash flag [\#790](https://github.com/auth0/lock/pull/790) ([luisrudge](https://github.com/luisrudge))
1315- Hide first screen title option [\#745](https://github.com/auth0/lock/pull/745) ([glena](https://github.com/glena))
1316
1317**Changed**
1318
1319- Update zh.js [\#774](https://github.com/auth0/lock/pull/774) ([leplay](https://github.com/leplay))
1320
1321**Fixed**
1322
1323- Fix: popup does not close when signup fails [\#810](https://github.com/auth0/lock/pull/810) ([glena](https://github.com/glena))
1324- removes scope openid warning in OIDC conformant mode. fix #780 [\#803](https://github.com/auth0/lock/pull/803) ([luisrudge](https://github.com/luisrudge))
1325- Clearing fields when lock closes [\#802](https://github.com/auth0/lock/pull/802) ([luisrudge](https://github.com/luisrudge))
1326- Fix redirect/popup login when shown in the hosted login page [\#799](https://github.com/auth0/lock/pull/799) ([glena](https://github.com/glena))
1327
1328**Breaking changes**
1329
1330- Bump auth0.js version - Fix profile casing (it should not convert to cammelcase) [\#815](https://github.com/auth0/lock/pull/815) ([glena](https://github.com/glena))
1331
1332In lock v10.9 we introduced an issue in auth0.js that changed the casing of the calls to retrieve the user profile (using `/userinfo` or `/tokeninfo`), everything was converted to camel case. We fixed that issue in this [auth0.js pull request](https://github.com/auth0/auth0.js/pull/307) and is part of this release of Lock. If you kept an v10.8 or older no changes are needed, for those who updated to v10.9 you need to revert the changes made to handle the case changes.
1333
1334## [v10.9.2](https://github.com/auth0/lock/tree/v10.9.2) (2017-01-11)
1335
1336[Full Changelog](https://github.com/auth0/lock/compare/v10.9.1...v10.9.2)
1337
1338**Fixed**
1339
1340- Bring back support for get profile in default mode [\#794](https://github.com/auth0/lock/pull/794) ([glena](https://github.com/glena))
1341- Don't emit error when registering for event 'signin ready' [\#784](https://github.com/auth0/lock/pull/784) ([theopak](https://github.com/theopak))
1342
1343## [v10.9.1](https://github.com/auth0/lock/tree/v10.9.1) (2017-01-10)
1344
1345[Full Changelog](https://github.com/auth0/lock/compare/v10.9.0...v10.9.1)
1346
1347**Fixed**
1348
1349- Fix to comply legacy behaviour [\#787](https://github.com/auth0/lock/pull/787) ([glena](https://github.com/glena))
1350- For legacy flow, the scope should default to openid [\#783](https://github.com/auth0/lock/pull/783) ([glena](https://github.com/glena))
1351
1352## [v10.9.0](https://github.com/auth0/lock/tree/v10.9.0) (2017-01-09)
1353
1354[Full Changelog](https://github.com/auth0/lock/compare/v10.8.0-beta.5...v10.9.0)
1355
1356**Added**
1357
1358- Migrate to auth0.js v8 [\#744](https://github.com/auth0/lock/pull/744) ([glena](https://github.com/glena))
1359
1360**Changed**
1361
1362- Removed browserify as dependency and removed process usage [\#779](https://github.com/auth0/lock/pull/779) ([glena](https://github.com/glena))
1363- Auth0js v8 - configuration validation + default scope [\#775](https://github.com/auth0/lock/pull/775) ([glena](https://github.com/glena))
1364
1365## [v10.8.1](https://github.com/auth0/lock/tree/v10.8.1) (2017-01-03)
1366
1367[Full Changelog](https://github.com/auth0/lock/compare/v10.8.0...v10.8.1)
1368
1369**Closed issues**
1370
1371- username/password login doesn't work with custom domains on the appliance [\#772](https://github.com/auth0/lock/issues/772)
1372
1373**Fixed**
1374
1375- allow to override tenant + issuer and pass to auth0.js [\#773](https://github.com/auth0/lock/pull/773) ([glena](https://github.com/glena))
1376
1377## [v10.8.0](https://github.com/auth0/lock/tree/v10.8.0) (2017-01-02)
1378
1379[Full Changelog](https://github.com/auth0/lock/compare/v10.7.3...v10.8.0)
1380
1381**Closed issues**
1382
1383- Request to add user-facing error message. [\#751](https://github.com/auth0/lock/issues/751)
1384- Please throw an error for invalid events [\#748](https://github.com/auth0/lock/issues/748)
1385- Old errors shown when reopening Lock [\#739](https://github.com/auth0/lock/issues/739)
1386- Send login_hint when detecting previous session [\#729](https://github.com/auth0/lock/issues/729)
1387- `defaultADUsernameFromEmailPrefix` is not implemented [\#713](https://github.com/auth0/lock/issues/713)
1388- [v10] Enterprise connections don't strip domain from email [\#543](https://github.com/auth0/lock/issues/543)
1389
1390**Added**
1391
1392- Allow to override socialButtonStyle on show [\#766](https://github.com/auth0/lock/pull/766) ([glena](https://github.com/glena))
1393- Added new error code: session_missing [\#760](https://github.com/auth0/lock/pull/760) ([glena](https://github.com/glena))
1394- Add events validation and fail if it is not a valid one [\#756](https://github.com/auth0/lock/pull/756) ([glena](https://github.com/glena))
1395- Added flag defaultADUsernameFromEmailPrefix [\#754](https://github.com/auth0/lock/pull/754) ([glena](https://github.com/glena))
1396- Send login_hint when detecting previous session [\#753](https://github.com/auth0/lock/pull/753) ([glena](https://github.com/glena))
1397- Create fa.js [\#752](https://github.com/auth0/lock/pull/752) ([doroudi](https://github.com/doroudi))
1398
1399**Changed**
1400
1401- Hide errors after close lock [\#761](https://github.com/auth0/lock/pull/761) ([glena](https://github.com/glena))
1402
1403**Fixed**
1404
1405- removed whitespace from input name [\#764](https://github.com/auth0/lock/pull/764) ([dangler](https://github.com/dangler))
1406- fixed typo [\#762](https://github.com/auth0/lock/pull/762) ([dev101](https://github.com/dev101))
1407
1408## [v10.7.3](https://github.com/auth0/lock/tree/v10.7.3) (2016-12-19)
1409
1410[Full Changelog](https://github.com/auth0/lock/compare/v10.7.2...v10.7.3)
1411
1412**Fixed**
1413
1414- Shorten Russian signUpLabel to fit into the widget width [\#743](https://github.com/auth0/lock/pull/743) ([cyxou](https://github.com/cyxou))
1415
1416## [v10.7.2](https://github.com/auth0/lock/tree/v10.7.2) (2016-12-01)
1417
1418[Full Changelog](https://github.com/auth0/lock/compare/v10.7.1...v10.7.2)
1419
1420**Fixed**
1421
1422- Fix how the tenant and application info url is build to avoid format issues [\#740](https://github.com/auth0/lock/pull/740) ([glena](https://github.com/glena))
1423- Fix: Single saml connection with no domain shows undefined in button [\#738](https://github.com/auth0/lock/pull/738) ([glena](https://github.com/glena))
1424
1425## [v10.7.1](https://github.com/auth0/lock/tree/v10.7.1) (2016-11-25)
1426
1427[Full Changelog](https://github.com/auth0/lock/compare/v10.7.0...v10.7.1)
1428
1429**Fixed**
1430
1431- fix options override on show [\#732](https://github.com/auth0/lock/pull/732) ([glena](https://github.com/glena))
1432- One questionmark is enough [\#731](https://github.com/auth0/lock/pull/731) ([retorquere](https://github.com/retorquere))
1433
1434## [v10.7.0](https://github.com/auth0/lock/tree/v10.7.0) (2016-11-22)
1435
1436[Full Changelog](https://github.com/auth0/lock/compare/v10.6.1...v10.7.0)
1437
1438**Added**
1439
1440- Add missing Norwegian translations [\#721](https://github.com/auth0/lock/pull/721) ([francisrath](https://github.com/francisrath))
1441
1442**Changed**
1443
1444- Update auth0.js to v7.5.0 [\#730](https://github.com/auth0/lock/pull/730) ([hzalaz](https://github.com/hzalaz))
1445- "Email" type for email input [\#724](https://github.com/auth0/lock/pull/724) ([glena](https://github.com/glena))
1446- Enterprise: force username for AD connections [\#714](https://github.com/auth0/lock/pull/714) ([glena](https://github.com/glena))
1447
1448**Deprecated**
1449
1450- Deprecated getProfile and added getUserInfo instead [\#726](https://github.com/auth0/lock/pull/726) ([glena](https://github.com/glena))
1451
1452## [v10.6.1](https://github.com/auth0/lock/tree/v10.6.1) (2016-11-09)
1453
1454[Full Changelog](https://github.com/auth0/lock/compare/v10.6.0...v10.6.1)
1455
1456**Fixed**
1457
1458- Removed UMD bundling and using browser only [\#709](https://github.com/auth0/lock/pull/709) ([glena](https://github.com/glena))
1459
1460## [v10.6.0](https://github.com/auth0/lock/tree/v10.6.0) (2016-11-07)
1461
1462[Full Changelog](https://github.com/auth0/lock/compare/v10.5.1...v10.6.0)
1463
1464**Changed**
1465
1466- Update auth0.js to 7.4.0 [\#705](https://github.com/auth0/lock/pull/705) ([hzalaz](https://github.com/hzalaz))
1467- allow to override language, dict, logo and primary color on show method [\#680](https://github.com/auth0/lock/pull/680) ([glena](https://github.com/glena))
1468- Webpack for bundling [\#663](https://github.com/auth0/lock/pull/663) ([glena](https://github.com/glena))
1469
1470**Fixed**
1471
1472- Disable passwordless connections for SSO [\#691](https://github.com/auth0/lock/pull/691) ([glena](https://github.com/glena))
1473
1474## [v10.5.1](https://github.com/auth0/lock/tree/v10.5.1) (2016-10-28)
1475
1476[Full Changelog](https://github.com/auth0/lock/compare/v10.5.0...v10.5.1)
1477
1478**Closed issues**
1479
1480- [Lock 10.5.0] Prefill fails when using username [\#685](https://github.com/auth0/lock/issues/685)
1481- [Lock 10.5.0] "TypeError: next is not a function" when closing social connection popup [\#682](https://github.com/auth0/lock/issues/682)
1482
1483**Fixed**
1484
1485- Disabled username verification for prefill [\#686](https://github.com/auth0/lock/pull/686) ([glena](https://github.com/glena))
1486- 'TypeError: next is not a function' when closing social connection popup [\#684](https://github.com/auth0/lock/pull/684) ([glena](https://github.com/glena))
1487- Fix focus visual feedback in email and username inputs [\#681](https://github.com/auth0/lock/pull/681) ([gnandretta](https://github.com/gnandretta))
1488
1489## [v10.5.0](https://github.com/auth0/lock/tree/v10.5.0) (2016-10-24)
1490
1491[Full Changelog](https://github.com/auth0/lock/compare/v10.4.1...v10.5.0)
1492
1493**Closed issues**
1494
1495- [v10.4.0] Cannot read property 'get' of undefined. [\#658](https://github.com/auth0/lock/issues/658)
1496- Lock not showing rule errors in redirect mode [\#637](https://github.com/auth0/lock/issues/637)
1497- Single AD connection without domain shows undefined in message [\#627](https://github.com/auth0/lock/issues/627)
1498- Issues with Overlay mode + signUpLink setting on a SPA [\#619](https://github.com/auth0/lock/issues/619)
1499- [UX] Password field shouldn't show error message immediately (on focus). [\#540](https://github.com/auth0/lock/issues/540)
1500
1501**Added**
1502
1503- Create vi.js in /src/i18n [\#662](https://github.com/auth0/lock/pull/662) ([IoHL](https://github.com/IoHL))
1504- Added support for custom oauth2 connections [\#648](https://github.com/auth0/lock/pull/648) ([glena](https://github.com/glena))
1505- Create ca.js [\#645](https://github.com/auth0/lock/pull/645) ([alexandresaiz](https://github.com/alexandresaiz))
1506- Support connectionScopes for oauth2 connections [\#643](https://github.com/auth0/lock/pull/643) ([glena](https://github.com/glena))
1507- Allow to display a flash message on lock.show [\#639](https://github.com/auth0/lock/pull/639) ([glena](https://github.com/glena))
1508- MFA when using oauth/ro endpoint [\#628](https://github.com/auth0/lock/pull/628) ([dafortune](https://github.com/dafortune))
1509
1510**Changed**
1511
1512- Password field shouldn't show error message immediately (on focus) [\#668](https://github.com/auth0/lock/pull/668) ([glena](https://github.com/glena))
1513- Update auth0.js to latest [\#665](https://github.com/auth0/lock/pull/665) ([hzalaz](https://github.com/hzalaz))
1514- Added default values to the dictionary and warn about missing keys [\#651](https://github.com/auth0/lock/pull/651) ([glena](https://github.com/glena))
1515- Fix Issues with Overlay mode + signUpLink setting on a SPA [\#650](https://github.com/auth0/lock/pull/650) ([glena](https://github.com/glena))
1516- Only require non-empty value for username when DB connection is custom or import is enabled [\#646](https://github.com/auth0/lock/pull/646) ([glena](https://github.com/glena))
1517- Update uglify task to generate sourcemaps [\#638](https://github.com/auth0/lock/pull/638) ([cristiandouce](https://github.com/cristiandouce))
1518
1519**Fixed**
1520
1521- Fix [v10.4.0] Cannot read property 'get' of undefined. #658 [\#660](https://github.com/auth0/lock/pull/660) ([glena](https://github.com/glena))
1522- Changed   to regular spaces. [\#653](https://github.com/auth0/lock/pull/653) ([nicosabena](https://github.com/nicosabena))
1523- Single AD connection without domain shows undefined in message [\#642](https://github.com/auth0/lock/pull/642) ([glena](https://github.com/glena))
1524- show properly terms on desktop and mobile [\#641](https://github.com/auth0/lock/pull/641) ([beneliflo](https://github.com/beneliflo))
1525- Fix typo in the word "corporate" [\#632](https://github.com/auth0/lock/pull/632) ([wags](https://github.com/wags))
1526- Change the term email to e-mail and emailadres to e-mailadres [\#629](https://github.com/auth0/lock/pull/629) ([ToonDC](https://github.com/ToonDC))
1527
1528## [v10.4.1](https://github.com/auth0/lock/tree/v10.4.0) (2016-10-21)
1529
1530[Full Changelog](https://github.com/auth0/lock/compare/v10.4.0...v10.4.1)
1531
1532**Changed**
1533
1534- Update auth0.js to v7.3.0
1535
1536## [v10.4.0](https://github.com/auth0/lock/tree/v10.4.0) (2016-09-27)
1537
1538[Full Changelog](https://github.com/auth0/lock/compare/v10.3.0...v10.4.0)
1539
1540**Closed issues**
1541
1542- theme.logo regression in 10.3.0 [\#617](https://github.com/auth0/lock/issues/617)
1543
1544**Changed**
1545
1546- Update auth0.js version to v7.2.1 [\#621](https://github.com/auth0/lock/pull/621) ([hzalaz](https://github.com/hzalaz))
1547
1548**Fixed**
1549
1550- Fix bad reference for unrecoverable_error event emitter [\#625](https://github.com/auth0/lock/pull/625) ([cristiandouce](https://github.com/cristiandouce))
1551- Fixes for 10.3.0 regression [\#618](https://github.com/auth0/lock/pull/618) ([doapp-ryanp](https://github.com/doapp-ryanp))
1552
1553## [v10.3.0](https://github.com/auth0/lock/tree/v10.3.0) (2016-09-19)
1554
1555[Full Changelog](https://github.com/auth0/lock/compare/v10.2.2...v10.3.0)
1556
1557**Closed issues:**
1558
1559- v10: KerberosScreen failing on internal Network [\#590](https://github.com/auth0/lock/issues/590)
1560- Languages not available on cdn.eu.auth0.com [\#576](https://github.com/auth0/lock/issues/576)
1561- The lock v10 with ionic2 page can not scroll. [\#532](https://github.com/auth0/lock/issues/532)
1562- Signup terms checkbox overlays password field on small devices. [\#525](https://github.com/auth0/lock/issues/525)
1563- Lock + Meteor breaks when trying to require & use blueimp-md5 [\#466](https://github.com/auth0/lock/issues/466)
1564- White space on bottom when running/simulating on mobile device [\#376](https://github.com/auth0/lock/issues/376)
1565
1566**Fixed:**
1567
1568- Bump blueimp-md5@2.3.1 [\#613](https://github.com/auth0/lock/pull/613) ([cristiandouce](https://github.com/cristiandouce))
1569- Handle uncaught unrecoverable_error [\#609](https://github.com/auth0/lock/pull/609) ([eddiezane](https://github.com/eddiezane))
1570- fixed loading unaligned with label submit [\#606](https://github.com/auth0/lock/pull/606) ([beneliflo](https://github.com/beneliflo))
1571- Fix EscKeyDownHandler bug in Container when `closable` is false [\#604](https://github.com/auth0/lock/pull/604) ([kevinzwh](https://github.com/kevinzwh))
1572- Fix checkbox terms [\#597](https://github.com/auth0/lock/pull/597) ([beneliflo](https://github.com/beneliflo))
1573- Fixes corporate network connection usage [\#594](https://github.com/auth0/lock/pull/594) ([CriGoT](https://github.com/CriGoT))
1574- fixed ionic page scroll [\#591](https://github.com/auth0/lock/pull/591) ([beneliflo](https://github.com/beneliflo))
1575
1576**Added:**
1577
1578- Add min/max username validation from application info settings [\#611](https://github.com/auth0/lock/pull/611) ([cristiandouce](https://github.com/cristiandouce))
1579- Introduce clientBaseUrl and languageBaseUrl options to deprecate assetsUrl [\#601](https://github.com/auth0/lock/pull/601) ([cristiandouce](https://github.com/cristiandouce))
1580- Added Hungarian translations [\#599](https://github.com/auth0/lock/pull/599) ([nagyv](https://github.com/nagyv))
1581- Add french translation [\#596](https://github.com/auth0/lock/pull/596) ([RomainFallet](https://github.com/RomainFallet))
1582- Added Swedish (sv) translation. [\#593](https://github.com/auth0/lock/pull/593) ([kuljaninemir](https://github.com/kuljaninemir))
1583
1584**Changed:**
1585
1586- use ReactCSSTransitionGroup for global messages [\#595](https://github.com/auth0/lock/pull/595) ([robbiewxyz](https://github.com/robbiewxyz))
1587
1588**Deprecation notice:**
1589
1590This version introduces `languageBaseUrl` and `clientBaseUrl` in replacement of `assetsUrl`.
1591
1592- The application 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 the `domain`.
1593- 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}/`).
1594- The new options have priority over `assetsUrl`.
1595- If `assetsUrl` is provided, keep the current behavior: fetch application from `${assetsUrl}/client/${clientID}.js` and languages from `{assetsUrl}/js/lock/${lockVersion}/${language}.js`.
1596
1597## [v10.2.3](https://github.com/auth0/lock/tree/v10.2.3) (2016-10-21)
1598
1599[Full Changelog](https://github.com/auth0/lock/compare/v10.2.2...v10.2.3)
1600
1601### Changed
1602
1603- Use auth0.js version 7.3.0
1604
1605## [v10.2.2](https://github.com/auth0/lock/tree/v10.2.2) (2016-08-31)
1606
1607[Full Changelog](https://github.com/auth0/lock/compare/v10.2.1...v10.2.2)
1608
1609### Fixed
1610
1611- Decode window.location.href before parsing hash (#583)
1612
1613### Changed
1614
1615- Change the default value for hash in WebApi.parseHash() internal method (#587)
1616
1617## [v10.2.1](https://github.com/auth0/lock/tree/v10.2.1) (2016-08-18)
1618
1619[Full Changelog](https://github.com/auth0/lock/compare/v10.2.0...v10.2.1)
1620
1621### Fixed
1622
1623- Allow dots in HRD username and clear errors before leaving the HRD screen (#574)
1624
1625## [v10.2.0](https://github.com/auth0/lock/tree/v10.2.0) (2016-08-18)
1626
1627[Full Changelog](https://github.com/auth0/lock/compare/v10.1.0...v10.2.0)
1628
1629### Changed
1630
1631- Show a label in the submit button by default (#524)
1632- Show the Auth0 badge only in modal mode and on the bottom left of the overlay (#552)
1633- Replace the log in / sign up segmented control for tabs (#553)
1634
1635### Fixed
1636
1637- German translation corrections (#549)
1638
1639### Added
1640
1641- Add `responseMode: "form_post"` option (#526)
1642- Add the `hash_parsed` event (#535)
1643- Add `zh` translation (#548)
1644- Allow to override some options in the `show` method (#550)
1645- Add `nb` translation (#560)
1646
1647## [v10.1.0](https://github.com/auth0/lock/tree/v10.1.0) (2016-08-09)
1648
1649[Full Changelog](https://github.com/auth0/lock/compare/v10.0.2...v10.1.0)
1650
1651### Added
1652
1653- Add `de` translation (#546)
1654
1655## [v10.0.2](https://github.com/auth0/lock/tree/v10.0.2) (2016-08-05)
1656
1657[Full Changelog](https://github.com/auth0/lock/compare/v10.0.1...v10.0.2)
1658
1659### Fixed
1660
1661- Fix header in Edge (#528)
1662- Allow to reuse a given container id (#533)
1663- Stop showing last login screen when the initial screen is not login (#534)
1664- Fix email input in IE 10 (#537)
1665
1666## [v10.0.1](https://github.com/auth0/lock/tree/v10.0.1) (2016-07-27)
1667
1668[Full Changelog](https://github.com/auth0/lock/compare/v10.0.0...v10.0.1)
1669
1670### Fixed
1671
1672- Stopped dropping keys on email input in IE (#505)
1673- Protect against svgs background colors set by other stylesheets (#506)
1674- Ensure header styling looks fine in IE (#507)
1675
1676## [v10.0.0](https://github.com/auth0/lock/tree/v10.0.0) (2016-07-20)
1677
1678[Full Changelog](https://github.com/auth0/lock/compare/v10.0.0-rc.2...v10.0.0)
1679
1680### Changed
1681
1682- The `parseHash` method was removed given that now it is
1683 automatically handled by Lock.
1684
1685### Fixed
1686
1687- Stopped hiding errors that are raised from event listeners.
1688
1689### Added
1690
1691- Handle the new variants of password policy errors during sign up.
1692
1693## [v10.0.0-rc.2](https://github.com/auth0/lock/tree/v10.0.0-rc.2) (2016-07-05)
1694
1695[Full Changelog](https://github.com/auth0/lock/compare/v10.0.0-rc.1...v10.0.0-rc.2)
1696
1697### Fixed
1698
1699- Fixed issue with the blueimp library when bundling with webpack.
1700- Stopped fetching SSO data when SSO is disabled.
1701- The location hash is no longer cleared every time Lock is
1702 initialized.
1703
1704### Added
1705
1706- The validator function for additional sign up fields now allows to
1707 specify a hint that will be displayed when the field is invalid.
1708
1709## [v10.0.0-rc.1](https://github.com/auth0/lock/tree/v10.0.0-rc.1) (2016-06-22)
1710
1711[Full Changelog](https://github.com/auth0/lock/compare/v10.0.0-beta.5...v10.0.0-rc.1)d
1712
1713### Change
1714
1715- Show Auth0 badge in the bottom only for free plans.
1716
1717## [v10.0.0-beta.5](https://github.com/auth0/lock/tree/v10.0.0-beta.5) (2016-06-21)
1718
1719[Full Changelog](https://github.com/auth0/lock/compare/v10.0.0-beta.4...v10.0.0-beta.5)
1720
1721### Fixed
1722
1723- Fixed bug that prevented custom sign up fields from being
1724 validated.
1725
1726### Changed
1727
1728- Upgraded to React v15.
1729- Upgraded auth0.js to v7.0.3.
1730
1731### Added
1732
1733- Added the `language` option. Translations for `it`, `pt-br`, `ru`
1734 and `es` are provided out of the box. Thanks @yvonnewilson, @dirceu,
1735 @lilapustovoyt and @darkyen!
1736- Lock now will emit the following events.
1737 - `show`: emitted when Lock is shown. Has no arguments.
1738 - `hide`: emitted when Lock is hidden. Has no arguments.
1739 - `unrecoverable_error`: emitted when there is an unrecoverable
1740 error, for instance when no connection is available. Has the error
1741 as the only argument.
1742 - `authenticated`: emitted after a successful authentication. Has
1743 the authentication result as the only argument.
1744 - `authorization_error`: emitted when authorization fails. Has the
1745 error as the only argument.
1746 Note the `authenticated` and `authorization_error` events replace
1747 the callback in the constructor.
1748- Display a tooltip on invalid inputs with a hint on how to fix the
1749 error.
1750
1751## [v10.0.0-beta.4](https://github.com/auth0/lock/tree/v10.0.0-beta.4) (2016-05-17)
1752
1753[Full Changelog](https://github.com/auth0/lock/compare/v10.0.0-beta.3...v10.0.0-beta.4)
1754
1755### Fixed
1756
1757- A proper error message is shown when no connection is available.
1758
1759### Changed
1760
1761- Removed JSONP support.
1762
1763### Added
1764
1765- Support for the new Bitbucket and Dropbox social connections.
1766- Additional sign up fields can now be prefilled and have a `select`
1767 type, which allows the user to choose the value from a predefined
1768 list of options.
1769
1770## [v10.0.0-beta.3](https://github.com/auth0/lock/tree/v10.0.0-beta.3) (2016-05-10)
1771
1772[Full Changelog](https://github.com/auth0/lock/compare/v10.0.0-beta.2...v10.0.0-beta.3)
1773
1774### Fixed
1775
1776- Allow to translate password strength messages.
1777
1778### Changed
1779
1780- Don't fetch profile automatically after a successful login.
1781- Display just an email input in the forgot password screen. Before,
1782 an username input was displayed when the connection required an
1783 username.
1784
1785## [v10.0.0-beta.2](https://github.com/auth0/lock/tree/v10.0.0-beta.2) (2016-04-25)
1786
1787[Full Changelog](https://github.com/auth0/lock/compare/v10.0.0-beta.1...v10.0.0-beta.2)
1788
1789### Fixed
1790
1791- Fetch bigger gravatars, so they look better on high-density screens.
1792- Don't fetch SSO data when SSO is disabled.
1793- Bunch of small UI issues.
1794- NPM package require. Now `require('auth0-lock')` will work (previously you had to do `require('auth0-lock/lib/classic')`).
1795
1796### Changed
1797
1798- Renamed `close` method to `hide`.
1799- Renamed `connections` option to `allowedConnections`.
1800- Renamed `signUp.footerText` dict key to `signUp.terms`.
1801
1802### Added
1803
1804- Support for enterprise connections.
1805- Allow to specify the the default datbase connection via the
1806 `defaultDatabaseConnection` option.
1807- Optionally request users to agree to terms and conditions before
1808 signing up via the `mustAcceptTerms` option.
1809
1810## [v10.0.0-beta.1](https://github.com/auth0/lock/tree/v10.0.0-beta.1) (2016-03-23)
1811
1812First preview release, see [https://auth0.com/docs/libraries/lock/v10](https://auth0.com/docs/libraries/lock/v10) for details.