Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGES:
- Now by default `login-fire-form` requires a strong password
- The property "showResetPW" was renamed "showResetPassword"
- The method "toggleShowResetPW" was renamed "toggleShowResetPassword"

Closes #51, #87, #122, #131, #149, #165
  • Loading branch information
masonlouchart committed Sep 11, 2018
1 parent d65a57d commit 758177d
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/convoo/login-fire/compare/v1.1.1...v2.0.0) (2018-09-11)


### Bug Fixes

* **login-fire-form:** icon to toggle password visibility ([722a048](https://github.com/convoo/login-fire/commit/722a048))


### Features

* **new element:** add paper-social-button element ([f964104](https://github.com/convoo/login-fire/commit/f964104))


### Performance Improvements

* **behaviors:** increase control on sign-in/out processes ([ba75564](https://github.com/convoo/login-fire/commit/ba75564)), closes [#165](https://github.com/convoo/login-fire/issues/165) [#51](https://github.com/convoo/login-fire/issues/51) [#149](https://github.com/convoo/login-fire/issues/149) [#131](https://github.com/convoo/login-fire/issues/131)
* **login-fire-form:** add UT, strong password validation and refactor ([383a8d9](https://github.com/convoo/login-fire/commit/383a8d9)), closes [#87](https://github.com/convoo/login-fire/issues/87) [#122](https://github.com/convoo/login-fire/issues/122) [#51](https://github.com/convoo/login-fire/issues/51)
* **login-fire-social:** use paper-social-buton and add tests ([a5a771f](https://github.com/convoo/login-fire/commit/a5a771f))


### BREAKING CHANGES

* **login-fire-form:** The property "showResetPW" was renamed "showResetPassword". Now and by default, the
email address format is checked and the password must be relatively strong else the form can't be
sent. The method "toggleShowResetPW" was renamed "toggleShowResetPassword".
* **behaviors:** The `signedin` event does not contain the user's credential anymore.
`login-fire` elements do not automatically try to log the user in
(see `auto` property).



<a name="1.1.1"></a>
## [1.1.1](https://github.com/convoo/login-fire/compare/v1.1.0...v1.1.1) (2018-05-14)

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": "login-fire",
"version": "1.1.1",
"version": "2.0.0",
"authors": [
"Convoo"
],
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "login-fire",
"version": "1.1.1",
"version": "2.0.0",
"description": "Simple way to add authentication to your app using Firebase Auth.",
"directories": {
"test": "test"
Expand Down

0 comments on commit 758177d

Please sign in to comment.