All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.2.1 (2021-03-10)
- i18n: add Spanish support (33e9389)
2.2.0 (2021-03-10)
- i18n: add locales for Italian (3e995cd)
2.1.1 (2018-12-07)
2.1.0 (2018-10-23)
- i18n: dynamically load locales (e12ac50)
- i18n: add support for Turkish (6e46231)
2.0.2 (2018-09-13)
- login-fire: attribute reflection (f2c7014)
2.0.1 (2018-09-12)
- documentation: missing doc for login-fire-button (52f56f9)
- login-fire-button: ensure child has same width (3d7c774)
2.0.0 (2018-09-11)
- login-fire-form: icon to toggle password visibility (722a048)
- new element: add paper-social-button element (f964104)
- behaviors: increase control on sign-in/out processes (ba75564), closes #165 #51 #149 #131
- login-fire-form: add UT, strong password validation and refactor (383a8d9), closes #87 #122 #51
- login-fire-social: use paper-social-buton and add tests (a5a771f)
- 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 (seeauto
property).