Skip to content

v0.1.0-alpha.1 — Second Public Alpha

Pre-release
Pre-release

Choose a tag to compare

@sokaluis sokaluis released this 25 Jun 20:17

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.