Skip to content

Commit 9fbb1c4

Browse files
committed
CHANGELOG and version bump to 0.2.0
1 parent 8c2e3b1 commit 9fbb1c4

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
v0.2.0
2+
------
3+
* postProcess function in schemaForm provider
4+
* New form option: Inline feedback icons in fields.
5+
* New form option: onChange a function or expression that triggers in the same
6+
way as ng-change.
7+
* Removed dependencies on jQuery (thanks @zackbloom and @tsing!)
8+
19
v0.1.0
210
------
311
We're celebrating actual useful functionality by bumping minor version, yay!
412
* ```radios``` and ```radiobuttons``` supports, works the same but looks different.
513
* Added ```conditional``` type to hide/show parts of a form.
6-
* Bugfixes
14+
* Bugfixes
715

816

917
v0.0.4

bower.json

Lines changed: 1 addition & 1 deletion
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.1.0",
7+
"version": "0.2.0",
88
"authors": [
99
"Textalk",
1010
"David Jensen <david.lgj@gmail.com>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-schema-form",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Create forms from a JSON schema",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)