Skip to content

8.5.0

Compare
Choose a tag to compare
@martijnrusschen martijnrusschen released this 15 Aug 15:01
· 70 commits to main since this release

What's Changed

  • ✏️ Renamed the startDate variable in the example code to the selectedDate 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 the renderCustomHeader 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

Full Changelog: v8.4.0...v8.5.0