Releases: fengyuanchen/datepicker
Releases · fengyuanchen/datepicker
v1.0.10
- Add some new i18n languages.
v1.0.9
- Fix the issue of converting
31/10/2019
to 01/10/2019
when the current month only has 30 days (#222).
v1.0.8
- Fix the issue of unable to pick the current month or year again (#203).
v1.0.7
- Fix unexpected month changing (#198).
v1.0.6
- Fix wrong parameter for the
$.contains
function.
v1.0.5
- Emulate click in touch devices to support hiding the picker automatically (#197).
v1.0.4
- Fix wrong future month selection when today is 31 (#195).
- Fix month picking issue when the format only contains
YYYY
and MM
(#193).
v1.0.3
- Ignore hours, minutes, seconds and milliseconds of parsed date to avoid side effect (#192)
- Fix day view when the selected day is not in the current year (#194).
v1.0.2
- Convert 2-digit year to 2000+ (#186).
v1.0.1
- Fix position problem in scrollable modal (#121).
- Fix the issue of the datepicker is replaced after picked a day (#128).