Skip to content

Commit 8d9bada

Browse files
committed
deploying version 2.2.0
1 parent e93c512 commit 8d9bada

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 2.2.0
2+
3+
* Enhancements
4+
* Added option to skip the form group check. Thanks @lukaselmer
5+
* Allow input-group instead of form-group class. Thanks @morgenes
6+
* Works with inputs without the form-control class (helps it work with radio and checkbox controls). Thanks @Kheldar
7+
18
### 2.1.0
29

310
* Enhancements

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap-show-errors",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"authors": [
55
"Paul Yoder <[email protected]>"
66
],

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "angular-bootstrap-show-errors",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "An Angular Directive to intelligently show form validation errors",
5-
"author": "https://github.com/paulyoder/angular-bootstrap-show-errors/graphs/contributors",
5+
"author": "Paul Yoder <paulyoder@gmail.com>",
66
"license": "MIT",
7-
"homepage": "https://github.com/angular-bootstrap-show-errors",
7+
"homepage": "https://github.com/paulyoder/angular-bootstrap-show-errors",
88
"main": "src/showErrors.js",
99
"dependencies": {},
1010
"devDependencies": {
@@ -21,9 +21,5 @@
2121
},
2222
"scripts": {
2323
"test": "grunt --verbose"
24-
},
25-
"repository": {
26-
"type": "git",
27-
"url": "git://github.com/dalelotts/angular-bootstrap-datetimepicker.git"
2824
}
2925
}

0 commit comments

Comments
 (0)