adrienpoly / stimulus-flatpickr

A modest, yet powerful wrapper of Flatpickr 📆 for Stimulus
MIT License
415 stars 30 forks source link

Month selector type option #49

Closed adrienpoly closed 4 years ago

adrienpoly commented 4 years ago

Release v4.6.2 of Flatpickr introduce a new monthSelectorType option

https://github.com/flatpickr/flatpickr/pull/1840

This PR makes it available with the Stimulus wrapper

kylefox commented 4 years ago

IMHO this probably should've been a major bump — moving flatpickr to peerDependencies is arguably a breaking change.

(Thanks for the library 🙂)

adrienpoly commented 4 years ago

@kylefox you are definitely right 🙏