Skip to content

Commit 9a60f36

Browse files
committed
CHANGELOG and version bump
1 parent 9344e83 commit 9a60f36

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
v0.7.4
2+
------
3+
* bower.json fixes, thanks @mike-marcacci, @morrislaptop
4+
* Updated docs with a part on extending angular schema form.
5+
* The example now includes the tinymce add on (https://github.com/Textalk/angular-schema-form-tinymce)
6+
* @cameronprattedwards split the gulp tasks and tests into manageble files.
7+
* Fixed validation bugs with numbers and dates, this also got validation working in Angular 1.3.0
8+
* Placeholder on textarea
9+
* step="any" so a HTML5 input doesn't default to 1 and break float validation
10+
* Allow for a pre-existing layout where fields will be inserted, thanks @ebrehault
11+
Docs are missing but lock at PR #112.
12+
* Better "readonly" support, thanks @mike-marcacci!
13+
114
v0.7.3
215
------
316
* Fix for regression in enum order in selects, thanks @adamschwartz

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dist/schema-form.min.js",
55
"dist/bootstrap-decorator.min.js"
66
],
7-
"version": "0.7.2",
7+
"version": "0.7.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.7.3",
3+
"version": "0.7.4",
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)