Skip to content

Releases: kartik-v/strength-meter

Version 1.1.4

21 Jan 04:50
Compare
Choose a tag to compare

Version 1.1.4

Date: 20-Jan-2018

  • Add github contribution and issue/PR logging templates.
  • (enh #21): Enhancements to plugin initialization & events (BC breaking).
  • (enh #20): Enhancements to support Bootstrap v4.x framework.
  • (enh #17): Add Serbian translations.
  • (enh #16): Add Spanish translations.
  • (enh #15): Add Hungarian translations.
  • (enh #14): Add Polish translations.
  • (enh #13): Better extending of default options.
  • (enh #12): Add rules.minLength setting to enforce minimum password length (defaults to 2 characters).v

Version 1.1.3

12 Sep 20:18
Compare
Choose a tag to compare

Date: 13-Sep-2015

  1. (enh #10): Add Chinese translations.
  2. (enh #11): More correct field type replacing on toggle.

Version 1.1.2

14 Jul 11:26
Compare
Choose a tag to compare

Date: 14-Jul-2015

  1. (enh #7): Add ability to configure multi-language widgets on same page.
  2. (enh #8): New inputNoToggleTemplate for non toggle mask inputs.

Version 1.1.1

15 Feb 05:03
Compare
Choose a tag to compare

Date: 15-Feb-2015

  1. Set copyright year to current.
  2. Code cleanup and JS lint changes.

Version 1.1.0

08 Nov 15:25
Compare
Choose a tag to compare

Date: 08-Nov-2014

  1. Set release to stable in composer.json.
  2. Updated CHANGE log to reflect user friendly date time formats.

Version 1.0.0

08 Nov 15:17
Compare
Choose a tag to compare

Date: 05-Mar-2014

Strength meter plugin initial release with following features:

  1. Convert any password input to an advanced password strength validation plugin. Will fallback to a normal password input for browsers not supporting JQuery or Javascript.
  2. The plugin will offer ability to toggle password mask (show/hide password text) and display a dynamic strength meter as you type. Uses advanced strength calculation algorithm which can be customized by setting/overriding the default validation rules.
  3. The plugin automatically converts an input with type = password to the strength validation plugin if you set its class = strength. All options to the password input can be passed as HTML5 data attributes.
  4. Configurable templates to control the style and display of the entire plugin. The password input and the various components of the strength meter can be customized. The default template uses Bootstrap 3.x markup to display the password input, toggle, and strength meter.
  5. Internationalization enabled to show messages in languages other than Englsh. At this stage translations are available for 4 languages (German, French, Italian, and Russian). The titles for verdicts and toggle mask can be configured.
  6. Show and hide meter and/or toggle password mask
  7. Reset plugin to the initial value when the form is reset.
  8. Plugin events that traps the change, reset, and toggle of the input.
  9. Plugin methods to refresh the input and strength with a custom value.
  10. Plugin methods to return score and verdict.
  11. Configurable strength verdicts classes and titles.