Releases: apertureless/vue-password-strength-meter
Releases · apertureless/vue-password-strength-meter
💎 Release new version 1.7.2
1.7.2 (2020-04-30)
Bug Fixes
- Add missing inheritAttrs: false so the root element does not bind attributes (92dab66), closes #48
- Remove "show password" button from tabbing index (#47) (fe30cc6)
1.7.0 (2020-02-06)
💎 Release new version 1.7.1
💎 Release new version 1.7.0
1.7.0 (2020-02-06)
Features
💎 Release new version 1.6.1
1.6.1 (2019-11-06)
Bug Fixes
- Change default user_input prop value to factory function (#44) (b27a568)
💎 Release new version 1.6.0
1.6.0 (2019-11-01)
Features
- Add zxcvbn user_inputs prop (f0cc239)
💎 Release new version 1.5.0
1.5.0 (2019-08-25)
Bug Fixes
Features
💎 Release new version 1.4.2
1.4.2 (2019-03-18)
Bug Fixes
- Add missing production env to remove dev settings (4a21c74), closes #33
💎 Release new version 1.4.1
1.4.1 (2019-01-07)
Bug Fixes
- strength-meter: Fix responsive behaviour breaks (#29) (#30) (6ced855)
- Add missing emit event type if only strength-meter is active (ed135c9), closes #32
💎 Release new version 1.4.0
1.4.0 (2018-12-27)
Features
- ✨ Allow the usage of built-in input to be optional (#19) (b2201bc)
- Add blur and focus events (6031382)
- Add props for the icon labels (12c6d01), closes #26
💎 Release new version 1.3.2
Bug Fixes
- prevent toggleButton from getting called on input enter (#23) (5cf25a2), closes #21