File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ v0.8.5
2
+ ------
3
+ * UMD wrapping for bootstrap-decorator, thanks @angelaharalson
4
+ * label instead of h3 in array title, whic is more consistent. Thanks @prettymuchbryce
5
+ * doc typos, thanks @zerofifteen
6
+ * multipleOf validation message fix, thanks @leipert
7
+ * infinite digest bugfix, thanks @israelshirk
8
+ * minLength validation message bugfix, thanks @iamdarrenhall
9
+ * bugfix for Angular 1.2 and arrays watching, thanks @davidlgj
10
+
1
11
v0.8.4
2
12
------
3
13
* Reverted `trackBy`. Fixes #458, #462, #471
Original file line number Diff line number Diff line change 4
4
" dist/schema-form.js" ,
5
5
" dist/bootstrap-decorator.js"
6
6
],
7
- "version" : " 0.8.4" ,
8
7
"authors" : [
9
8
" Textalk" ,
10
9
" 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.8.4 " ,
3
+ "version" : " 0.8.5 " ,
4
4
"description" : " Create complex forms from a JSON schema with angular." ,
5
5
"repository" : " Textalk/angular-schema-form" ,
6
6
"main" : " dist/schema-form.min.js" ,
You can’t perform that action at this time.
0 commit comments