Skip to content

Commit

Permalink
Tagging for 4.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Dec 13, 2015
1 parent 7885870 commit ee796b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions 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).
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit ee796b8

Please sign in to comment.