Releases: haacked/aspnet-client-validation
Releases · haacked/aspnet-client-validation
v0.8.7 - Isolated Forms Edition
What's Changed
Full Changelog: v0.8.6...v0.8.7
v0.8.6 - An Input By Any Other Name Edition
What's Changed
- When adding or removing an error from an input element, also apply it to inputs with the same name. by @AndyButland in #40
Full Changelog: v0.8.5...v0.8.6
v0.8.5 - The Submission Is A Beautiful Thing Edition
What's Changed
Full Changelog: v0.8.4...v0.8.5
v0.8.4
v0.8.3 - What's Done Is Done Edition
We Choose Errors With Class
Every Move You Make
What's Changed
- Add a 'watch' option to wire up a mutation observer by @analogrelay in #23
- Scan when readyState is interactive or complete. Also make
scan
public. by @haacked in #22
New Contributors
- @analogrelay made their first contribution in #23
Full Changelog: v0.6.0...v0.8.0
You can run, but you can't hide
What's Changed
- Add option to allow hidden field validation #16 by @dotnetshadow in #20
Full Changelog: v0.5.5...v0.6.0
Million Dollar Mistake
What's Changed
- Fixes #17
v.isFieldValid
orvalidateForm
causing error by @dotnetshadow in #18 - A null wasn't being checked. This fix checks it.
New Contributors
- @dotnetshadow made their first contribution in #18
Full Changelog: v0.5.3...v0.5.4
We Love To Skip
What's Changed
- Enhancement: #15 Adds support for the
formnovalidate
attribute to allow certain buttons to skip validation such as a back buttons in a multi-page form.
New Contributors
- @AndyButland made their first contribution in #15
Full Changelog: v0.5.1...v0.5.3