We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77b2f4 commit ac199fdCopy full SHA for ac199fd
CHANGELOG
@@ -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
+
8
v0.8.8
9
------
10
* Don't rely on documentFragment.children @davidlgj
package.json
@@ -1,6 +1,6 @@
{
"name": "angular-schema-form",
- "version": "0.8.8",
+ "version": "0.8.9",
"description": "Create complex forms from a JSON schema with angular.",
"repository": "Textalk/angular-schema-form",
"main": "dist/schema-form.min.js",
0 commit comments