v6.0.0
React-Date-Picker is now on NPM and Yarn! π
As React-Date-Picker name was previously used by another library, to avoid confusion, versioning had to be aligned with preexisting npm package.
What's new?
- Introduced automated unit testing for enhanced quality.
- You can now use
DateInputas a standalone component. - Calendar now won't be rendered in the background until needed for the first time.
- DatePicker will now open/close the calendar when
isOpenflag changes. - Various architectural improvements and optimizations.
Bug fixes
- Fixed inputs being validated too quickly resulting in inability to write certain numbers.