Skip to content

Commit 4c45dda

Browse files
committed
chore(build)
1 parent 6977268 commit 4c45dda

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
## 0.4 to 0.5
44
### Summary
55
* Required and readonly now work consistently across input types
6-
* Some styling improvements for required fields
6+
* Some styling improvements for required fields and mobile
7+
* Added support for ui-select plugin, and in so doing added new services (formMarkupHelper, pluginHelper) that make it
8+
much easier to add new plugins.
79

810
### BREAKING CHANGES
911
* Changed id generation to remove . characters. This may break some tests (but the . characters themselves were upsetting

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "forms-angular",
33
"author": "Mark Chapman <support@forms-angular.org>",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"homepage": "https://github.com/forms-angular/forms-angular",
66
"description": "No nonsense forms for the MEAN stack",
77
"keywords": [

less/forms-angular-with-bs3.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6028,7 +6028,7 @@ textarea[msd-elastic] {
60286028
position: static;
60296029
}
60306030
.global-search {
6031-
padding-right: 1em;
6031+
padding-right: 7px;
60326032
}
60336033
}
60346034
form.form-horizontal .form-group {
@@ -6082,8 +6082,7 @@ form .tab-content {
60826082
border: 0;
60836083
margin-left: 0;
60846084
margin-right: 0;
6085-
padding-top: 0;
6086-
padding-bottom: 0;
6085+
padding: 0;
60876086
-webkit-box-shadow: none;
60886087
box-shadow: none;
60896088
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Mark Chapman <support@forms-angular.org>",
44
"description": "A form builder that sits on top of Angular.js, Twitter Bootstrap, jQuery UI, Angular-UI, Express and Mongoose. Opinionated or what?",
55
"homepage": "http://forms-angular.org",
6-
"version": "0.4.0",
6+
"version": "0.4.1",
77
"engines": {
88
"node": "0.10.x",
99
"npm": ">=1.x"

0 commit comments

Comments
 (0)