Skip to content

Commit 3b35f51

Browse files
committed
Version bump and changelog
1 parent 38ff0e6 commit 3b35f51

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.8.4
2+
------
3+
* Reverted `trackBy`. Fixes #458, #462, #471
4+
5+
16
v0.8.3
27
------
38
* "destroyStrategy" support, thanks @jbsaff! This means that `condition` can now remove values

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dist/schema-form.js",
55
"dist/bootstrap-decorator.js"
66
],
7-
"version": "0.8.3",
7+
"version": "0.8.4",
88
"authors": [
99
"Textalk",
1010
"David Jensen <[email protected]>",

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