Skip to content

Releases: adopted-ember-addons/ember-pikaday

v2.2.5

29 Sep 22:21
Compare
Choose a tag to compare
  • Prevent error in run later when component was destroyed (Contribution by @Schnellesadlerauge))
  • Upgrade to ember/ember-cli 2.18.2 (Contribution by @mnutt))

v2.2.4

29 Sep 22:28
Compare
Choose a tag to compare
  • Fix syntax error (Contribution by @quadstar))
  • Add ability to set a default date (Contribution by @jscn)
  • Remove arguments in component lifecycle hooks (Contribution by @jbaily4)
  • Fixes moment deprecation by using a date format (Contribution by @cah-danmonroe)

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)