Skip to content

feat(calendar-date-picker): add Calendar, RangeCalendar, DatePicker ad DateRangePicker components#243

Draft
egaitan-godaddy wants to merge 10 commits into
mainfrom
feat/date-field-components
Draft

feat(calendar-date-picker): add Calendar, RangeCalendar, DatePicker ad DateRangePicker components#243
egaitan-godaddy wants to merge 10 commits into
mainfrom
feat/date-field-components

Conversation

@egaitan-godaddy

@egaitan-godaddy egaitan-godaddy commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Adds Calendar, RangeCalendar, DatePicker, and DateRangePicker components.

Changes

  • Calendar / RangeCalendar: accessible single-date and date-range calendars.
  • DatePicker / DateRangePicker: accessible components that renders a calendar/range-calendar for selecting dates.
  • New public exports: exports/Calendar.ts and exports/DatePicker.ts
  • Node, browser, and visual test coverage, Storybook stories, and README docs per component.
  • Changeset: @godaddy/antares minor.

Notes

  • Date values use @internationalized/date.
    Values are CalendarDate (and { start, end } ranges) rather than native Date, consistent
    with React Aria. It's already a runtime dependency of the package (^3.12.2), so no extra
    install is needed — consumers passing controlled value/defaultValue import the type from there.

@changeset-bot

changeset-bot Bot commented Jun 24, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 1f4ff0f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@godaddy/antares Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@egaitan-godaddy egaitan-godaddy force-pushed the feat/date-field-components branch from d59f2bc to 760975f Compare June 24, 2026 17:55
@github-actions

Copy link
Copy Markdown
Contributor

Docs Site Preview

Preview URL: https://godaddy.github.io/antares/pr-243-site/

Preview will be automatically deleted when this PR is closed.

@github-actions

Copy link
Copy Markdown
Contributor

📚 Storybook Preview

Preview URL: https://godaddy.github.io/antares/pr-243-storybook/

Preview will be automatically deleted when this PR is closed.

@egaitan-godaddy egaitan-godaddy force-pushed the feat/date-field-components branch from e73ce14 to 1f4ff0f Compare June 25, 2026 20:47
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.

1 participant