Skip to content

Commit 5adc770

Browse files
committed
Version bump and CHANGELOG
1 parent f2f569f commit 5adc770

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v0.7.3
2+
------
3+
* Fix for regression in enum order in selects, thanks @adamschwartz
4+
* Descriptons in fieldsets, thanks @mike-marcacci
5+
* Evaluate sfModel in the parent scope, thanks @mike-marcacci
6+
* 'defaultFormDefinition' is now exported on the schemaForm provider making it possible to create
7+
addons that have arbitrary forms inside them, i.e. like fieldset.
8+
* A couple of bugs, required should now work fine, tabarrays behave, list tags be mathed etc
9+
110
v0.7.2
211
------
312
* Add-ons now have their own repos, and there is a colorpicker!

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dist/bootstrap-decorator.min.js",
66
"dist/bootstrap-datepicker.min.js"
77
],
8-
"version": "0.7.2",
8+
"version": "0.7.3",
99
"authors": [
1010
"Textalk",
1111
"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.7.2",
3+
"version": "0.7.3",
44
"description": "Create forms from a JSON schema",
55
"scripts": {
66
"test": "rm -fr coverage && ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS karma.conf.js && find coverage/ -name lcov.info -print0 | xargs -0 cat | ./node_modules/coveralls/bin/coveralls.js"

0 commit comments

Comments
 (0)