Skip to content

Commit c3f8e1a

Browse files
committed
chore(build) 0.7.0
1 parent d8e87a1 commit c3f8e1a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
* Internal templates can be over-ridden by specifying a templateFolder property in the routing config.
88
### BREAKING CHANGES
99
* To use the edit / list / report templates from a pre 0.7.0 application you must specify a templateFolder property of 'partials' when starting the routingService when configuring forms-angular
10-
* Removed support for Bootstrap 2 (though your BS2 apps should still work - www.forms-angular.org is still BS2)
10+
* Removed support for Bootstrap 2 (though your BS2 apps should still work - www.forms-angular.org is still BS2)
11+
* Some changes required by updating angular-ui-bootstrap dependency. In particular drop down menus now need uib-dropdown-menu to be an attribute not a class
1112

1213
## 0.5.1 to 0.6.0
1314
* Upgrade to angular-ui-bootstrap 0.14.x, which drops support for Bootstrap 2 (but seems to work fine for the forms-angular.org website, which is BS2)

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

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.7.0-beta.1",
6+
"version": "0.7.0",
77
"engines": {
88
"node": ">=4.x",
99
"npm": ">=3.x"

0 commit comments

Comments
 (0)