File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
8
v0.7.1
2
9
------
3
10
Thanks to @torstenrudolf, this release is basically his PR:s.
Original file line number Diff line number Diff line change 5
5
" dist/bootstrap-decorator.min.js" ,
6
6
" dist/bootstrap-datepicker.min.js"
7
7
],
8
- "version" : " 0.7.1 " ,
8
+ "version" : " 0.7.2 " ,
9
9
"authors" : [
10
10
" Textalk" ,
11
11
" David Jensen <[email protected] >"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-schema-form" ,
3
- "version" : " 0.7.1 " ,
3
+ "version" : " 0.7.2 " ,
4
4
"description" : " Create forms from a JSON schema" ,
5
5
"scripts" : {
6
6
"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"
You can’t perform that action at this time.
0 commit comments