Releases: contributte/live-form-validation
Releases · contributte/live-form-validation
v1.10.1
v1.10.0
Bumped! 📟
Diff: v1.9.0...v1.10.0
Changes:
- Added support date range [c53f6ee] (@JanGalek)
- Docs: fix [dbbf125] (@f3l1x)
- Added pattern for FileUpload & MultipleFileUpload [ad7ee46] (@jzaplet)
- fix inserting message when parent is false [2a47371] (@zakrava)
- Fix inserBefore error [0ba4e3a]
- Fix novalidate error [add1318]
- Hotfix Nette.getValue - elem.value can be a number, Hotfix for Nette.getValue function - elem.value can sometimes be the number type. [6fb9538] (@H0w4rd)
- Fix for LiveForm.getMessageElement() - parentNode.append not supported in IE11 -> fallback with parentNode.appendChild [189359a]
- Fix number validator empty values [a4f5025] (@skybamar)
- Update to nette 3 forms [eb84787] (@dakorpar)
- Drop bower [ee79219] (@f3l1x)
- Sources: reformat [49eceba] (@f3l1x)
- Doc: update documentation, replace CDN urls [9dc594c] (@f3l1x)
- polish docs [e402bbd] (@petrparolek)
- Readme++ [9f98281] (@f3l1x)
- Readme: typo [5f866e0] (@f3l1x)
- Std [004]: kodiak [4935b76] (@f3l1x)
- unify syntax in readmes (#66) [29f1ba1] (@petrparolek)
- added .editorconfig [a31cbff] (@petrparolek)
v1.9.0
v1.8.1
Bump! 😂
Fixed CheckboxList and allow pre-set options
Diff: v1.8.0...v1.8.1
Changes:
- Allow setting options before script is loaded
- Fix validation of CheckboxList
v1.8.0
Bump! 🍂
Updated for Nette Forms 2.4
Diff: v1.7.0...v1.8.0
Changes:
- Updated internal netteForms.js code to latest version.
- Generate nicer ID for some multi-element's message
v1.7.0
Bump! 🏭
Finally validating multi elements
Diff: v1.6.2...v1.7.0
Changes:
- Implement correct handling of multi elements (e.g. CheckBoxList, RadioList)
- Update netteForms.js code to latest master version
v1.6.2
Bump! 🌫
New option for message parent
Diff: v1.6.1...v1.6.2
Changes:
- Added new option 'messageParentClass' to put message into specific parent (not direct one)
v1.6.1
Bump! 🗡
Useful improvements
Diff: v1.6.0...v1.6.1
Changes:
- More convenient way for changing options
- Fix compatibility with Grido
v1.6.0
Bump! 🤕
Compatibility and special error cases improvements
Diff: v1.5.0...v1.6.0
Changes:
- Support for validating forms that weren't initialized properly (compatibility with Grido)
- Support form elements with none or duplicit id
- Small other fixes and changes
v1.5.0
Bump! 🥅
On-load validation, better processing server-errors, various fixes
Diff: v1.4.1...v1.5.0
Changes:
- Don't append error message to radio/checkbox input's label, but along label
- Fix order of showing error message and focusing element
- Rework processing server-validation errors
- Support for on-load validation
- Add new special class "enableHiddenMessageClass"
- Code and options cleanup (renamed various options names)
- Add bower.json
- Various other fixes