Skip to content

Releases: hueitan/angular-validation

This project is no longer maintained

26 Oct 09:51
Compare
Choose a tag to compare

v1.4.4

31 May 13:03
Compare
Choose a tag to compare

Fix

402752c Executes $apply() only if doesn't have another in execution (blur)

Improvement

#198 Added support for dynamic default messages using functions.

v1.4.3

24 Jan 17:04
Compare
Choose a tag to compare

Fix

#257 Fix for initialValidity set up

Improvement

#231 improve valid result, you can set success or error message when valid
#266 Observe validator changes
#271 Using model value

v1.4.2

22 Jul 09:28
Compare
Choose a tag to compare

Fix

#206 Fixed calls for validCallback/invalidCallback
#215 Fix validation-group not working properly

Improvement

#223 Track originalViewValue

Documentation

#204 Webpack integration + design improvements

v1.4.1

27 Jan 08:58
Compare
Choose a tag to compare

Improvement

#137 Support Angular 1.4.x version
#180 Add code coverage using coveralls and write more tests
#184 Support compiling validation output message

New Featuers

#175 Add validation-group directive to support group validation, checkboxes, radios, text fields, and etc
#183 Support custom message element and update parameter for setErrorHTML() and setSuccessHTML()

v1.3.4 Moving to v1.4

17 Dec 06:28
Compare
Choose a tag to compare

Improvement

#113 removing directive scope dependency
#168 Added a global valid method
#172 Reset Callback

Fix

0946ed4 FIX provider.setSuccess/ErrorMessage & no-validation-message

Documentation

#164 Improve the HTML documentation and style guide section
3aa4380 Add Q&A "Can this works correctly with AngularUI, ui-select, others

Screenshot

screenshot-huei90 github io 2015-12-17 14-27-19

v1.3.3

31 Oct 05:06
Compare
Choose a tag to compare

Improvement

00ce51c Updated travis.yml
6f9403d Added the package.js in order to support Meteor package
a872d4c Did refactoring the project

Fix

331d2eb Wrapped validation-reset within $timeout
e53469c Fixed no-validation-message condition
4dcdb68 Set an actual value from the control's view (ctrl.$viewValue instead of watch value)
09aed2e Fixed an error in the checkValid function

Documentation

eeac2f0 Updated API.md to include an ng-model-options example

v1.3.2

10 Aug 08:17
Compare
Choose a tag to compare

Fix

fca3399 Trouble focusing on first invalid element on submit
ef425a9 Adding message to invalid and valid callback functions.

v1.3.1

11 May 04:36
Compare
Choose a tag to compare

Welcome angular-validation-schema

Add GA for the demo page

Improvement

6b22fe2 Documentation for bootstrap form group
dffdc32 Allow passing of a parameter to validation rule and added min and max length rules

Fix

09f9731 second validator fires but does not wait

New Featuers

1b9d527 toggle has-error on parent form-group with $validationProvider valid/invalid callbacks

v1.3.0

06 Feb 05:42
Compare
Choose a tag to compare

Important

This version support angularjs 1.3

Improvement

b6a70b2 Use ctrl.$viewValue instead of element[0].value
0e1925e Default initial Validity is undefined
8c7bfb1 Prevents span from being displayed for valid input without messages
509e2a0 Allows global disabling of error messages in case someone wants that

New Features

717c98b Add a MessageId atrribute for customizing valid/invalid message position

Documentation

b638dc6 Update readme with bower installation steps
10318f8 Update API.md for anchor link

Demo

97c1e14 Add demo for select form
71f6e0b Add ng-repeat input box example

Thanks @lvarayut @eyupatis @U-US\katerbm @dmitry-dedukhin for the contributions