Skip to content

Releases: Hacker0x01/react-datepicker

8.7.0

20 Aug 08:32
Compare
Choose a tag to compare

What's Changed

  • Add jest-axe Accessibility Testing and Fix ARIA Structure Issues by @martijnrusschen in #5808
  • ♿ Add scoped .react-datepicker__sr-only utility class for accessibility by @balajis-qb in #5813

Full Changelog: v8.6.0...v8.7.0

8.6.0

19 Aug 11:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.5.0...v8.6.0

8.5.0

15 Aug 15:01
Compare
Choose a tag to compare

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

8.4.0

25 May 12:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.3.0...v8.4.0

8.3.0

09 Apr 08:26
Compare
Choose a tag to compare

What's Changed

  • 🐛🎨 Apply the --selected class for the YearPicker when the selectsMultiple is enabled by @balajis-qb in #5524
  • Fix #5502: 🐛 Fix '--in-selecting-range' class apply condition for End Date Picker by @balajis-qb in #5503
  • 🎨🔨 Re-adjust the height of TimePicker on Calendar resize due to number of days by @balajis-qb in #5539

Full Changelog: v8.2.1...v8.3.0

8.2.1

13 Mar 19:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.2.0...v8.2.1

8.2.0

10 Mar 10:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.0...v8.2.0

8.1.0

17 Feb 20:55
Compare
Choose a tag to compare

What's Changed

  • Fix #5274: 🐛 Auto refresh the input value with the previously entered valid value if any invalid value is entered (when the open state is closed) by @balajis-qb in #5417
  • Fix: Make CalendarIconProps.icon optional to prevent type error by @jingjing2222 in #5406

New Contributors

Full Changelog: v8.0.0...v8.1.0

8.0.0

31 Jan 21:26
Compare
Choose a tag to compare

Breaking changes

  • fix: Inconsistent/broken behavior in parseDate by @laug in #5036

Other changes

New Contributors

Full Changelog: v7.6.0...v8.0.0

7.6.0

05 Jan 19:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.5.0...v7.6.0