adopted-ember-addons / ember-pikaday

A datepicker component for Ember CLI projects.
MIT License
159 stars 169 forks source link

Use luxon #519

Open robinvrd opened 3 years ago

robinvrd commented 3 years ago

Althought moment.js works well with pikaday.js, it is now deprecated and has to be replaced with an alternative like luxon (basically its successor from same team).

Packages installation

Changes

lifeart commented 2 years ago

Hi @robinvrd! Thank you for your work!

Wondering, could it be config option to use? Instead of dropping of moment-js according to scope of change, looks like we could support both, and use moment or luxon as transitive dependencies

just replacing moment to luxon looks like huge breaking change, and that's MR is not merged or reviewed (likely)

ember-power-calendar has a similar concept, you can use it with moment, luxon or date-fns.