Releases: wojtekmaj/react-calendar
Releases · wojtekmaj/react-calendar
v2.17.3
v2.17.2
v2.17.1
v2.17.0
What's new?
- 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 whenvalue
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.
v2.17.0-beta
What's new?
- 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).
Bug fixes
- Fixed
react-dalendar__tile--now
class not added whenvalue
was not provided (#101).
v2.16.1
Largely a maintenance update. All dependencies have been updated and new Airbnb ESLint rules have been enforced.
Bug fixes
- Fixed a bug that caused Navigation component to keep month name in old locale until the navigation occurred, when locale has changed.
v2.16.0
What's new?
- Selected days will now get additional CSS classes,
--rangeStart
,--rangeEnd
and--rangeBothEnds
, depending on if they are at the beginning, end, or both beginning and end of a selection (#83, #84). Thanks, @ritz078!
Bug fixes
- Fixed typings not allowing
null
forprev2Label
andnext2Label
(#74). Thanks, @fhessenberger!
v2.15.2
v2.15.1
v2.15.0
What's new?
- Added
navigationLabel
prop which makes you able to change the label displayed on the navigation bar. See more details in README.md. Thanks, @bjenkins24! - You can now disable "«" & "»" buttons by setting explicitly
prev2Label
andnext2Label
respectively tonull
. - TypeScript type definitions are now also provided for
entry.nostyle
variant. Thanks, @szdc! - Added reliability improvements in cases where array of values in which one or more value is invalid is provided.
Bug fixes
- Minor fixes to documentation. Thanks, @saitodisse!
- Fixed builds created from macOS X having unnecessary files added to the build. Thanks, @krzysiek1507!