Skip to content

Commit ae38770

Browse files
author
Steve Hobbs
authored
Release v11.34.0 (#2175)
1 parent 4693560 commit ae38770

File tree

7 files changed

+24
-17
lines changed

7 files changed

+24
-17
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [v11.34.0](https://github.com/auth0/lock/tree/v11.34.0) (2022-09-14)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v11.33.3...v11.34.0)
5+
6+
**Added**
7+
- FDR-297: Adding okta for enterprise [\#2172](https://github.com/auth0/lock/pull/2172) ([jamescgarrett](https://github.com/jamescgarrett))
8+
39
## [v11.33.3](https://github.com/auth0/lock/tree/v11.33.3) (2022-08-16)
410
[Full Changelog](https://github.com/auth0/lock/compare/v11.33.2...v11.33.3)
511

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ From CDN
2525

2626
```html
2727
<!-- Latest patch release (recommended for production) -->
28-
<script src="https://cdn.auth0.com/js/lock/11.33.3/lock.min.js"></script>
28+
<script src="https://cdn.auth0.com/js/lock/11.34.0/lock.min.js"></script>
2929
```
3030

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

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

493-
:warning: **Note**: From `11.33.3` onwards, all HTML tags are stripped from user input into custom signup fields.
493+
:warning: **Note**: From `11.34.0` onwards, all HTML tags are stripped from user input into custom signup fields.
494494

495495
##### Text field
496496

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-lock",
3-
"version": "11.33.3",
3+
"version": "11.34.0",
44
"main": "build/lock.js",
55
"ignore": [
66
"lib-cov",

build/lock.js

Lines changed: 10 additions & 9 deletions
Large diffs are not rendered by default.

build/lock.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/lock.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-lock",
3-
"version": "11.33.3",
3+
"version": "11.34.0",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)