Skip to content

Conversation

@martijnrusschen
Copy link
Member

Remove hardcoded 1800 minimum date from isValid() function. The isValid function now only checks if a Date object is valid (not NaN), leaving minDate validation to isDayDisabled() which properly respects the user's minDate prop.

Fixes #5718

Remove hardcoded 1800 minimum date from isValid() function. The isValid
function now only checks if a Date object is valid (not NaN), leaving
minDate validation to isDayDisabled() which properly respects the user's
minDate prop.

Fixes #5718

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@codecov
Copy link

codecov bot commented Dec 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.23%. Comparing base (8279f2f) to head (0593c0d).
⚠️ Report is 46 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6107   +/-   ##
=======================================
  Coverage   99.23%   99.23%           
=======================================
  Files          30       30           
  Lines        3649     3649           
  Branches     1578     1557   -21     
=======================================
  Hits         3621     3621           
  Misses         27       27           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@martijnrusschen martijnrusschen merged commit 69da2fe into main Dec 5, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot type in dates before 1800 BC with minDate set before 1800 BC

2 participants