Skip to content

2.0.0-rc1

Compare
Choose a tag to compare
@EisenbergEffect EisenbergEffect released this 26 Mar 04:16
· 12 commits to master since this release

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.