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.0

05 Aug 03:06
Compare
Choose a tag to compare
  • Show full month name in date picker header (#133).
  • Fix the issue of converting 0 to 1 (#168).

v1.0.0-beta

30 Jun 09:33
Compare
Choose a tag to compare
  • Fix the issue of years and months view rendering problem (#113).
  • Add a second parameter to the filter function option (#116, #151).
  • Enhance the setStartDate and setEndDate methods, supports null as argument (#157).
  • Change NPM package name scope from @fengyuanchen to @chenfengyuan.

v0.6.5

31 Mar 06:26
Compare
Choose a tag to compare
  • Remove added data when destroy.
  • Remove unnecessary muted class from start and end years in years view (#130).

v0.6.4

24 Nov 14:50
Compare
Choose a tag to compare
  • Support to load in node environment.
  • Add 3 new languages for i18n.
  • Add example for using datepicker in modal.

v0.6.3

29 Sep 14:37
Compare
Choose a tag to compare
  • Update view year when the month over the current year.

v0.6.2

29 Sep 14:09
Compare
Choose a tag to compare
  • Fix the issue of days of month computing (#94).

v0.6.1

25 Sep 13:50
Compare
Choose a tag to compare
  • Fix color function error in the CSS.

v0.6.0

24 Sep 11:49
Compare
Choose a tag to compare
  • Refactor in ES6.

v0.5.5

29 Sep 13:25
Compare
Choose a tag to compare
  • Fix the issue of date range limits (#89).

v0.5.4

05 Aug 07:19
Compare
Choose a tag to compare
  • Fix the issue of date repicking (#75).