Skip to content

Releases: adopted-ember-addons/ember-pikaday

v2.2.3

29 Sep 22:31
Compare
Choose a tag to compare
  • Allow binding of autocomplete attribute (Contribution by @npafundi)
  • Upgrade to Ember CLI 2.12.1 (Contribution by @leizhao4)
  • Set minDate and maxDate using a copy to avoid modifying original date (Contribution by @sandydoo)
  • Fix ember-cli-node-asset deprecation of complex imports inline (Contribution by @leizhao4)
  • Remove deprecation warning in using didUpdateAttrs (Contribution by @tsteuwer)
  • Make setDate asychronous (Contribution by @bdollard)
  • run super on willDestroy (Contribution by @devotox)
  • Prepare for FastBoot 1.0 (Contribution by @josemarluedke)

2.2.2

29 Sep 22:29
Compare
Choose a tag to compare
  • 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)