v10.0.0
This is one of the biggest update - for React-Date-Picker and for me personally. React-Date-Picker has been rewritten from scratch using TypeScript and React Hooks. I've put a tremendous amount of effort to modernize the package without introducing any major breaking changes. If, however, something have slipped through 207 unit tests we have, please let me know. I hope you will like it.
❗️ = breaking change
What's new?
- Converted package to TypeScript (#580).
- Rewritten package using React Hooks (#581).
- Added named export support.
- Added support for
idprop. - Added support for passing
clearIconandcalendarIconas React functions (e.g.clearIcon={MyIcon}).
What's changed?
- ❗️ React-Date-Picker no longer imports its styles by default. If you want to continue to use them, import them separately as instructed in README.
- Updated React-Calendar to 4.2.0.