Skip to content

Commit

Permalink
Release v11.35.0 (#2223)
Browse files Browse the repository at this point in the history
release v11.35.0
  • Loading branch information
stevehobbsdev authored Dec 19, 2022
1 parent f8c87c0 commit 35b4a63
Show file tree
Hide file tree
Showing 51 changed files with 1,039 additions and 823 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,79 @@
# Change Log

## [v11.35.0](https://github.com/auth0/lock/tree/v11.35.0) (2022-12-19)

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

**Added**

- Support captcha for Passwordless [\#2222](https://github.com/auth0/lock/pull/2222) ([robinbijlani](https://github.com/robinbijlani))

**Changed**

- Bump dependencies to latest patch and fix typos [\#2210](https://github.com/auth0/lock/pull/2210) ([piwysocki](https://github.com/piwysocki))
- Add CodeQL workflow for GitHub code scanning [\#2197](https://github.com/auth0/lock/pull/2197) ([lgtm-com[bot]](https://github.com/apps/lgtm-com))
- Use lts-browsers docker image for Circle build [\#2204](https://github.com/auth0/lock/pull/2204) ([piwysocki](https://github.com/piwysocki))
- homepage added to package.json [\#2208](https://github.com/auth0/lock/pull/2208) ([piwysocki](https://github.com/piwysocki))
- Remove FAQ reference from README [\#2203](https://github.com/auth0/lock/pull/2203) ([frederikprijck](https://github.com/frederikprijck))
- Update okta logo [\#2201](https://github.com/auth0/lock/pull/2201) ([jamescgarrett](https://github.com/jamescgarrett))
- Update readme to match new design [\#2187](https://github.com/auth0/lock/pull/2187) ([ewanharris](https://github.com/ewanharris))

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

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

**Fixed**

- [SDK-3657] Render sign up confirmation before sign in [\#2180](https://github.com/auth0/lock/pull/2180) ([ewanharris](https://github.com/ewanharris))

## [v11.34.1](https://github.com/auth0/lock/tree/v11.34.1) (2022-09-29)

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

**Fixed**

- [ESD-22705] Don't pass function to ConfirmationPane unless closable is enabled [\#2176](https://github.com/auth0/lock/pull/2176) ([ewanharris](https://github.com/ewanharris))

**Security**

- [ESD-22866] Disable spellcheck and autocorrect on all sensitive input fields [\#2178](https://github.com/auth0/lock/pull/2178) ([ewanharris](https://github.com/ewanharris))

## [v11.34.0](https://github.com/auth0/lock/tree/v11.34.0) (2022-09-14)

[Full Changelog](https://github.com/auth0/lock/compare/v11.33.3...v11.34.0)

**Added**

- FDR-297: Adding okta for enterprise [\#2172](https://github.com/auth0/lock/pull/2172) ([jamescgarrett](https://github.com/jamescgarrett))

## [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)

**Changed**

- Bump qs from 6.10.5 to 6.11.0 [\#2147](https://github.com/auth0/lock/pull/2147) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump shell-quote from 1.7.2 to 1.7.3 [\#2145](https://github.com/auth0/lock/pull/2145) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump prettier from 2.7.0 to 2.7.1 [\#2144](https://github.com/auth0/lock/pull/2144) ([dependabot[bot]](https://github.com/apps/dependabot))

## [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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ From CDN

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

### Configure Auth0
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.34.2",
"version": "11.35.0",
"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 35b4a63

Please sign in to comment.