We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a382fd5 commit cfe0addCopy full SHA for cfe0add
CHANGELOG
@@ -1,4 +1,10 @@
1
+v0.8.7
2
+------
3
+ * Moved common builder functions from angular-schema-form-bootstrap decorator.
4
+ * Bugfx for the new builder.
5
+
6
v0.8.6
7
8
* Removed left over console.timeEnd
9
10
v0.8.5
package.json
@@ -1,6 +1,6 @@
{
"name": "angular-schema-form",
- "version": "0.8.6",
+ "version": "0.8.7",
"description": "Create complex forms from a JSON schema with angular.",
"repository": "Textalk/angular-schema-form",
"main": "dist/schema-form.min.js",
0 commit comments