Skip to content

Releases: gpbl/react-day-picker

v8.3.5

10 Oct 22:19
Compare
Choose a tag to compare

What's Changed

  • fix: range_middle class is added to days not in the selected range by @gpbl in #1581

Full Changelog: v8.3.4...v8.3.5

v8.3.4

09 Oct 21:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.3.1...v8.3.2

v8.3.1

03 Oct 01:48
Compare
Choose a tag to compare

What's Changed

  • fix: types for selection modes not being correctly set by @gpbl in #1571
  • fix: isMatch to match open DateIntervals by @gpbl in #1572

Full Changelog: v8.3.0...v8.3.1

v8.3.0

26 Sep 00:36
Compare
Choose a tag to compare

What's Changed

  • feat: add new id prop by @gpbl in #1556
  • feat: week localization props: ISOWeek, firstWeekContainsDate by @gpbl in #1558
  • fix: infinite recursion when focusing next days by @eXamadeus in #1549
  • fix: disabled modifiers with min/max range selections by @gpbl in #1566
  • fix: improved CSS focus-visible and disabled styles by @gpbl in #1565
  • chore: updated SelectSingleEventHandler interface to type by @gpbl in #1555
  • chore: cleanup context types and defaults by @gpbl in #1561
  • chore: use rollup-plugin-ts to compile typescript by @gpbl in #1562
  • chore: add new Components type by @gpbl in #1563
  • chore: reorganize contexts files by @gpbl in #1564

New Contributors

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

v8.2.1

08 Sep 13:53
Compare
Choose a tag to compare

What's Changed

  • fix: CSS module doesn't include the root class by @gpbl in #1548

New Contributors

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

v8.2.0

01 Sep 15:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.4...v8.2.0

v8.1.4

28 Aug 17:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.3...v8.1.4

v8.1.3

24 Aug 12:40
Compare
Choose a tag to compare

What's Changed

  • fix: onDayClick called twice in selection mode by @gpbl in #1520
  • changed: accept undefined for the modifier props by @gpbl in #1521

Full Changelog: v8.1.2...v8.1.3

v8.1.2

22 Aug 16:06
Compare
Choose a tag to compare

What's Changed

  • fix: do not focus disabled or hidden days by @gpbl in #1519

Full Changelog: v8.1.1...v8.1.2

v8.1.1

19 Aug 22:48
Compare
Choose a tag to compare

What's Changed

  • fix: prevent focus from moving beyond toDate and fromDate by @kimamula in #1468
  • fix: page keys not working when using setMonth by @kimamula in #1510
  • fix: add onSelect to the DayPickerContextValue by @gpbl in #1515
  • fix: rdp class not added to root element when using className by @gpbl in #1517

Full Changelog: v8.1.0...v8.1.1