File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ v0.2.0
2+ ------
3+ * postProcess function in schemaForm provider
4+ * New form option: Inline feedback icons in fields.
5+ * New form option: onChange a function or expression that triggers in the same
6+ way as ng-change.
7+ * Removed dependencies on jQuery (thanks @zackbloom and @tsing!)
8+
19v0.1.0
210------
311We're celebrating actual useful functionality by bumping minor version, yay!
412 * ```radios``` and ```radiobuttons``` supports, works the same but looks different.
513 * Added ```conditional``` type to hide/show parts of a form.
6- * Bugfixes
14+ * Bugfixes
715
816
917v0.0.4
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.1 .0" ,
7+ "version" : " 0.2 .0" ,
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.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "description" : " Create forms from a JSON schema" ,
55 "scripts" : {
66 "test" : " echo \" Error: no test specified\" && exit 1"
You can’t perform that action at this time.
0 commit comments