Skip to content

Commit

Permalink
Release v11.33.3 (#2163)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Aug 16, 2022
1 parent 40e6522 commit 6fbdca7
Show file tree
Hide file tree
Showing 51 changed files with 105 additions and 82 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v11.33.3](https://github.com/auth0/lock/tree/v11.33.3) (2022-08-16)
[Full Changelog](https://github.com/auth0/lock/compare/v11.33.2...v11.33.3)

**Added**
- IAMRISK-1725 Add password_leaked error label for Signup [\#2160](https://github.com/auth0/lock/pull/2160) ([robinbijlani](https://github.com/robinbijlani))

## [v11.33.2](https://github.com/auth0/lock/tree/v11.33.2) (2022-06-29)
[Full Changelog](https://github.com/auth0/lock/compare/v11.33.1...v11.33.2)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ From CDN

```html
<!-- Latest patch release (recommended for production) -->
<script src="https://cdn.auth0.com/js/lock/11.33.2/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.33.3/lock.min.js"></script>
```

From [npm](https://npmjs.org)
Expand Down Expand Up @@ -490,7 +490,7 @@ Extra input fields can be added to the sign up screen with the `additionalSignUp

Additional sign up fields are rendered below the default fields in the order they are provided.

:warning: **Note**: From `11.33.2` onwards, all HTML tags are stripped from user input into custom signup fields.
:warning: **Note**: From `11.33.3` onwards, all HTML tags are stripped from user input into custom signup fields.

##### Text field

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
"version": "11.33.2",
"version": "11.33.3",
"main": "build/lock.js",
"ignore": [
"lib-cov",
Expand Down
2 changes: 1 addition & 1 deletion build/af.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6fbdca7

Please sign in to comment.