Skip to content

Commit d6d37ce

Browse files
committed
Version bump and CHANGELOG
1 parent 9835898 commit d6d37ce

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
v0.8.1
2+
------
3+
* Fixed order of error messages, thanks @davidlgj
4+
* Added `modelValue` to variables available in a condition, thanks @dben
5+
* UMD wrapping, thanks @dwikle
6+
* disableErrorState, disableSuccessState options, thanks @domasx2
7+
* Awesome gist integration to example page, thanks @dervisevic
8+
* Global option to disable tv4 validation, thanks @maff
9+
* Option: labelHtmlClass, thanks @AlexAlbala
10+
* Doc fixes and updates, thanks @Minisai, @jdcaballerov, @cjroth, @dervisevic
11+
* Bugfixes, thanks @engelfrost, @mqamhieh, @carchrae
12+
13+
114
v0.8.0
215
Loads of stuff happened this release, so we're bumping version to 0.8.0.
316
Note as well that there is a small change to `tabsarray` type regarding its title, the title is now
@@ -16,7 +29,7 @@ See the docs on `tabarray` for an more info.
1629
directive for add-on to use. thanks @davidlgj
1730
* interpolation instead of eval'ing in tabarray title, thanks @coridyn
1831
* Lots of bugfixes, most notable checkboxes validation now works, thanks @davidlgj, @coridyn,
19-
@ulion, @adamcbuckley
32+
@ulion, @adamcbuckley
2033

2134
v0.7.13
2235
-------

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dist/schema-form.js",
55
"dist/bootstrap-decorator.js"
66
],
7-
"version": "0.8.0",
7+
"version": "0.8.1",
88
"authors": [
99
"Textalk",
1010
"David Jensen <[email protected]>",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-schema-form",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Create complex forms from a JSON schema with angular.",
55
"repository": "Textalk/angular-schema-form",
66
"main": "dist/schema-form.min.js",
@@ -11,9 +11,9 @@
1111
"author": "Textalk",
1212
"contributors": [
1313
"David Jensen <[email protected]> (https://github.com/davidlgj)",
14+
"Denis Dervisevic <[email protected]> (https://github.com/Dervisevic)",
1415
"Cameron Edwards (https://github.com/cameronprattedwards)",
1516
"Mike Marcacci (https://github.com/mike-marcacci)",
16-
"Denis Dervisevic <[email protected]> (https://github.com/Dervisevic)"
1717
],
1818
"license": "MIT",
1919
"dependencies": {

0 commit comments

Comments
 (0)