Releases: dwyl/elm-datepicker
Releases · dwyl/elm-datepicker
2.2.0
Adds selectDate
function, to allow manual updating of the selected date
2.1.0
Bugfixes:
- Exposes previously unexposed function
getSelectedDate
- Stops the
selectDate
field being incorrectly reset for single datepickers on cancel/clear date calls.
2.0.0
All Msg Constructors are now private, and accessed through helper functions instead
1.0.1
Fixes bug where single selected dates couldn't be cleared or cancelled: #13