File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ v0.7.5
2+ ------
3+ * Bracket notation for reserved words to make IE8 happier,thanks @jibwa
4+ * Clarification of module loading in docs, thanks @CoderAjay
5+
16v0.7.4
27------
38 * bower.json fixes, thanks @mike-marcacci, @morrislaptop
914 * step="any" so a HTML5 input doesn't default to 1 and break float validation
1015 * Allow for a pre-existing layout where fields will be inserted, thanks @ebrehault
1116 Docs are missing but lock at PR #112.
12- * Better "readonly" support, thanks @mike-marcacci!
17+ * Better "readonly" support, thanks @mike-marcacci!
1318
1419v0.7.3
1520------
Original file line number Diff line number Diff line change 44 " dist/schema-form.min.js" ,
55 " dist/bootstrap-decorator.min.js"
66 ],
7- "version" : " 0.7.4 " ,
7+ "version" : " 0.7.5 " ,
88 "authors" : [
99 " Textalk" ,
1010 " David Jensen <david.lgj@gmail.com>"
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-schema-form" ,
3- "version" : " 0.7.4 " ,
3+ "version" : " 0.7.5 " ,
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"
You can’t perform that action at this time.
0 commit comments