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
+
1
9
v0.1.0
2
10
------
3
11
We're celebrating actual useful functionality by bumping minor version, yay!
4
12
* ```radios``` and ```radiobuttons``` supports, works the same but looks different.
5
13
* Added ```conditional``` type to hide/show parts of a form.
6
- * Bugfixes
14
+ * Bugfixes
7
15
8
16
9
17
v0.0.4
Original file line number Diff line number Diff line change 4
4
" dist/schema-form.min.js" ,
5
5
" dist/bootstrap-decorator.min.js"
6
6
],
7
- "version" : " 0.1 .0" ,
7
+ "version" : " 0.2 .0" ,
8
8
"authors" : [
9
9
" Textalk" ,
10
10
" 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.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"description" : " Create forms from a JSON schema" ,
5
5
"scripts" : {
6
6
"test" : " echo \" Error: no test specified\" && exit 1"
You can’t perform that action at this time.
0 commit comments