Skip to content

Commit

Permalink
Merge pull request #589 from auth0/prepare-v10.2.2
Browse files Browse the repository at this point in the history
Release v10.2.2
  • Loading branch information
hzalaz committed Sep 1, 2016
2 parents 286d092 + d252f5d commit 0bd3659
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 19 deletions.
53 changes: 39 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
## [10.2.1] - 2016-08-18
# Change Log

## [10.2.2](https://github.com/auth0/lock/tree/10.2.2) (2016-08-31)
[Full Changelog](https://github.com/auth0/lock/compare/10.2.1...10.2.2)

### Fixed

- Decode window.location.href before parsing hash (#583)

### Changed

- Change the default value for hash in WebApi.parseHash() internal method (#587)

## [10.2.1](https://github.com/auth0/lock/tree/10.2.1) (2016-08-18)
[Full Changelog](https://github.com/auth0/lock/compare/10.2.0...10.2.1)

### Fixed

- Allow dots in HRD username and clear errors before leaving the HRD screen (#574)

## [10.2.0] - 2016-08-18
## [10.2.0](https://github.com/auth0/lock/tree/10.2.0) (2016-08-18)
[Full Changelog](https://github.com/auth0/lock/compare/10.1.0...10.2.0)

### Changed

Expand All @@ -24,13 +39,15 @@
- Allow to override some options in the `show` method (#550)
- Add `nb` translation (#560)

## [10.1.0] - 2016-08-09
## [10.1.0](https://github.com/auth0/lock/tree/10.1.0) (2016-08-09)
[Full Changelog](https://github.com/auth0/lock/compare/10.0.2...10.1.0)

### Added

- Add `de` translation (#546)

## [10.0.2] - 2016-08-05
## [10.0.2](https://github.com/auth0/lock/tree/10.0.2) (2016-08-05)
[Full Changelog](https://github.com/auth0/lock/compare/10.0.1...10.0.2)

### Fixed

Expand All @@ -39,15 +56,17 @@
- Stop showing last login screen when the initial screen is not login (#534)
- Fix email input in IE 10 (#537)

## [10.0.1] - 2016-07-27
## [10.0.1](https://github.com/auth0/lock/tree/10.0.1) (2016-07-27)
[Full Changelog](https://github.com/auth0/lock/compare/10.0.0...10.0.1)

### Fixed

- Stopped dropping keys on email input in IE (#505)
- Protect against svgs background colors set by other stylesheets (#506)
- Ensure header styling looks fine in IE (#507)

## [10.0.0] - 2016-07-20
## [10.0.0](https://github.com/auth0/lock/tree/10.0.0) (2016-07-20)
[Full Changelog](https://github.com/auth0/lock/compare/10.0.0-rc.2...10.0.0)

### Changed

Expand All @@ -62,7 +81,8 @@

- Handle the new variants of password policy errors during sign up.

## [10.0.0-rc.2] - 2016-07-05
## [10.0.0-rc.2](https://github.com/auth0/lock/tree/10.0.0-rc.2) (2016-07-05)
[Full Changelog](https://github.com/auth0/lock/compare/10.0.0-rc.1...10.0.0-rc.2)

### Fixed

Expand All @@ -76,13 +96,15 @@
- The validator function for additional sign up fields now allows to
specify a hint that will be displayed when the field is invalid.

## [10.0.0-rc.1] - 2016-06-22
## [10.0.0-rc.1](https://github.com/auth0/lock/tree/10.0.0-rc.1) (2016-06-22)
[Full Changelog](https://github.com/auth0/lock/compare/10.0.0-beta.5...10.0.0-rc.1)d

### Changed
### Change

- Show Auth0 badge in the bottom only for free plans.

## [10.0.0-beta.5] - 2016-06-21
## [10.0.0-beta.5](https://github.com/auth0/lock/tree/10.0.0-beta.5) (2016-06-21)
[Full Changelog](https://github.com/auth0/lock/compare/10.0.0-beta.4...10.0.0-beta.5)

### Fixed

Expand Down Expand Up @@ -114,7 +136,8 @@
- Display a tooltip on invalid inputs with a hint on how to fix the
error.

## [10.0.0-beta.4] - 2016-05-17
## [10.0.0-beta.4](https://github.com/auth0/lock/tree/10.0.0-beta.4) (2016-05-17)
[Full Changelog](https://github.com/auth0/lock/compare/10.0.0-beta.3...10.0.0-beta.4)

### Fixed

Expand All @@ -131,7 +154,8 @@
type, which allows the user to choose the value from a predefined
list of options.

## [10.0.0-beta.3] - 2016-05-10
## [10.0.0-beta.3](https://github.com/auth0/lock/tree/10.0.0-beta.3) (2016-05-10)
[Full Changelog](https://github.com/auth0/lock/compare/10.0.0-beta.2...10.0.0-beta.3)

### Fixed

Expand All @@ -144,7 +168,8 @@
an username input was displayed when the connection required an
username.

## [10.0.0-beta.2] - 2016-04-25
## [10.0.0-beta.2](https://github.com/auth0/lock/tree/10.0.0-beta.2) (2016-04-25)
[Full Changelog](https://github.com/auth0/lock/compare/10.0.0-beta.1...10.0.0-beta.2)

### Fixed

Expand All @@ -167,6 +192,6 @@
- Optionally request users to agree to terms and conditions before
signing up via the `mustAcceptTerms` option.

## [10.0.0-beta.1] - 2016-03-23
## [10.0.0-beta.1](https://github.com/auth0/lock/tree/10.0.0-beta.1) (2016-03-23)

First preview release, see [https://auth0.com/docs/libraries/lock/v10](https://auth0.com/docs/libraries/lock/v10) for details.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ From CDN

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

From [bower](http://bower.io)
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": "10.2.1",
"version": "10.2.2",
"main": "build/lock.js",
"ignore": [
"lib-cov",
Expand Down
2 changes: 1 addition & 1 deletion examples/bundling/browserify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"dependencies": {
"auth0-lock": "^10.2.1"
"auth0-lock": "^10.2.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
Expand Down
2 changes: 1 addition & 1 deletion examples/bundling/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"auth0-lock": "^10.12.1"
"auth0-lock": "^10.12.2"
},
"devDependencies": {
"babel-core": "^6.4.0",
Expand Down
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": "10.2.1",
"version": "10.2.2",
"description": "Auth0 Lock",
"author": "Auth0 <[email protected]> (http://auth0.com)",
"license": "MIT",
Expand Down

0 comments on commit 0bd3659

Please sign in to comment.