- Add support for
position
andreposition
. (Contribution of @chrislopresto )
- Use
didRender
instead ofdidInsertElement
. (Contribution of @peteonrails) - Enable the addon to be used in other addons as dependency. (Contribution of @joedaniels29)
- Add binding for
required
attribute. (Contribution of @TristanToye) - Update Pikaday dependency to
1.4.0
. (Contribution of @drapergeek)
- Add binding for
name
attribute. (Contribution of @listepo) - Add binding for
size
attribute. (Contribution of @peteonrails) - Set
value
tonull
when the input is cleared manually. - Use
ember-cli-moment-shim
addon to play nicely with other moment.js based addons. (Contribution of @rinti)
- Fix npm publish fail.
- Add support for
minDate
andmaxDate
. (Contribution of @yanglang) - Fix test helpers in scenarios with multiple date pickers on page. (Contribution of @LevelbossMike)
- Add ability to specify
firstDay
. (Contribution of @beerlington) - Add support for the
type
attribute. (Contribution of @ChiliConSql)
- Fix error where an initially disabled datepicker tries to hide itself even though it is not rendered yet. (Contribution of @jeffreybiles)
- Improve ability to extend the component by assigning placeholder methods to the Pikaday events. (Contribution of @marcoow)
- Add support for the
disabled
attribute. (Contribution of @leojpod) - Add support for the
placeholder
attribute. (Contribution of @leojpod) - Add Pikaday theme support through the
theme
attribute. (Contribution of @DerToti) - Make test helper
selectDate
work in environments supporting touch events like PhantomJS. This issue surfaced due to an update of Pikaday. (Contribution of @marcoow) - Bumped Pikaday dependency to
~> 1.3.3
.
- Do not call the
value
observer beforepikaday
is set. (Assistance by @DenizOkcu and @polymathnyc)
- Fix
interactor.selectDate
in IE10.
- Ignore
tmp/
directory for npm package. (Contribution of @odoe) - Set value to
null
when no date is selected due clearing the input.
- 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.