Releases: aurelia/validation
Releases · aurelia/validation
2.0.0
2.0.0-rc2
2.0.0-rc1
aurelia-validation 2.0.0-rc1 (2020-03-26)
Features
BREAKING CHANGES
- This commit changes the default behavior for the
changeOrBlur trigger.
- The change trigger is ineffective till the
associated property is validated once, either by manual validation or
by blur-triggered validation. This prevents showing validation failure
immediately in case of an incomplete input. Note the distinction made
between incomplete and invalid input. - The blur trigger is ineffective until the property is dirty; i.e. any
changes were made to the property. This prevents showing a failure
message when there is a blur event w/o changing the property.
1.6.0
aurelia-validation 1.6.0
Bug Fixes
- all: update binding library and fix TS errors (33c91a1)
- ExpressionVisitor: not redeclare imports (15109b3), closes #537
Features
1.5.0
aurelia-validation 1.5.0
Bug Fixes
- Update type definitions for compatibility with latest dependency-injection release.
1.4.0
1.3.3
- Add module and CDN fields to the package.json
1.3.2
Fix the typings location.
1.3.1
Build update.