Skip to content

Commit

Permalink
Release v11.33.1 (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hobbs authored Jun 14, 2022
1 parent cd50673 commit 33c14bd
Show file tree
Hide file tree
Showing 7 changed files with 2,648 additions and 3,337 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

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

**Fixed**
- Move captcha pane below additional signup fields in UI [\#2135](https://github.com/auth0/lock/pull/2135) ([stevehobbsdev](https://github.com/stevehobbsdev))

**Security**
- [Snyk] Upgrade dompurify from 2.3.6 to 2.3.7 [\#2132](https://github.com/auth0/lock/pull/2132) ([snyk-bot](https://github.com/snyk-bot))

## [v11.33.0](https://github.com/auth0/lock/tree/v11.33.0) (2022-05-05)

[Full Changelog](https://github.com/auth0/lock/compare/v11.32.2...v11.33.0)
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.0/lock.min.js"></script>
<script src="https://cdn.auth0.com/js/lock/11.33.1/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.0` onwards, all HTML tags are stripped from user input into custom signup fields.
:warning: **Note**: From `11.33.1` 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.0",
"version": "11.33.1",
"main": "build/lock.js",
"ignore": [
"lib-cov",
Expand Down
5,960 changes: 2,631 additions & 3,329 deletions build/lock.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/lock.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/lock.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
"version": "11.33.0",
"version": "11.33.1",
"description": "Auth0 Lock",
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit 33c14bd

Please sign in to comment.