Skip to content

v7.2.0

Choose a tag to compare

@wojtekmaj wojtekmaj released this 20 Jan 19:12

Note: Please be advised that an minor breaking change was introduced in the new React-Calendar version, so if you used formatMonth, formatMonthYear or formatShortWeekday props from React-Calendar, you may need to adjust function arguments according to the updated documentation.

What's new?

What's changed?

  • React-Date-Picker now uses Babel 7 for compilation (#106).
  • Using Parcel, if you decide for whatever reason to import from src directory instead of default dist, Parcel will properly recognize it and use proper Babel configuration.

Bug fixes

  • Disabled autocomplete on all input fields (#129).
  • Fixed a crash when null locale prop was passed.