## 7.3.0 * Added Biometrics support to the LoginOptions ## 7.2.0 * Added CustomSemantics widget that is used to wrap all the inputfields and buttons to make the component accessible for e2e testing. * Upgraded pinput to 5.0.1 from 2.3.0 * Updated flutter_iconica_analysis to 7.0.0 with new rules ## 7.1.3 * Fixed forgotpassword description line height. * Fixed default text. ## 7.1.2 * Added padding to the forgotpasswordRequestButton ## 7.1.1 * Changed default theme ## 7.1.0 * Added autofillgroup to support native password managers ## 7.0.0 * Removed `title` and `subtitle` parameters from `LoginOptions` in favour of passing them directly to the `EmailPasswordLoginForm` widget directly ## 6.1.0 * Added 'suffixIconSize' and 'suffixIconPadding' to LoginOptions. ## 6.0.2 * Added more default loginOptions for login, forgot password and register. ## 6.0.1 * Added default loginOptions for email and password fields. ## 6.0.0 * Changed ForgotPasswordform to use the same layout as the EmailPasswordLoginForm. * Add option for textalignment for email and password fields. ## 5.2.0 * Added spacer options for the ForogotPasswordForm. ## 5.1.4 * Added BuildContext to the `onForgotPassword` and `onRegister`. ## 5.1.3 * Added title spacer ## 5.1.2 * Removed bottom padding from password text field ## 5.1.1 * Added Ci and linter ## 5.1.0 * Added the option to disable the showPassword button on the passwordfield. ## 5.0.0 * Removed the redundant initialEmail parameter from 'ForgotPasswordForm'. The only one to use now is the one in the 'LoginOptions'. ## 4.2.0 * Option for spacers add the start and end of the form ## 4.1.1 * Export default LoginValidationService ## 4.1.0 * Option to add spacers between all items ## 4.0.0 * More decoration options less default padding ## 3.1.2 * Added textStyle option for email and password fields ## 3.1.1 * Fix login values not copied to validation ## 3.0.0 * Added login options to loginbuilders for more customization ## 2.0.1 * Fixed email regex ## 2.0.0 * add forgot password validation on button press * add onDisabledPress param for methods * correctly use initialEmail in forgot password screen ## 0.0.1 * TODO: Describe initial release.