v7.2.0
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?
- Added support for non-latin locales (#119). Thanks, @aghoneim92!
What's changed?
- React-Date-Picker now uses Babel 7 for compilation (#106).
- Using Parcel, if you decide for whatever reason to import from
srcdirectory instead of defaultdist, Parcel will properly recognize it and use proper Babel configuration.
Bug fixes
- Disabled autocomplete on all input fields (#129).
- Fixed a crash when
nulllocaleprop was passed.