Skip to content

Releases: ablanco/jquery.pwstrength.bootstrap

2.0.8

16 Jul 21:24

Choose a tag to compare

  • Fix showing the strength of the password through the status of the field.

2.0.7

16 Jul 21:24

Choose a tag to compare

  • Add new option progressExtraCssClasses to be able to customize the container of the progress bar.
  • Updated development dependencies.

2.0.6

28 Jan 19:28

Choose a tag to compare

  • Updated development dependencies.
  • Bootstrap 4 alpha 6 support.

2.0.5

28 Jan 19:29

Choose a tag to compare

Italian localization.

2.0.4

28 Jan 19:29

Choose a tag to compare

  • French localization.
  • Don't use Math.log2 since IE doesn't support it.

2.0.3

28 Jan 19:29

Choose a tag to compare

  • German localization.
  • Polish localization.

2.0.2

26 Aug 10:16

Choose a tag to compare

  • Add a onScore callback to allow for a final score modification.
  • Turkish translation.

2.0.1

27 Jun 16:50

Choose a tag to compare

  • Fix bad assignment in the plugin initialization.
  • Russian localization.
  • New option to control the events the plugin listen to.

2.0.0

23 Apr 18:34

Choose a tag to compare

Changes

  • Use six possible verdicts and six possible css classes, so they match one to one making it possible to configure each class for each verdict level.
  • Properly manage the paste event so the meter updates when the user pastes the password.
  • Add a new option to display the password score.
  • Translations support, ahora hablamos idiomas.
  • New option to set the minimum possible percentage filled in the progress bar when the password field is not empty.
  • New option to set the minimum possible percentage filled in the progress bar when the password field is empty.
  • New option for extra CSS classes to be added to the generated progress bar.

Breaking changes

  • There are 6 verdicts and css classes now, instead of 5.
  • verdicts and errorMessages options have been removed. Now they rely on the translations system.