Skip to content

v7.6.0

Choose a tag to compare

@wojtekmaj wojtekmaj released this 10 Jul 23:05
7a55e90

What's new?

  • Added support for aria-labels on each input and button. More on that in README (#125).
  • Added support for MMM (short month) and MMMM (long month) in format prop (#83, #172).
  • Automatically jump to the next input if the user can't enter any more digits (#128, #165).

What's changed?

  • Documentation should now be easier to read thanks to improved clarity and default values column (#159). Thanks, @iamdevlinph!
  • Optimized the number of listeners attached by React-Date-Picker.
  • Added more unit tests.

Bug fixes

  • Fixed Calendar not closing in some cases on mobile Safari. Thanks, @victor-cordova!
  • Fixed input value selection immediately un-selecting on non-Chromium versions of Microsoft Edge.
  • Fixed default icon styling affecting custom icons by changing their fill properties (#169).
  • Added missing format prop to TypeScript typings (#166). Thanks, @cvuorinen!