Skip to content

Commit 0e29684

Browse files
committed
chore(build) 0.8.0
1 parent 91ec3ec commit 0e29684

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# forms-angular
22

3-
## 0.7.0 to 0.7.1
4-
* Fix bug with routing to specific tab (such as /#/collection/id/edit/tab1
3+
## 0.7.0 to 0.8.0
4+
* Move to Angular 1.6.x
5+
* Allow adding _id to list fields
6+
* Fix bug with routing to specific tab (such as /#/collection/id/edit/tab1)
7+
### BREAKING CHANGES
8+
* If your application calls recordHandler.handleError (typically from a controller) then you will need
9+
to pass a response object rather than (data:any, status: number)
510

611
## 0.6.0 to 0.7.0
712
* Removed support for Bootstrap 2 (just in time for Bootstrap 4?)

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.7.2",
4+
"version": "0.8.0",
55
"homepage": "https://github.com/forms-angular/forms-angular",
66
"description": "No nonsense forms for the MEAN stack",
77
"keywords": [

js/services/add-all.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/services/submissions.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
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.7.2",
6+
"version": "0.8.0",
77
"engines": {
88
"node": ">=4.x",
99
"npm": ">=3.x"
@@ -32,10 +32,10 @@
3232
],
3333
"dependencies": {
3434
"body-parser": "1.16.0",
35-
"express": "4.14",
35+
"express": "4.14.1",
3636
"method-override": "2.3.7",
3737
"async": "1.5.2",
38-
"mongoose": "4.7.8",
38+
"mongoose": "4.8.1",
3939
"node.extend": "1.1.6",
4040
"underscore": "1.8.3"
4141
},
@@ -51,7 +51,7 @@
5151
"gulp-tsc": "1.2.6",
5252
"gulp-umd": "0.2.0",
5353
"jasmine-core": "2.5.2",
54-
"karma": "1.4.0",
54+
"karma": "1.4.1",
5555
"karma-jasmine": "1.1.0",
5656
"karma-junit-reporter": "1.2.0",
5757
"karma-ng-html2js-preprocessor": "1.0.0",

0 commit comments

Comments
 (0)