Skip to content

Commit 114f388

Browse files
committed
Merge tag 'v0.7.2' into development
0.7.2
2 parents e7ff79a + 204d5bb commit 114f388

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v0.7.2
2+
------
3+
* Add-ons now have their own repos, and there is a colorpicker!
4+
* 'arrayIndex' is exposed as a locals in conditionals
5+
* New tab in tabarrays gets focus.
6+
* We now follow google javscript code guidelines, policed by jscs.
7+
18
v0.7.1
29
------
310
Thanks to @torstenrudolf, this release is basically his PR:s.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ First off, you need to have nodejs installed. Then install all dev dependencies
151151
```bash
152152
$ npm install
153153
$ sudo npm install -g gulp
154+
$ bower install
154155
$ gulp
155156
```
156157

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dist/bootstrap-decorator.min.js",
66
"dist/bootstrap-datepicker.min.js"
77
],
8-
"version": "0.7.1",
8+
"version": "0.7.2",
99
"authors": [
1010
"Textalk",
1111
"David Jensen <david.lgj@gmail.com>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-schema-form",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Create forms from a JSON schema",
55
"scripts": {
66
"test": "rm -fr coverage && ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS karma.conf.js && find coverage/ -name lcov.info -print0 | xargs -0 cat | ./node_modules/coveralls/bin/coveralls.js"

0 commit comments

Comments
 (0)