8.5.0
What's Changed
- ✏️ Renamed the
startDate
variable in the example code to theselectedDate
to improve clarity and better reflect it's purpose by @balajis-qb in #5501 - fix: correct usage of customHeaderCount to keep arrows on any monthsShown prop by @johannrp27 in #5618
- fix(calendar): Change type on YearButtonLabel to be the type ReactNode. by @KeeganW in #5659
- 🐛 Enable --keyboard-selected class to the YearPicker irrespective of the availability of selected prop by @balajis-qb in #5670
- 🐛 Reset inputValue back to null on blur of input (even when the calendar popup is not open) by @balajis-qb in #5703
- ✨ Add a support for
visibleYearsRange
in therenderCustomHeader
of the YearPicker by @balajis-qb in #5687 - fix preview: custom header with two months displayed by @navedqb in #5686
- feat: expose outsideClickIgnoreClass by @meriouma in #5645
- ♿️ Improve calendar header accessibility by adding screen reader text for week numbers by @balajis-qb in #5731
- Include src files in package to resolve source map warnings by @John-Youngblood in #5710
- Create security.yml by @martijnrusschen in #5764
- feat: ✨ Add customizable range separator for date range selection in DatePicker by @balajis-qb in #5737
- feat: adding named exports for react datepicker by @skitscha in #5749
- ♻️ Refactor the input value get logic by @balajis-qb in #5743
- Week classname support by @marcelltoth in #5745
- 🐛 Refactor DatePicker component to handle null startDate date range selection properly by @balajis-qb in #5782
New Contributors
- @johannrp27 made their first contribution in #5618
- @KeeganW made their first contribution in #5659
- @John-Youngblood made their first contribution in #5710
- @skitscha made their first contribution in #5749
- @marcelltoth made their first contribution in #5745
Full Changelog: v8.4.0...v8.5.0