npm react-day-picker 9.3.0
v9.3.0

latest releases: 9.13.0, 9.12.0, 9.11.3...
13 months ago

This release adds the dayPickerProps to the values returned by useDayPicker, enabling access to these props from custom components.

Thanks to the work by @rodgobbi, we could enhance the performance when selecting a range of days.

We’ve also updated the default style to preserve the font-family inherited from the parent element. To restore the previous behavior, update the .rdp-root CSS class to include font-family: system-ui.

What's Changed

  • feat: return dayPickerProps from useDayPicker by @gpbl in #2572
  • fix(style): remove system-ui font family from default style by @gpbl in #2573
  • Improve performance when selecting long ranges of days by @rodgobbi in #2537

New Contributors

Full Changelog: v9.2.1...v9.3.0

Don't miss a new react-day-picker release

NewReleases is sending notifications on new releases.