You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More locales have Sunday-first calendar applied. See #102 for details.
Arabic and Hebrew calendars were added. See #102 for details.
showFixedNumberOfWeeks flag 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-locale to get user's locale data. This should be more reliable, especially on macOS/iOS prior to 10.2.
Bug fixes
Fixed react-dalendar__tile--now class not added when value was not provided (#101).
Fixed calendar not updating when only time was changed in value provided. As a result of this bug, React-Calendar failed to switch between partial/full date highlight.