Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Releases: fengyuanchen/datepicker

v1.0.10

29 Sep 15:03
Compare
Choose a tag to compare
  • Add some new i18n languages.

v1.0.9

21 Sep 07:14
Compare
Choose a tag to compare
  • Fix the issue of converting 31/10/2019 to 01/10/2019 when the current month only has 30 days (#222).

v1.0.8

23 Jun 08:10
Compare
Choose a tag to compare
  • Fix the issue of unable to pick the current month or year again (#203).

v1.0.7

19 Feb 12:19
Compare
Choose a tag to compare
  • Fix unexpected month changing (#198).

v1.0.6

19 Jan 09:18
Compare
Choose a tag to compare
  • Fix wrong parameter for the $.contains function.

v1.0.5

19 Jan 07:08
Compare
Choose a tag to compare
  • Emulate click in touch devices to support hiding the picker automatically (#197).

v1.0.4

19 Jan 07:00
Compare
Choose a tag to compare
  • 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

20 Dec 12:55
Compare
Choose a tag to compare
  • 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

15 Dec 03:56
Compare
Choose a tag to compare
  • Convert 2-digit year to 2000+ (#186).

v1.0.1

14 Nov 14:12
Compare
Choose a tag to compare
  • Fix position problem in scrollable modal (#121).
  • Fix the issue of the datepicker is replaced after picked a day (#128).