|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [v11.33.0](https://github.com/auth0/lock/tree/v11.33.0) (2022-05-05) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/auth0/lock/compare/v11.32.2...v11.33.0) |
| 6 | + |
| 7 | +**Important** |
| 8 | + |
| 9 | +This release contains a change to how [custom signup fields](https://github.com/auth0/lock/#additional-sign-up-fields) are processed. From this release, all HTML tags are stripped from user input into any custom signup field before being sent to Auth0 to register the user. This is a security measure to help mitigate from potential XSS attacks in signup verification emails. |
| 10 | + |
| 11 | +If you would be affected by this change and require HTML to be specified in a custom signup field, please leave us some feedback in our [issue tracker](https://github.com/auth0/lock/issues). |
| 12 | + |
| 13 | +**Changed** |
| 14 | + |
| 15 | +- ui box - div replaced by main [\#2114](https://github.com/auth0/lock/pull/2114) ([piwysocki](https://github.com/piwysocki)) |
| 16 | +- More complete support for custom passwordless connections [\#2105](https://github.com/auth0/lock/pull/2105) ([peter-isgfunds](https://github.com/peter-isgfunds)) |
| 17 | + |
| 18 | +**Fixed** |
| 19 | + |
| 20 | +- fix: initialize reset password inside componentDidMount [\#2111](https://github.com/auth0/lock/pull/2111) ([stevehobbsdev](https://github.com/stevehobbsdev)) |
| 21 | + |
| 22 | +**Security** |
| 23 | + |
| 24 | +- [Snyk] Upgrade dompurify from 2.3.4 to 2.3.5 [\#2101](https://github.com/auth0/lock/pull/2101) ([snyk-bot](https://github.com/snyk-bot)) |
| 25 | + |
3 | 26 | ## [v11.32.2](https://github.com/auth0/lock/tree/v11.32.2) (2022-02-08) |
| 27 | + |
4 | 28 | [Full Changelog](https://github.com/auth0/lock/compare/v11.32.1...v11.32.2) |
5 | 29 |
|
6 | 30 | **Changed** |
| 31 | + |
7 | 32 | - align german loginWithLabel translation with Apple Guidelines [\#2097](https://github.com/auth0/lock/pull/2097) ([Steffen911](https://github.com/Steffen911)) |
8 | 33 |
|
9 | 34 | **Fixed** |
| 35 | + |
10 | 36 | - [SDK-3087] Captcha for single enterprise AD connections [\#2096](https://github.com/auth0/lock/pull/2096) ([stevehobbsdev](https://github.com/stevehobbsdev)) |
11 | 37 |
|
12 | 38 | **Security** |
| 39 | + |
13 | 40 | - [Snyk] Upgrade qs from 6.10.2 to 6.10.3 [\#2095](https://github.com/auth0/lock/pull/2095) ([snyk-bot](https://github.com/snyk-bot)) |
14 | 41 | - Bump cached-path-relative from 1.0.2 to 1.1.0 [\#2091](https://github.com/auth0/lock/pull/2091) ([dependabot[bot]](https://github.com/apps/dependabot)) |
15 | 42 |
|
16 | 43 | ## [v11.32.1](https://github.com/auth0/lock/tree/v11.32.1) (2022-01-27) |
| 44 | + |
17 | 45 | [Full Changelog](https://github.com/auth0/lock/compare/v11.32.0...v11.32.1) |
18 | 46 |
|
19 | 47 | **Changed** |
| 48 | + |
20 | 49 | - Update auth0-js and support legacySameSiteCookie option [\#2089](https://github.com/auth0/lock/pull/2089) ([stevehobbsdev](https://github.com/stevehobbsdev)) |
21 | 50 |
|
22 | 51 | **Security** |
| 52 | + |
23 | 53 | - Bump log4js from 6.3.0 to 6.4.0 [\#2087](https://github.com/auth0/lock/pull/2087) ([dependabot[bot]](https://github.com/apps/dependabot)) |
24 | 54 | - Security upgrade node-fetch to 2.6.7 [\#2085](https://github.com/auth0/lock/pull/2085) ([evansims](https://github.com/evansims)) |
25 | 55 | - [Snyk] Upgrade prop-types from 15.7.2 to 15.8.0 [\#2083](https://github.com/auth0/lock/pull/2083) ([snyk-bot](https://github.com/snyk-bot)) |
26 | 56 | - Bump engine.io from 4.1.1 to 4.1.2 [\#2082](https://github.com/auth0/lock/pull/2082) ([dependabot[bot]](https://github.com/apps/dependabot)) |
27 | 57 | - Bump follow-redirects from 1.14.4 to 1.14.7 [\#2081](https://github.com/auth0/lock/pull/2081) ([dependabot[bot]](https://github.com/apps/dependabot)) |
28 | 58 |
|
29 | 59 | ## [v11.32.0](https://github.com/auth0/lock/tree/v11.32.0) (2022-01-07) |
| 60 | + |
30 | 61 | [Full Changelog](https://github.com/auth0/lock/compare/v11.31.1...v11.32.0) |
31 | 62 |
|
32 | 63 | **Fixed** |
| 64 | + |
33 | 65 | - [SDK-2970] Remove captcha for enterprise SSO connections [\#2071](https://github.com/auth0/lock/pull/2071) ([stevehobbsdev](https://github.com/stevehobbsdev)) |
34 | 66 | - Add ID attributes to password field + submit button [\#2072](https://github.com/auth0/lock/pull/2072) ([stevehobbsdev](https://github.com/stevehobbsdev)) |
35 | 67 |
|
|
0 commit comments