We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ff0e6 commit 3b35f51Copy full SHA for 3b35f51
3 files changed
CHANGELOG
@@ -1,3 +1,8 @@
1
+v0.8.4
2
+------
3
+ * Reverted `trackBy`. Fixes #458, #462, #471
4
+
5
6
v0.8.3
7
------
8
* "destroyStrategy" support, thanks @jbsaff! This means that `condition` can now remove values
bower.json
@@ -4,7 +4,7 @@
"dist/schema-form.js",
"dist/bootstrap-decorator.js"
],
- "version": "0.8.3",
+ "version": "0.8.4",
"authors": [
9
"Textalk",
10
"David Jensen <david.lgj@gmail.com>",
package.json
@@ -1,6 +1,6 @@
{
"name": "angular-schema-form",
"description": "Create complex forms from a JSON schema with angular.",
"repository": "Textalk/angular-schema-form",
"main": "dist/schema-form.min.js",
0 commit comments