react-date-picker v7.9.0 Release Notes

Release Date: 2019-11-28 // over 4 years ago
  • What's new?

    • โž• Added support for autoFocus prop. More details in README (#208).

    What's changed?

    • โœ‚ Remove role="presentation" from DateInput which may have caused accessibility issues. Thanks, @emilyuhde!
    • React-Date-Picker no longer relies on React-Calendar with date calculations. Instead, they both use common shared library: @wojtekmaj/date-utils (#204).
    • ๐Ÿ— Implemented optimizations which should decrease build size (#202).