This release fixes the calendar breaking its layout when passing a month
not included between startMonth
and endMonth
props.
What's Changed
- fix: display calendar in a valid month when
month
prop is invalid by @rodgobbi in #2672 - fix(test): using
new Date()
instead oftoday()
fails test by @gpbl in #2656 - chore(types): update
DateLib
to not import types from date-fns by @gpbl in #2655 - docs: fix broken
style.css
link by @jakedee in #2666 - docs: custom components guide to display better examples by @rodgobbi in #2668
New Contributors
Full Changelog: v9.5.0...v9.5.1