Releases: Droow/react-password-indicator
Releases · Droow/react-password-indicator
1.0.0
27 Jul 11:15
Compare
Sorry, something went wrong.
No results found
Features
Add more controlled options:
Add options to choose if validate on change or on blur
onChange now returns only input value and not the validation result (use onValidate for that)
Add more examples to storybook (controlled)
0.5.0
13 Jul 10:19
Compare
Sorry, something went wrong.
No results found
Features
Add informed support (react-forms)
0.4.0
24 Jun 20:29
Compare
Sorry, something went wrong.
No results found
Features
Return all rules in render function
Add hasRulePassed function to detect passed rules
0.3.0
18 Jun 12:57
Compare
Sorry, something went wrong.
No results found
Features
Rules are now re-validated when changed dynamically
Rules are now re-validated when value changes in controlled mode
Add new predefined rule to allow easy password confirmation validation
Add demo page to readme
0.2.1
13 Jun 23:56
Compare
Sorry, something went wrong.
No results found
Features
If wrong type of message supported for predefined rules (neither string or function) use default.
Refactor
0.2.0
13 Jun 23:54
Compare
Sorry, something went wrong.
No results found
Features
Rules can now be dynamically changed.
Only unique rules are allowed.
Better message management
Minor bug fixes.