flutter_login_widget/CHANGELOG.md

30 lines
531 B
Markdown
Raw Normal View History

2023-05-08 18:09:19 +02:00
## 4.1.0
* Option to add spacers between all items
## 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
## 3.1.1
* Fix login values not copied to validation
## 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
## 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.