Skip to content

Commit c296eaf

Browse files
committed
CHANGELOG and version bump
1 parent c3eb556 commit c296eaf

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
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

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]>",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-schema-form",
3-
"version": "0.8.4",
3+
"version": "0.8.5",
44
"description": "Create complex forms from a JSON schema with angular.",
55
"repository": "Textalk/angular-schema-form",
66
"main": "dist/schema-form.min.js",

0 commit comments

Comments
 (0)