Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Releases: jonsamwell/angular-auto-validate

v1.19.6

17 Jun 04:20
Compare
Choose a tag to compare

External validation bug fixes

v1.19.5

16 Jun 07:28
Compare
Choose a tag to compare
fixed build error

v1.19.4

16 Jun 07:24
Compare
Choose a tag to compare

Fixed a few issue and merged some pull requests

v1.19.3: Fixed a problem with ng-model-options updateOn blur/default with debo…

30 Nov 20:28
Compare
Choose a tag to compare

Fixed a problem with ng-model-options updateOn blur/default with debounce not validating - a bit of a tricky problem!

v1.19.2

30 Nov 17:34
Compare
Choose a tag to compare

v1.19.1: Fixed problem with the de-bounce function in the ngModel decorator.Op…

15 Nov 23:56
Compare
Choose a tag to compare

v1.19.1 16/11/2015
Fixed problem with the de-bounce function in the ngModel decorator.
Option added to the validator service to automatically scroll to the first invalid input.

v1.19.0

24 Oct 21:52
Compare
Choose a tag to compare

Possible breaking change fixing i18n caching issue with en-us and en-gb files. The default language
is now 'default' and not en-gb.
New Turkish translation.
Updated German translation
IE10 speed improvement when validating a form.
The BS3 modifier no longer adds the has-feedback class if state icons are not enabled.
Fixed issue when serialising the form controller to json
You can now add the attribute disable-auto-validate="true" to an element and it won't validate.

v1.18.17

20 Sep 21:42
Compare
Choose a tag to compare

Added pt-pt and zh-tw lang files

v1.18.16: Fixes issue (https://github.com/jonsamwell/angular-auto-validate/issu…

04 Sep 00:06
Compare
Choose a tag to compare

Fixes issue (#88) where the node is a comment.
Fixes issue with validation error message placement with checkboxes and radio groups for the BS3 modifier.

v1.18.15

01 Sep 02:18
Compare
Choose a tag to compare

Added nl-nl (Dutch) language file thanks to
Added zh-cn (simplified chinese) language file thanks to https://github.com/bwlee
Foundation modifier now checks for either the 'columns' or 'column' class as you can you either with foundation 5.
Fixed issue #85 supportsNgModelOptions logic mistake