Skip to content

Commit 217fbb2

Browse files
authored
Release v10.14.0 (#953)
1 parent 0f2d8c0 commit 217fbb2

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

CHANGELOG.md

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

3+
## [v10.14.0](https://github.com/auth0/lock/tree/v10.14.0) (2017-03-27)
4+
[Full Changelog](https://github.com/auth0/lock/compare/v10.13.0...v10.14.0)
5+
6+
**Closed issues**
7+
- prefill option is lost after reset password [\#933](https://github.com/auth0/lock/issues/933)
8+
9+
**Added**
10+
- Throw an error when audience is used without oidcConformant flag [\#947](https://github.com/auth0/lock/pull/947) ([luisrudge](https://github.com/luisrudge))
11+
- Added Finnish translation [\#936](https://github.com/auth0/lock/pull/936) ([kettunen](https://github.com/kettunen))
12+
- Added Ukrainian translation [\#931](https://github.com/auth0/lock/pull/931) ([grsmv](https://github.com/grsmv))
13+
14+
**Changed**
15+
- Upgrade auth0js to v8.5.0 [\#952](https://github.com/auth0/lock/pull/952) ([luisrudge](https://github.com/luisrudge))
16+
- Disable social buttons when terms were not accepted on sign up [\#949](https://github.com/auth0/lock/pull/949) ([luisrudge](https://github.com/luisrudge))
17+
- Better explanation about the sso option [\#948](https://github.com/auth0/lock/pull/948) ([luisrudge](https://github.com/luisrudge))
18+
- Changed password leak error message [\#934](https://github.com/auth0/lock/pull/934) ([ntotten](https://github.com/ntotten))
19+
- Add support for success and error messages to be in HTML [\#928](https://github.com/auth0/lock/pull/928) ([luisrudge](https://github.com/luisrudge))
20+
21+
**Fixed**
22+
- Fixing Italian dictionary [\#950](https://github.com/auth0/lock/pull/950) ([ilmistra](https://github.com/ilmistra))
23+
- Don't clear email field after reset password [\#945](https://github.com/auth0/lock/pull/945) ([luisrudge](https://github.com/luisrudge))
24+
- Disable autoCorrect and spellCheck in the username input [\#927](https://github.com/auth0/lock/pull/927) ([luisrudge](https://github.com/luisrudge))
25+
26+
327
## [v10.13.0](https://github.com/auth0/lock/tree/v10.13.0) (2017-03-13)
428
[Full Changelog](https://github.com/auth0/lock/compare/v10.12.3...v10.13.0)
529

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ From CDN
1414

1515
```html
1616
<!-- Latest patch release (recommended for production) -->
17-
<script src="http://cdn.auth0.com/js/lock/10.13.0/lock.min.js"></script>
17+
<script src="http://cdn.auth0.com/js/lock/10.14.0/lock.min.js"></script>
1818
```
1919

2020
From [bower](http://bower.io)

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": "10.13.0",
3+
"version": "10.14.0",
44
"main": "build/lock.js",
55
"ignore": [
66
"lib-cov",

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": "10.13.0",
3+
"version": "10.14.0",
44
"description": "Auth0 Lock",
55
"author": "Auth0 <[email protected]> (http://auth0.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)