- Ember 3.0 and dep updates
- Add
closeFlatpickrDate
test helper
- Fix fastboot
flatpickr
undefined issue
- Use nextSibling to ensure we disabled the right input
- Remove
attributeBinding
for disabled and correctly handle disabling whenaltInput=true
- Remove all jQuery references
- Removed
value
anddefaultDate
and instead you now pass a single valuedate
which is used for the initialdefaultDate
and sets the date on the flatpickr instance when updated. - Remove all
observers
🎉 - Remove all the defaults we were maintaining and just pass everything straight to flatpickr with
this.attrs