Skip to content

Commit 43ad3bf

Browse files
committed
Bumped version and CHANGELOG
1 parent 3512138 commit 43ad3bf

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1+
v0.8.3
2+
------
3+
* "destroyStrategy" support, thanks @jbsaff! This means that `condition` can now remove values
4+
from the model when their fields are hidden.
5+
* Bugfix for global option propagation, thanks @golfmat1
6+
* `notitle` now works on fieldset as well, thanks @stramel
7+
* `trackBy` on selects, thanks @Fridus
8+
* update list variable when watching for array changes, thanks @lukebennet
9+
* doc changes for the "save to gist" feature, thanks @niklasb
10+
* validation error message mixups, thanks @leipert
11+
* ObjectPath, deps and browserify fixes, thanks @saller, @LoicMahieu, @thardyman, @davidlgj
12+
113
v0.8.2
214
-------
3-
* Fix embarrassing typo in package.json
15+
* Fix embarrassing typo in package.json
416

517
v0.8.1
618
------

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