diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c519a..3e0ce61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 4.1.10 +Validation now properly handles `minimum` and `maximum` values of 0 instead of filtering them out as falsy. + ## 4.1.9 Multiple formForBuilders can now be used within a form. This enables automatic rendering for parts of the form and manual rendering for others. (Or automatic rendering for separate subections of the form.) formForBuilder supports `template` attribute per view-field (to be passed to individual form control directives). diff --git a/bower.json b/bower.json index 5e45fbf..c7ebe6b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-form-for", - "version": "4.1.9", + "version": "4.1.10", "main": [ "./dist/form-for.css", "./dist/form-for.js" diff --git a/package.json b/package.json index f99d608..b18322d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-form-for", - "version": "4.1.9", + "version": "4.1.10", "description": "Set of Angular directives to simplify creating and validating HTML forms.", "keywords": [ "angular",