Releases: fengyuanchen/datepicker
Releases · fengyuanchen/datepicker
v1.0.0
- Show full month name in date picker header (#133).
- Fix the issue of converting
0
to 1
(#168).
v1.0.0-beta
- 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
- Remove added data when destroy.
- Remove unnecessary muted class from start and end years in years view (#130).
v0.6.4
- Support to load in node environment.
- Add 3 new languages for i18n.
- Add example for using datepicker in modal.
v0.6.3
- Update view year when the month over the current year.
v0.6.2
- Fix the issue of days of month computing (#94).
v0.6.1
- Fix color function error in the CSS.
v0.5.5
- Fix the issue of date range limits (#89).
v0.5.4
- Fix the issue of date repicking (#75).