What's new?
- More locales have Sunday-first calendar applied. See #102 for details.
- Arabic and Hebrew calendars were added. See #102 for details.
showFixedNumberOfWeeksflag was added that will force React-Calendar to always show 6 weeks in order to prevent the calendar changing height (#96).
What's changed?
- React-Calendar now uses
get-user-localeto get user's locale data. This should be more reliable, especially on macOS/iOS prior to 10.2.
Bug fixes
- Fixed
react-dalendar__tile--nowclass not added whenvaluewas not provided (#101). - Fixed calendar not updating when only time was changed in
valueprovided. As a result of this bug, React-Calendar failed to switch between partial/full date highlight.