Skip to content

Commit efd3cf2

Browse files
committed
Merge branch 'release/0.8.5'
2 parents 87ed1f5 + c296eaf commit efd3cf2

22 files changed

+688
-447
lines changed

CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
v0.8.4
212
------
313
* Reverted `trackBy`. Fixes #458, #462, #471

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Angular Schema Form
1313

1414
Generate forms from JSON schemas using AngularJS!
1515

16-
The Web Site / The Twitter / The Movie
17-
--------
18-
[schemaform.io](http://schemaform.io) / [@SchemaFormIO](http://twitter.com/SchemaFormIO) / [Movie](https://www.youtube.com/watch?v=duBFMipRq2o)
16+
The Blog / The Web Site / The Twitter / The Movie
17+
------------------------------------------------
18+
[medium.com/@SchemaFormIO](https://medium.com/@SchemaFormIO) / [schemaform.io](http://schemaform.io) / [@SchemaFormIO](http://twitter.com/SchemaFormIO) / [Movie](https://www.youtube.com/watch?v=duBFMipRq2o)
1919

2020
If you use ASF in your project/company please let us know! We'd love to feature you on the site.
2121

bower.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"dist/schema-form.js",
55
"dist/bootstrap-decorator.js"
66
],
7-
"version": "0.8.4",
87
"authors": [
98
"Textalk",
109
"David Jensen <[email protected]>",

dist/bootstrap-decorator.js

+13-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-decorator.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)