We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9556be1 commit 325e48aCopy full SHA for 325e48a
CHANGELOG
@@ -1,3 +1,9 @@
1
+v0.8.12
2
+-------
3
+ * Bugfix for `condition` builder. It had a typo that broke it.
4
+ * Bugfix for `transclusion` builder.
5
+
6
7
v0.8.11
8
-------
9
* Bugfix for checkboxes validation in the new builder.
package.json
@@ -1,6 +1,6 @@
{
"name": "angular-schema-form",
- "version": "0.8.11",
+ "version": "0.8.12",
"description": "Create complex forms from a JSON schema with angular.",
"repository": "Textalk/angular-schema-form",
"main": "dist/schema-form.min.js",
0 commit comments