All Versions
37
Latest Version
Avg Release Cycle
155 days
Latest Release
2374 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v2.0.1 Changes
- fixed "attr.specified is deprecated." console warning (#608)
- fixed package.json config with main dep (#617)
- fixed
addValidator()method - added support for
requirementsTransformerfor custom validators - updated jQuery needed version from README and doc
- fixed case when a multiple item were dynamically removed from DOM (#634)
- added proper
type="range"support (#668)
-
v2.0.0 Changes
- fixed remote re-entering already validated value (#576)
- added
stopImmediatePropagation()unonSubmit()method to avoid conflicts with other libraries (#561) - fixed parsleyFieldMultiple behavior that tried to bind non radio or checkbox fields as a multiple field (#589)
input[type=hidden]are now excluded by default (#589)- fixed constraints unicity on fields belonging to same multiple group
- added
data-parsley-remote-validatorfeature (#587) - now support custom messages placeholders (#602)
- fix exception when ParsleyField or ParsleyFieldMultiple value is null or undefined (#598)
- fixed
destroy()method + added test (#555) - added requirejs AMD support for
dist/parsley.jsanddist/parsley.min.jsversions (#606) - fixed custom namespace -multiple that didn't re-evaluated correctly (#595)
- added
ParsleyUI.getErrorsMessages()(Closes #607)
-
v2.0.0-rc5 Changes
- totally reworked multiple fields (#542):
- created a new Class:
ParsleyFieldMultiple - multiple fields returns now same
ParsleyFieldMultipleinstance
- created a new Class:
dist/parsley+remote.jsanddist/parsley+remote.min.jshave been renamed todist/parsley.remote.jsanddist/parsley.remote.min.js- changed the way
asyncValidatehandle events - fix warning if parsley called on a page without elements to validate (#562)
- fixed
ParsleyUtils.attr()attribute checking (#564) - updated
ParsleyUtils.get()method. Do not support anymore placeholder feature sinceParsleyUtils.get() || placeholderwriting is more readable - select and select multiple elements both handle the
parsley-successandparsley-errorclasses directly and not their parent. - added pattern flags support (#566, #550)
- fixed ParsleyFieldMultiple optional fields if not explicitely required
- fixed ParsleyFieldMultiple trigger
- fixed select UI auto-bind change on error (#537)
- fixed
asyncIsValid()andasyncValidate()API to supportforceoption
- totally reworked multiple fields (#542):
-
v2.0.0-rc4 Changes
- fixed js error if wrong data-parsley-errors-container is given
- fixed js error if
name=""orid=""for parlsey multiple fields (#533) - fixed dynamically added fields form inheritance (#532)
- fixed parsley-remote.js remote validator registration that overrided other extra validators.
- added multiple xhr queries aborting in parsley.remote to avoid unneeded server overload with keyup trigger
- fixed excluded fields option and added some doc for it (#546)
- fixed
rangevalidator with0value (#543) - added
data-parsley-trim-valueoption - updated validator.js
- added
this.submitEvent.preventDefault()support for parsley.remote call twice form / field tests with parsley.remote for better support (#552) - fixed global leaks shown by test suite
- new $ Parsley API behavior:
- returns
undefinedif called on non existing DOM element- console warn (#548)
- returns an array of instances if called on selector with multiple elements (#547)
- returns
- fixed
min,max,rangevalidators (#556)
-
v2.0.0-rc3 Changes
- fixed $ conflict (#525)
- added
forcevalidation forisValid()andvalidate() - added doc events example
- added doc Help section
- added
data-parsley-errors-messages-disabledoption
-
v2.0.0-rc2 Changes
- added
data-parsley-validate-if-emptyfield option (#489) - fixed select multiple bug (#522)
- allowed checkbox, radio and select multiple inputs to have either a
nameor anidto be binded (instead of just a name)
- added
-
v2.0.0-rc1 Changes
- initial 2.x public release