2024-04-02 15:41:36 +02:00
|
|
|
## 6.0.1
|
|
|
|
|
|
|
|
* Added default loginOptions for email and password fields.
|
|
|
|
|
2024-03-06 10:40:53 +01:00
|
|
|
## 6.0.0
|
|
|
|
|
|
|
|
* Changed ForgotPasswordform to use the same layout as the EmailPasswordLoginForm.
|
2024-03-07 13:46:13 +01:00
|
|
|
* Add option for textalignment for email and password fields.
|
2024-03-06 10:40:53 +01:00
|
|
|
|
2024-03-04 13:25:26 +01:00
|
|
|
## 5.2.0
|
|
|
|
|
|
|
|
* Added spacer options for the ForogotPasswordForm.
|
|
|
|
|
2024-02-15 14:40:56 +01:00
|
|
|
## 5.1.4
|
|
|
|
|
|
|
|
* Added BuildContext to the `onForgotPassword` and `onRegister`.
|
|
|
|
|
2024-02-15 11:17:30 +01:00
|
|
|
## 5.1.3
|
|
|
|
* Added title spacer
|
|
|
|
|
2024-02-09 15:47:44 +01:00
|
|
|
## 5.1.2
|
|
|
|
* Removed bottom padding from password text field
|
|
|
|
|
2024-02-06 16:05:46 +01:00
|
|
|
## 5.1.1
|
|
|
|
* Added Ci and linter
|
|
|
|
|
2023-11-20 16:37:21 +01:00
|
|
|
## 5.1.0
|
|
|
|
* Added the option to disable the showPassword button on the passwordfield.
|
|
|
|
|
2023-11-02 11:24:07 +01:00
|
|
|
## 5.0.0
|
|
|
|
* Removed the redundant initialEmail parameter from 'ForgotPasswordForm'. The only one to use now is the one in the 'LoginOptions'.
|
|
|
|
|
2023-07-27 14:04:40 +02:00
|
|
|
## 4.2.0
|
|
|
|
* Option for spacers add the start and end of the form
|
|
|
|
|
2023-06-12 13:39:00 +02:00
|
|
|
## 4.1.1
|
|
|
|
* Export default LoginValidationService
|
|
|
|
|
2023-05-08 18:09:19 +02:00
|
|
|
## 4.1.0
|
|
|
|
* Option to add spacers between all items
|
|
|
|
|
2023-03-14 11:16:13 +01:00
|
|
|
## 4.0.0
|
|
|
|
* More decoration options less default padding
|
|
|
|
|
2023-02-13 14:33:37 +01:00
|
|
|
## 3.1.2
|
|
|
|
* Added textStyle option for email and password fields
|
|
|
|
|
2023-01-15 15:46:08 +01:00
|
|
|
## 3.1.1
|
|
|
|
* Fix login values not copied to validation
|
|
|
|
|
2022-11-08 09:56:05 +01:00
|
|
|
## 3.0.0
|
|
|
|
* Added login options to loginbuilders for more customization
|
2022-11-04 09:23:48 +01:00
|
|
|
|
2022-11-02 10:51:03 +01:00
|
|
|
## 2.0.1
|
|
|
|
|
|
|
|
* Fixed email regex
|
|
|
|
|
2022-10-31 14:37:09 +01:00
|
|
|
## 2.0.0
|
|
|
|
|
|
|
|
* add forgot password validation on button press
|
|
|
|
* add onDisabledPress param for methods
|
|
|
|
* correctly use initialEmail in forgot password screen
|
|
|
|
|
|
|
|
|
2022-09-20 16:32:46 +02:00
|
|
|
## 0.0.1
|
|
|
|
|
|
|
|
* TODO: Describe initial release.
|