New features
- #266: Add new
priority
option that allows to set the validator execution order - #275: Add
rst.field.fv
andrst.form.fv
events that are triggered after calling resetField() and resetForm() methods, respectively - #291: The regexp validator provides new
flags
option to use in declarative mode - #313: The remote validator supports synchronous
via new
async
option - #393: The id validator now supports Turkish identification number
Improvements
- #245: The mac validator now supports all formats of IEEE 802 standards
- #256: Support UIKit form-password component
- #308: The fields of
fields
option provided by the different validator can be separated by a comma with or without a space - #312: The phone validator adds support for (123) 456-7890 US phone numbers
Bug fixes
- #311: Fix an issue caused by the date validator when
the
min
,max
options follows the same format asformat
- #324: The numeric validator accepts numbers without a preceding zero
- #395: The ein validator now supports identification numbers that start with "47-"
- #410: Fix the typo in German language package
- #465: The updateMessage() method doesn't work properly if the selector contains multiple class names
Document
- #261: Add Showing messages in a modal example
- #270: Update the geocomplete example
- #279: Not validating current step when going to previous one
- #320: Add Embedding a Bootstrap Datepicker example
- #335: Don't validate when clicking the previous button of jQuery Steps
- #346: Suggest the valid email address when using Mailgun API to validate email address
- #348: Add Playing with Bootstrap Touchspin example
- #351: Add Validating checkbox list placed in multiple columns example
- #384: Add
jpg
extension to the file validator example - #425: Add Toggling validators in a master page example
- #435: Fix the date range example
- #438: Add Playing with Awesome Bootstrap Checkbox example
- #439: Add Supporting two digits expiration year example
- #441: Add Accept test credit card numbers example
- #454: Add Activating tab containing invalid field example
- #463: Add Using Google material icons example
- Add Supporting multiple date formats example
- Add Validating international phone numbers example
- Fix the
icons
typo in the Settings structure section