Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

35 lines (28 loc) · 2.37 KB

View 1.X CHANGELOG

2.2.2

  • 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)

2.2.1

  • 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)

2.2.0

  • 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)

2.1.0

  • 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)

2.0.0

  • Add support for onOpen, onClose and onDraw actions. (Contribution by @leizhao4)

2.0.0-beta.2

  • Passed in values respect useUTC setting. (Contribution by @DanLatimer)
  • Correctly call onSelection action when datepicker is cleared. (Contribution by @DanLatimer)
  • Allow binding of hidden and title attributes. (Contribution by @ykaragol)

2.0.0-beta.1

  • Use the DDAU paradigm prefered by Ember. (Contribution by @Fed03)
  • Support all Pikaday options via an hash. (Contribution by @Fed03)