Skip to content

Commit a3d630d

Browse files
committed
Version bump and CHANGELOG
1 parent d503bfe commit a3d630d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.8.10
2+
-------
3+
* Bugfix for checkboxes when model array is undefined.
4+
15
v0.8.9
26
------
37
* Bugfix for radios and radios-inline. Validation should now work.

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.9",
3+
"version": "0.8.10",
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)