Skip to content

Releases: antoantonyk/password-strength-meter

v5.0.1

30 Jul 15:12
ba1cda6
Compare
Choose a tag to compare
🚀 RELEASE: v5.0.1 (#193)

v4.3.1

30 Jul 14:57
Compare
Choose a tag to compare

Full Changelog: v4.3.0...v4.3.1

v5.0.0

05 Jun 11:33
16d715c
Compare
Choose a tag to compare
📦 NEW: angular 14 support (#95)

* 📦 NEW: angular 14 support

* 👌 IMPROVE: use the typed form in showcase app

v4.3.0

23 Apr 19:26
e0282e6
Compare
Choose a tag to compare
📦 NEW: angular 13 support with ivy (#74)

* 📦 NEW: angular 13 support with ivy

* 📦 NEW: migrate to eslint

v4.2.0

23 Apr 18:58
2d04827
Compare
Choose a tag to compare
📦 NEW: angular 12 support (#73)

* 📦 NEW: angular 12 support

* 🐛 FIX:  npm vulnerabilities

* 🐛 FIX: npm install

v4.1.0

23 Apr 18:40
edd284b
Compare
Choose a tag to compare
👌 IMPROVE: angular 11 support (#71)

👌 IMPROVE: angular 11 support (#71)

v4.0.0

23 Apr 17:36
d113dab
Compare
Choose a tag to compare

feature/use latest zxcvbn ts (#69)

  • 📦 NEW: use @zxcvbn-ts/core for better support

  • 👌 IMPROVE: use single workflow to manage deployment to github pages

  • 👌 IMPROVE: option to provide the custom password strength meter service

Breaking Changes

Check the readme file for installation of the lib.

we have removed the old zxcvbn lib from dropbox and used the new one zxcvbn-ts

3.1.0 - Dynamic Progress Bar and Bug Fixes

18 Apr 12:36
bebb4d4
Compare
Choose a tag to compare

#10 - Added new property ("numberOfProgressBarItems") to configure the progress bar items
#31 & #49 - Service class provided in the root for flexibility to override
#41 - Fixed the format issue

Breaking Changes - CSS class names are changed. Please take a look at the source code.

Bug fix

27 Oct 10:11
0212946
Compare
Choose a tag to compare

#27 Fixed style issues

Angular 10

11 Oct 07:58
3aa5319
Compare
Choose a tag to compare

The following changes are included:

#23 - upgraded to angular 10
#13 - updated password warning message sentence punctuation.
#21 - clear suggestions when the password is empty
#24 - alternate option to support zxcvbn (using zxcvbn3 for now)