News / Releases

BootstrapValidator v0.4.5 Released

New Features

Improvements

  • The zipCode validator adds support for Italian, Dutch postcodes
  • Change default submitButtons to [type="submit"] to support input type="submit"
  • #245: The cvv validator should support spaces in credit card, thanks to @evilchili

Bug Fixes

  • Fix the issue that the hidden fields generated by other plugins might not be validated
  • When parsing options from HTML attributes, don't add the field which hasn't validators. It improves fixes for #191, #223
  • #226: Fix the conflict issue with MooTools
  • #238: The submit buttons are not sent
  • #253: The iban validator does not work on IE8
  • #257: Plugin method invocation don't work

Contributors

Thank to the contributor:

Download

BootstrapValidator v0.4.4 Released

New Features

Improvements

Bug Fixes

  • #231: Wrong prefix of Laser credit card number

Download

BootstrapValidator v0.4.3 Released

New Features

Improvements

Bug Fixes

Document

Contributors

Thank to the contributors:

Download

BootstrapValidator v0.4.2 Released

New Features

Improvements

Bug Fixes

  • #178: Do not validate fields that enabled is set to false, thanks to @henningda

Document

  • #169: Better to say: {validatorname} and {validatoroption} must be lowercase, thanks to @tomByrer

Contributors

Thank to the contributors:

Download

BootstrapValidator v0.4.1 Released

From this version, the plugin is available on jQuery plugins site.

Improvements

Bug Fixes

Contributors

Thank to the contributors:

Download

BootstrapValidator v0.4.0 Released

New Features

HTML 5 attribute Equivalent validator Equivalent HTML attribute
min="..." greaterThan validator
data-bv-greaterthan="true"
data-bv-greaterthan-value="..."
max="..." lessThan validator
data-bv-lessthan="true"
data-bv-lessthan-value="..."
maxlength="..." stringLength validator
data-bv-stringlength="true"
data-bv-stringlength-max="..."
pattern="..." regexp validator
data-bv-regexp="true"
data-bv-regexp-regexp="..."
required notEmpty validator data-bv-notempty="true"
type="color" hexColor validator data-bv-hexcolor="true"
type="email" emailAddress validator data-bv-emailaddress="true"
type="range"
min="..."
max="..."
between validator
data-bv-between="true"
data-bv-between-min="..."
data-bv-between-max="..."
type="url" uri validator data-bv-uri="true"

Changes

Improvements

Bug Fixes

  • #126: Submit button remains disabled after calling custom submitHandler and the form is valid
  • #132: The fields.[fieldName].message option is not used when showing the error message

Contributors

Thank to the contributors:

Download

BootstrapValidator v0.3.2 Released

New Features

Improvements

Contributors

Thank to the contributor:

Download

BootstrapValidator v0.3.1 Released

New Features

Changes

  • Remove the columns option. Now the plugin works normally no matter how many columns the form uses

Improvements

Bug Fixes

Contributors

Thank to the contributors:

Download

BootstrapValidator v0.3.0 Released

New Features

Improvements

Bug Fixes

Contributors

Thank to the contributors:

Download