Skip to content

v1.1.0

Choose a tag to compare

@sokaluis sokaluis released this 07 Jul 02:02

Highlights

  • Adds accessible labels, roles, focus-visible styling, and live-region announcements for Calendar and DateRange flows.
  • Adds RTL support with dir="rtl", rdrRtl, mirrored navigation glyphs, horizontal month reversal, and logical range-edge styles.
  • Adds selectablePassive for opt-in cross-month passive-day selection when scroll virtualization is off.
  • Expands the Vite demo with manual QA panels for the newly fixed accessibility, RTL, and cross-month cases.

Fixed

  • Guards direct DateRange disabledDates against non-array values.
  • Aligns DefinedRangeProps.weekStartsOn with the strict weekday union.
  • Includes prior 1.0.x maintenance fixes since v1.0.1.

Verification

  • npm test -- --runInBand: PASS, 13 suites / 274 tests
  • npm run type-check: PASS
  • npm run build: PASS
  • demo/ npm run typecheck: PASS
  • git diff --check: PASS