Skip to content

Commit

Permalink
feat(ValidFieldPassword): add password strength meter #minor
Browse files Browse the repository at this point in the history
  • Loading branch information
aylwin-AB committed Sep 1, 2022
1 parent b7a1f00 commit 71414a1
Show file tree
Hide file tree
Showing 57 changed files with 211 additions and 109 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.9.0]
### Added
- add password strength meter at `ValidFieldPassword`, add props `hasPasswordStrenghtMeter` to show password strength meter

## [0.8.5]
### Added
- Fix `overflow-y:auto` in `card-content` to avoid spill out
Expand Down
2 changes: 1 addition & 1 deletion build/Icon-1215685c.js → build/Icon-f3bf8835.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/Label-51d05a5b.js → build/Label-e62580a5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/Popper-07accaa8.js → build/Popper-db0b109c.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/Select-a4eb9506.js → build/Select-185c427d.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/components/Button/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/components/ButtonWithIcon/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 71414a1

Please sign in to comment.