Skip to content

Commit ac199fd

Browse files
committed
Changelog and version bump
1 parent e77b2f4 commit ac199fd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v0.8.9
2+
------
3+
* Bugfix for radios and radios-inline. Validation should now work.
4+
* Bugfix so model changes from outside the form trigger validation.
5+
* New global option `pristine`. Sets if errors and success states
6+
should be visible when form field are `$pristine`. Default is `{errors: true, success: true}`
7+
18
v0.8.8
29
------
310
* Don't rely on documentFragment.children @davidlgj

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