v0.1.0-alpha.1 — Second Public Alpha
Pre-release
Pre-release
Second alpha release: DateInput validation and DateDisplay extraction.
Added
- DateInput validation for minDate, maxDate, and disabledDates. Editable date inputs now respect the same constraints as the visual grid, rejecting out-of-range dates before passing them to onChange.
- DateDisplay component extracted from Calendar.renderDateDisplay(), reducing Calendar complexity and enabling independent tests for the date-display/editing logic.
Changed
- Calendar.renderDateDisplay() now passes minDate, maxDate, and disabledDates to DateInput so typed input constraints match grid constraints.