Skip to content

v10.0.0

Choose a tag to compare

@wojtekmaj wojtekmaj released this 04 Apr 09:18
· 320 commits to main since this release
8de4e42

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 id prop.
  • Added support for passing clearIcon and calendarIcon as 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.