Skip to content

Releases: convoo/login-fire

Release 2.0.0

12 Sep 14:33
Compare
Choose a tag to compare

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 auto attribute (to True) 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 a login-fire-button you should set the auto attribute to True. For the element on the welcome page it's as you want.

  • By default, the login-fire-form requires 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 the password-regex to "none".

  • The property "showResetPW" was renamed "showResetPassword".

  • The method "toggleShowResetPW" was renamed "toggleShowResetPassword".

  • The signedin event does not contain the user's credential anymore. Of course, it still contains the user representation returned by Firebase.

1.0.0

24 Dec 21:54
Compare
Choose a tag to compare

We're finally releasing 1.0! There are a ton of new updates to login-fire and here are some key highlights:

  1. Hybrid elements!
  2. Handling accessibility
  3. Internationalization
  4. Simple customization (CSS and text)
  5. Federated authentication scope specification
  6. 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

07 Mar 17:02
Compare
Choose a tag to compare

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

21 Dec 14:39
Compare
Choose a tag to compare

Fixes the beta.webcomponents.org demo - #38

0.1.3

13 Dec 17:28
Compare
Choose a tag to compare
  • Added statusKnown property from firebase-auth.
  • Fixed potential issues email input for email-login-fire.

Huge thanks to @n1ywb for contributing the additions of this release!

0.1.2

10 Dec 19:36
Compare
Choose a tag to compare

Fixed issue with login logos not loading. Now they're loaded as inline svg's.

0.1.1

19 Nov 17:04
Compare
Choose a tag to compare

Update README, demos and publish to webcomponents.org

login-fire 0.1.0

14 Jul 15:56
Compare
Choose a tag to compare
  • 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

07 Jul 18:56
Compare
Choose a tag to compare
  • Add password reset functionality - thanks @polinom !!!
  • Fix email only display with no social buttons

login-fire 0.0.3

07 Jul 13:08
Compare
Choose a tag to compare
  • Add basic email password validation errors
  • Fix buttons margin