Skip to content

Commit 89004f6

Browse files
Release v12.5.1 (#2561)
- Swap CAPTCHA on each reload [\#2560](#2560) ([josh-cain](https://github.com/josh-cain))
1 parent 5883544 commit 89004f6

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v12.5.0
1+
v12.5.1

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,83 @@
11
# Change Log
22

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+
39
## [v12.5.0](https://github.com/auth0/lock/tree/v12.5.0) (2024-04-30)
10+
411
[Full Changelog](https://github.com/auth0/lock/compare/v12.4.0...v12.5.0)
512

613
- Support captchas in reset password flow [\#2547](https://github.com/auth0/lock/pull/2547) ([srijonsaha](https://github.com/srijonsaha))
714

815
## [v12.4.0](https://github.com/auth0/lock/tree/v12.4.0) (2024-01-04)
16+
917
[Full Changelog](https://github.com/auth0/lock/compare/v12.3.1...v12.4.0)
1018

1119
**Added**
20+
1221
- [IAMRISK-2916] Added support for Auth0 v2 captcha provider [\#2503](https://github.com/auth0/lock/pull/2503) ([alexkoumarianos-okta](https://github.com/alexkoumarianos-okta))
1322

1423
**Changed**
24+
1525
- [IAMRISK-3010] Added support for auth0_v2 captcha failOpen [\#2507](https://github.com/auth0/lock/pull/2507) ([alexkoumarianos-okta](https://github.com/alexkoumarianos-okta))
1626

1727
## [v12.3.1](https://github.com/auth0/lock/tree/v12.3.1) (2023-11-13)
28+
1829
[Full Changelog](https://github.com/auth0/lock/compare/v12.3.0...v12.3.1)
1930

2031
**Security**
32+
2133
- Bump auth0-js to solve crypto-js vulnerability [\#2492](https://github.com/auth0/lock/pull/2492) ([frederikprijck](https://github.com/frederikprijck))
2234

2335
## [v12.3.0](https://github.com/auth0/lock/tree/v12.3.0) (2023-10-06)
36+
2437
[Full Changelog](https://github.com/auth0/lock/compare/v12.2.0...v12.3.0)
2538

2639
**Added**
40+
2741
- [IAMRISK-2603] Add support for Arkose [\#2455](https://github.com/auth0/lock/pull/2455) ([srijonsaha](https://github.com/srijonsaha))
2842

2943
## [v12.2.0](https://github.com/auth0/lock/tree/v12.2.0) (2023-09-15)
44+
3045
[Full Changelog](https://github.com/auth0/lock/compare/v12.1.0...v12.2.0)
3146

3247
**Added**
48+
3349
- Wrap CheckBoxInput in InputWrapper to provide visual feedback [\#2423](https://github.com/auth0/lock/pull/2423) ([ewanharris](https://github.com/ewanharris))
3450

3551
## [v12.1.0](https://github.com/auth0/lock/tree/v12.1.0) (2023-07-17)
52+
3653
[Full Changelog](https://github.com/auth0/lock/compare/v12.0.2...v12.1.0)
3754

3855
**Added**
56+
3957
- Added support for hCaptcha and Friendly Captcha [\#2387](https://github.com/auth0/lock/pull/2387) ([DominickBattistini](https://github.com/DominickBattistini))
4058

4159
**Changed**
60+
4261
- WelcomeMessage header text marked as heading [\#2373](https://github.com/auth0/lock/pull/2373) ([piwysocki](https://github.com/piwysocki))
4362

4463
## [v12.0.2](https://github.com/auth0/lock/tree/v12.0.2) (2023-02-10)
64+
4565
[Full Changelog](https://github.com/auth0/lock/compare/v12.0.1...v12.0.2)
4666

4767
**Changed**
68+
4869
- Slight tweaks to Captcha input component handler methods + refresh button mask [\#2272](https://github.com/auth0/lock/pull/2272) ([stevehobbsdev](https://github.com/stevehobbsdev))
4970

5071
**Fixed**
72+
5173
- Fix for when component is undefined on unmount [\#2271](https://github.com/auth0/lock/pull/2271) ([codetheweb](https://github.com/codetheweb))
5274

5375
## [v12.0.1](https://github.com/auth0/lock/tree/v12.0.1) (2023-02-01)
76+
5477
[Full Changelog](https://github.com/auth0/lock/compare/v12.0.0...v12.0.1)
5578

5679
**Changed**
80+
5781
- FDR-487 - feat: update microsoft button [\#2259](https://github.com/auth0/lock/pull/2259) ([jamescgarrett](https://github.com/jamescgarrett))
5882

5983
## [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**.
99123
- Upgrade to React 18 [\#2209](https://github.com/auth0/lock/pull/2209) ([stevehobbsdev](https://github.com/stevehobbsdev))
100124
- Upgrade to Webpack 5, Jest 29, Babel 8 [\#2213](https://github.com/auth0/lock/pull/2213) ([stevehobbsdev](https://github.com/stevehobbsdev))
101125
- bump dependencies to latest patch and fix typos [\#2210](https://github.com/auth0/lock/pull/2210) ([piwysocki](https://github.com/piwysocki))
126+
102127
## [v11.34.2](https://github.com/auth0/lock/tree/v11.34.2) (2022-10-10)
103128

104129
[Full Changelog](https://github.com/auth0/lock/compare/v11.34.1...v11.34.2)

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ From CDN
3030

3131
```html
3232
<!-- Latest patch release (recommended for production) -->
33-
<script src="https://cdn.auth0.com/js/lock/12.5.0/lock.min.js"></script>
33+
<script src="https://cdn.auth0.com/js/lock/12.5.1/lock.min.js"></script>
3434
```
35+
3536
### Configure Auth0
3637

3738
Create a **Single Page Application** in the [Auth0 Dashboard](https://manage.auth0.com/#/applications).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-lock",
3-
"version": "12.5.0",
3+
"version": "12.5.1",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <[email protected]> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)