File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ v0.7.9
2
+ ------
3
+ * Fixed a wrongful glob in bower.json that caused files to be missing in the bower install. Thanks, @mohsen1 for reporting it.
4
+
1
5
v0.7.8
2
6
------
3
7
* Thanks to @burdiuz for finding a memory leak issue and finding a solution. And thanks to @davidlgj for implementing that solution.
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.7.8 " ,
7
+ "version" : " 0.7.9 " ,
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.7.8 " ,
3
+ "version" : " 0.7.9 " ,
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