Skip to content

Releases: aurelia/validation

2.0.0

07 Feb 11:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0-rc2...2.0.0

2.0.0-rc2

12 Jun 03:43
Compare
Choose a tag to compare

aurelia-validation 2.0.0-rc2 (2020-06-12)

Bug Fixes

  • Istanbul bug

2.0.0-rc1

26 Mar 04:16
Compare
Choose a tag to compare

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

18 Dec 22:40
Compare
Choose a tag to compare

aurelia-validation 1.6.0

Bug Fixes

  • all: update binding library and fix TS errors (33c91a1)
  • ExpressionVisitor: not redeclare imports (15109b3), closes #537

Features

  • config: make config constructor param optional and place default trigger in static property (a52f4c4)
  • config: make the setters chainable (bd118a6)
  • config: rename global config class (c4e5fe2)
  • config: support global config option for default validation trigger (39a4e67)

1.5.0

09 Aug 06:34
Compare
Choose a tag to compare

aurelia-validation 1.5.0

Bug Fixes

  • Update type definitions for compatibility with latest dependency-injection release.

1.4.0

23 Mar 19:58
Compare
Choose a tag to compare

aurelia-validation 1.4.0

Bug Fixes

Features

  • ValidationRules: add number validation rules (f67cf59), closes #440

1.3.3

19 Jan 00:58
Compare
Choose a tag to compare
  • Add module and CDN fields to the package.json

1.3.2

16 Nov 18:51
Compare
Choose a tag to compare

Fix the typings location.

1.3.1

16 Nov 05:28
Compare
Choose a tag to compare

Build update.

1.3.0

30 Oct 05:57
Compare
Choose a tag to compare

aurelia-validation 1.3.0

Bug Fixes

  • BindingBehaviors: add explicit name (59e3f1c)
  • typings: path to typescript definitions (77ffaa1)