All notable changes to this project will be documented in this file.
- Fix the bug on the non-ESM module support, #86.
- React 18 support, #83. Thanks to @rike422.
- Bump minor version.
- Fix
repository.url
field inpackage.json
, #80. - Dependency updates.
- Rename
minYear
andmaxYear
tofirstYear
andlastYear
, #78. - Set the default value of
firstYear
as 2000, #78.
- Date existence check, #76.
yearFormat
,monthFormat
,dayFormat
, andlocale
props, #74.
No package update. Just improved the release flow.
defaultYear
,-Month
, and-Day
prop types on the preset components, #66.
defaultYear
,-Month
, and-Day
options can accept"now"
, #62.getDateString()
, #65.
- Package info, #53.
- Rename
presets/material
topresets/mui
. - Set dropdown width in
presets/mui
, #60. - Demo page.
- Fix selection behavior with invalid y-m-d combinations, #39
- Set the compile target as ES6, #36.
- Add unit tests.
- Fix
useDateSelect()
's behavior so that it does not callonChange()
at mounting.
- Initial implementation including
useDateSelect()
,DateSelect()
, andpresets/*
.