Releases: convoo/login-fire
Release 2.0.0
The purpose of this release is to solve performance issues. Particularly the redundant event sending and the inversion of control of the sign-in/sign-up process. For more detail read the CHANGELOG.
BREAKING CHANGES
-
By default, the sign-in process is not automatic. If you're using more than 1 element of this collection be sure to set the
autoattribute (toTrue) on those that are not in charge of the first connection (else they will be displayed like if no user is logged in). For example, you have a welcome page and a sign-out button. If the sign-out button is alogin-fire-buttonyou should set theautoattribute toTrue. For the element on the welcome page it's as you want. -
By default, the
login-fire-formrequires strong password. It means users already having an account with a weak password will not be able to sign-in anymore. They have to change their password. You can disable the password strength validation by setting thepassword-regexto "none". -
The property
"showResetPW"was renamed "showResetPassword". -
The method
"toggleShowResetPW"was renamed "toggleShowResetPassword". -
The
signedinevent does not contain the user's credential anymore. Of course, it still contains the user representation returned by Firebase.
1.0.0
We're finally releasing 1.0! There are a ton of new updates to login-fire and here are some key highlights:
- Hybrid elements!
- Handling accessibility
- Internationalization
- Simple customization (CSS and text)
- Federated authentication scope specification
- Show/Hide password options for email address + password authentication
The API is different now, so check out the documentation to find out what you need to change. We believe this update makes things a lot simpler for you and are looking forward to your feedback.
Huge thanks to @masonlouchart for the amazing work he's done spearheading this release, from refactoring the code to adding a ton of features to reviewing PRs and adding documentation. He's done it all. Thanks Mason!
Also, thanks to all our contributors who made some awesome PRs and are shaping login-fire as it is today:
@Oupsla and @Protoss78 thank you so much!
v0.1.5
Add noSignUp property - thanks to @JaySunSyn !
Also fixed an issue with social-login-fire when clicking on the icon instead of the button. #78 Thanks @cappittall for reporting!
0.1.4
0.1.3
0.1.2
0.1.1
login-fire 0.1.0
- Split email and social login into separate components
- Ensured responsive view for login-fire
- Removed unnecessary demos
- Add paper-dialog demoes - thanks to @polinom!
Email:
- Password reset bug fix
- Make sure autoSignUp is an option not the default
Social:
- Add mini buttons with network name only
- Add horizontal view allowing all buttons to appear side by side
login-fire 0.0.4
- Add password reset functionality - thanks @polinom !!!
- Fix email only display with no social buttons
login-fire 0.0.3
- Add basic email password validation errors
- Fix buttons margin