- Fix infinite rendering invalidation detected (Contribution by @jedrula)
- Fix 2.12 deprecation of arguments in component life cycle hooks (Contribution by @leizhao4)
- Fix enforcing minDate to allow null value (Contribution by @ilucin)
- Enforce current date to be between specified min & max date, also on changes of those (Contribution by @showy)
- Replace deprecated
Ember.K
syntax with JavaScript alternative (Contribution by @locks)
- Fix test helper. (Contribution by @duizendnegen)
- Use Pikaday through npm instead of bower. (Contribution by @josemarluedke)
- Fix setting date to wait after min / max date to be updated. (Contribution by @sl249)
- Fix firing min/max date changes. (Contribution by @patrickberkeley)
- Basic Fastboot compatibility, by merely rendering an input and excluding Pikaday.js in Fastboot mode. (Contribution by @josemarluedke)
- Support for modern
ember-i18n
. (Contribution by @lcpriest)
- Remove Moment.js deprecation warning due to passed non-parsable arguments. (Contribution by @mdentremont)
- Allow binding of
tabindex
attribute. (Contribution by @FUT) - Add inputless component. (Contribution by @lan0)
- Add support for
onOpen
,onClose
andonDraw
actions. (Contribution by @leizhao4)
- Passed in values respect
useUTC
setting. (Contribution by @DanLatimer) - Correctly call
onSelection
action when datepicker is cleared. (Contribution by @DanLatimer) - Allow binding of
hidden
andtitle
attributes. (Contribution by @ykaragol)