Skip to content

Commit d4234e5

Browse files
[SDK-3874] Release v12.0.0 (#2243)
release v12.0.0
1 parent b4a601e commit d4234e5

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# Change Log
2+
3+
## [v12.0.0](https://github.com/auth0/lock/tree/v12.0.0) (2023-01-20)
4+
5+
[Full Changelog](https://github.com/auth0/lock/compare/v11.35.0...v12.0.0)
6+
7+
Lock is now built using React 18, which resolves a number of security vulnerabilities and improves performance. If you encounter any issues relating to this upgrade, please [submit a bug report](https://github.com/auth0/lock/issues/new?assignees=&labels=bug+report,v12&template=report_a_bug.md&title=).
8+
9+
Despite the major version bump, **v12 is completely API-compatible with v11**.
10+
11+
**Changed**
12+
13+
- Upgrade to React 18 [\#2209](https://github.com/auth0/lock/pull/2209) ([stevehobbsdev](https://github.com/stevehobbsdev))
14+
- Upgrade to Webpack 5 [\#2213](https://github.com/auth0/lock/pull/2213) ([stevehobbsdev](https://github.com/stevehobbsdev))
15+
- Various dependency bumps [see the full changelog](https://github.com/auth0/lock/compare/v11.35.0...v12.0.0)
16+
217
## [v11.35.0](https://github.com/auth0/lock/tree/v11.35.0) (2022-12-19)
318

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

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
> :warning: Lock is built using React 18 from v12 onwards. Getting issues? Please [submit a bug report](https://github.com/auth0/lock/issues/new?assignees=&labels=bug+report,v12&template=report_a_bug.md&title=).
88
9+
> :warning: From v12 onwards, we no longer publish to Bower.
10+
911
## Documentation
1012

1113
- [Docs Site](https://auth0.com/docs) - explore our Docs site and learn more about Auth0.
@@ -24,6 +26,12 @@ Install Lock into your project using [npm](https://npmjs.org):
2426
npm install auth0-lock
2527
```
2628

29+
From CDN
30+
31+
```html
32+
<!-- Latest patch release (recommended for production) -->
33+
<script src="https://cdn.auth0.com/js/lock/12.0.0/lock.min.js"></script>
34+
```
2735
### Configure Auth0
2836

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

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": "12.0.0-beta.0",
3+
"version": "12.0.0",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <support@auth0.com> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)