Releases: 10xjs/date-input-controller
Releases · 10xjs/date-input-controller
v0.1.6
- Added missing test coverage
- Fixed typo in readme
- Fixed compatibility with React 16.4
v0.1.5
- Changed license to MIT
- Fixed type annotation error on
setFields
function
v0.1.4
- Removed build minification
- Simplified state structure
v0.1.3
- Refactored internal logic to minimize package size
- Added full test coverage
- Adopted rollup for package build
v0.1.2
- Added
esnext
build
- Added value setter functions to render props
- Fixed incorrect day min value calculation
v0.1.1
- Fixes a bug in internal state update logic.