corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 # TODO
2  
3 ###### BUGS
4 * Don't skip custom validators on empty fields (#334)
5 * Defer remote validation while request is still pending. (#72)
6  
7 ###### ENHANCEMENTS:
8 * Refactor validators to optionally return promises. (#131) (#177) (#275)
9 * use Element.setCustomValidity() for non-native validators (#450)
10 * DOCS: Give custom validators own example section (#380)
11 * Improve invalid/valid error events, add post-delay events.
12 - include events for whole form validate/validated, change current validate/validated/invalid/valid to fieldvalidate etc.
13 - [error/errored] [success/successed] in addition to [valid/invalid], upon displaying or clearing an error
14 - add whether or not field is valid in [validated.bs.validator] event.detail
15 - add events on `.validator('validate')`, including whole form validity in `event.detail`
16 * ^ Add a way to reliably determine if form is valid or invalid upon submit. (#67)
17 * Add a class to the form to indicate validity state. (#260)
18  
19  
20 ###### BREAKING CHANGES:
21 * Change remote validator to use response body as error message.
22  
23  
24 # DONE
25