Skip to content

v3.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jun 23:41
58db452

3.0.0 (2026-06-15)

⚠ BREAKING CHANGES

  • overflowBehavior is renamed to outOfRangeBehavior, and
    the exported OverflowBehavior/MonthOverflowBehavior types become
    OutOfRangeBehavior/MonthOutOfRangeBehavior. Accepted values are unchanged.

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

  • Upgrade tanstack start netlify plugin

  • chore: trigger Netlify rebuild (verify preview deploys post-config-fix)

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

  • refactor: rename internal overflow.ts → out-of-range.ts to match outOfRangeBehavior

The public prop and types were renamed to outOfRangeBehavior /
OutOfRangeBehavior / MonthOutOfRangeBehavior, but the internal mechanism
still used "overflow" naming. Align it:

  • overflow.ts → out-of-range.ts (+ overflow.test.ts → out-of-range.test.ts)
  • applyOverflow → applyOutOfRange
  • ApplyOverflowInput → ApplyOutOfRangeInput
  • overflowResult → outOfRangeResult
  • update imports + behavior-referring comments; regenerate format subpaths

Temporal's { overflow: "constrain" } option (PlainDate.from etc.) is
unrelated and left as-is.

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

Features

  • MonthView out-of-range navigation + rename overflowBehavior → outOfRangeBehavior (#22) (58db452)