- Add ability to force the datepicker to return UTC dates. (Contribution of @jniechcial)
- Add ability to specify
yearRange
. (Contribution of @brettchalupa)
- Add attribute binding for
readonly
. (Contribution of @DenizOkcu)
- Make test helpers available to application developers.
- Use
app.bowerDirectory
instead of hardcoded path.
- Change Bower dependency correctly to
moment
instead ofmomentjs
. - Wrap Pikaday select callback in Ember run loop according to official recommendations. (Contribution of @regularjack)
- Support localizing the datepicker.