|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [v12.5.1](https://github.com/auth0/lock/tree/v12.5.1) (2024-05-30) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/auth0/lock/compare/v12.5.0...v12.5.1) |
| 6 | + |
| 7 | +- Swap CAPTCHA on each reload [\#2560](https://github.com/auth0/lock/pull/2560) ([josh-cain](https://github.com/josh-cain)) |
| 8 | + |
3 | 9 | ## [v12.5.0](https://github.com/auth0/lock/tree/v12.5.0) (2024-04-30)
|
| 10 | + |
4 | 11 | [Full Changelog](https://github.com/auth0/lock/compare/v12.4.0...v12.5.0)
|
5 | 12 |
|
6 | 13 | - Support captchas in reset password flow [\#2547](https://github.com/auth0/lock/pull/2547) ([srijonsaha](https://github.com/srijonsaha))
|
7 | 14 |
|
8 | 15 | ## [v12.4.0](https://github.com/auth0/lock/tree/v12.4.0) (2024-01-04)
|
| 16 | + |
9 | 17 | [Full Changelog](https://github.com/auth0/lock/compare/v12.3.1...v12.4.0)
|
10 | 18 |
|
11 | 19 | **Added**
|
| 20 | + |
12 | 21 | - [IAMRISK-2916] Added support for Auth0 v2 captcha provider [\#2503](https://github.com/auth0/lock/pull/2503) ([alexkoumarianos-okta](https://github.com/alexkoumarianos-okta))
|
13 | 22 |
|
14 | 23 | **Changed**
|
| 24 | + |
15 | 25 | - [IAMRISK-3010] Added support for auth0_v2 captcha failOpen [\#2507](https://github.com/auth0/lock/pull/2507) ([alexkoumarianos-okta](https://github.com/alexkoumarianos-okta))
|
16 | 26 |
|
17 | 27 | ## [v12.3.1](https://github.com/auth0/lock/tree/v12.3.1) (2023-11-13)
|
| 28 | + |
18 | 29 | [Full Changelog](https://github.com/auth0/lock/compare/v12.3.0...v12.3.1)
|
19 | 30 |
|
20 | 31 | **Security**
|
| 32 | + |
21 | 33 | - Bump auth0-js to solve crypto-js vulnerability [\#2492](https://github.com/auth0/lock/pull/2492) ([frederikprijck](https://github.com/frederikprijck))
|
22 | 34 |
|
23 | 35 | ## [v12.3.0](https://github.com/auth0/lock/tree/v12.3.0) (2023-10-06)
|
| 36 | + |
24 | 37 | [Full Changelog](https://github.com/auth0/lock/compare/v12.2.0...v12.3.0)
|
25 | 38 |
|
26 | 39 | **Added**
|
| 40 | + |
27 | 41 | - [IAMRISK-2603] Add support for Arkose [\#2455](https://github.com/auth0/lock/pull/2455) ([srijonsaha](https://github.com/srijonsaha))
|
28 | 42 |
|
29 | 43 | ## [v12.2.0](https://github.com/auth0/lock/tree/v12.2.0) (2023-09-15)
|
| 44 | + |
30 | 45 | [Full Changelog](https://github.com/auth0/lock/compare/v12.1.0...v12.2.0)
|
31 | 46 |
|
32 | 47 | **Added**
|
| 48 | + |
33 | 49 | - Wrap CheckBoxInput in InputWrapper to provide visual feedback [\#2423](https://github.com/auth0/lock/pull/2423) ([ewanharris](https://github.com/ewanharris))
|
34 | 50 |
|
35 | 51 | ## [v12.1.0](https://github.com/auth0/lock/tree/v12.1.0) (2023-07-17)
|
| 52 | + |
36 | 53 | [Full Changelog](https://github.com/auth0/lock/compare/v12.0.2...v12.1.0)
|
37 | 54 |
|
38 | 55 | **Added**
|
| 56 | + |
39 | 57 | - Added support for hCaptcha and Friendly Captcha [\#2387](https://github.com/auth0/lock/pull/2387) ([DominickBattistini](https://github.com/DominickBattistini))
|
40 | 58 |
|
41 | 59 | **Changed**
|
| 60 | + |
42 | 61 | - WelcomeMessage header text marked as heading [\#2373](https://github.com/auth0/lock/pull/2373) ([piwysocki](https://github.com/piwysocki))
|
43 | 62 |
|
44 | 63 | ## [v12.0.2](https://github.com/auth0/lock/tree/v12.0.2) (2023-02-10)
|
| 64 | + |
45 | 65 | [Full Changelog](https://github.com/auth0/lock/compare/v12.0.1...v12.0.2)
|
46 | 66 |
|
47 | 67 | **Changed**
|
| 68 | + |
48 | 69 | - Slight tweaks to Captcha input component handler methods + refresh button mask [\#2272](https://github.com/auth0/lock/pull/2272) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
49 | 70 |
|
50 | 71 | **Fixed**
|
| 72 | + |
51 | 73 | - Fix for when component is undefined on unmount [\#2271](https://github.com/auth0/lock/pull/2271) ([codetheweb](https://github.com/codetheweb))
|
52 | 74 |
|
53 | 75 | ## [v12.0.1](https://github.com/auth0/lock/tree/v12.0.1) (2023-02-01)
|
| 76 | + |
54 | 77 | [Full Changelog](https://github.com/auth0/lock/compare/v12.0.0...v12.0.1)
|
55 | 78 |
|
56 | 79 | **Changed**
|
| 80 | + |
57 | 81 | - FDR-487 - feat: update microsoft button [\#2259](https://github.com/auth0/lock/pull/2259) ([jamescgarrett](https://github.com/jamescgarrett))
|
58 | 82 |
|
59 | 83 | ## [v12.0.0](https://github.com/auth0/lock/tree/v12.0.0) (2023-01-20)
|
@@ -99,6 +123,7 @@ Despite the major version bump, **v12 is completely API-compatible with v11**.
|
99 | 123 | - Upgrade to React 18 [\#2209](https://github.com/auth0/lock/pull/2209) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
100 | 124 | - Upgrade to Webpack 5, Jest 29, Babel 8 [\#2213](https://github.com/auth0/lock/pull/2213) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
101 | 125 | - bump dependencies to latest patch and fix typos [\#2210](https://github.com/auth0/lock/pull/2210) ([piwysocki](https://github.com/piwysocki))
|
| 126 | + |
102 | 127 | ## [v11.34.2](https://github.com/auth0/lock/tree/v11.34.2) (2022-10-10)
|
103 | 128 |
|
104 | 129 | [Full Changelog](https://github.com/auth0/lock/compare/v11.34.1...v11.34.2)
|
|
0 commit comments