Skip to content

Commit 32352b6

Browse files
committed
Merge branch 'release/v0.3.0'
2 parents 0a2a7fa + 2ce4596 commit 32352b6

File tree

1,587 files changed

+1836
-592752
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,587 files changed

+1836
-592752
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
22
coverage
3+
bower_components

CHANGELOG

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1+
v0.3.0
2+
------
3+
* A shiny new datepicker using pickadate.js
4+
* Cleaned up documentation and added small installation instructions.
5+
6+
v0.2.0
7+
------
8+
* postProcess function in schemaForm provider
9+
* New form option: Inline feedback icons in fields.
10+
* New form option: onChange a function or expression that triggers in the same
11+
way as ng-change.
12+
* Removed dependencies on jQuery (thanks @zackbloom and @tsing!)
13+
114
v0.1.0
215
------
316
We're celebrating actual useful functionality by bumping minor version, yay!
417
* ```radios``` and ```radiobuttons``` supports, works the same but looks different.
518
* Added ```conditional``` type to hide/show parts of a form.
6-
* Bugfixes
19+
* Bugfixes
720

821

922
v0.0.4

0 commit comments

Comments
 (0)