File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ v0.6.0
2
+ ------
3
+ * array and tabarray support, with help from @zackbloom (thanks!).
4
+ Schema type array now translates to a list of objects, adding, removing
5
+ and reordering supported. Form type "tabarray" does the same but renders
6
+ it as tabs instead (configurable to left, right or top)
7
+
1
8
v0.5.0
2
9
------
3
10
* Travis and Coveralls integration
4
11
* Support for HTML in descriptons and some titles, (checkbox(es), radios).
5
12
* ngSanitize is now a dependency.
6
- * Enum order is now maintained in selects (thanks @adamschwartz)
13
+ * Enum order is now maintained in selects (thanks @adamschwartz)
7
14
8
15
v0.4.0
9
16
------
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.5 .0" ,
8
+ "version" : " 0.6 .0" ,
9
9
"authors" : [
10
10
" Textalk" ,
11
11
" David Jensen <david.lgj@gmail.com>"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-schema-form" ,
3
- "version" : " 0.5 .0" ,
3
+ "version" : " 0.6 .0" ,
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