Open
Conversation
* refactor(stories): update component titles for better categorization in Calendar and Chip stories * feat: calendar first styles done, stories in progress * feat(calendar): add year picker trigger and overlay grid to calendar * feat(docs): add Date and Time category with Calendar component documentation and demos * refactor(docs): update ColorField and DateField components to use new Group and Input structure - Replaced ColorInputGroup with ColorField.Group and ColorField.Input in documentation and demos. - Updated DateInputGroup to DateField.Group and DateField.Input across relevant files. - Ensured consistency in component usage and improved clarity in examples. * feat(calendar): enhance year picker functionality and documentation - Introduce Calendar.YearPickerTrigger, Calendar.YearPickerGrid and subcomponents for year selection - Update docs with new year picker features and examples - Make min/max date values calendar-aware for better date handling - Revise component demos to show year picker integration * fix(calendar): update button labels and improve date calculations in controlled calendar demo * docs(calendar): add international calendar demo and update documentation Co-authored-by: Cursor <cursoragent@cursor.com> * refactor(calendar): rename year picker trigger slots for consistency Co-authored-by: Cursor <cursoragent@cursor.com> * docs(calendar): add year picker trigger CSS classes to documentation Co-authored-by: Cursor <cursoragent@cursor.com> * refactor(calendar): align year picker slot names with CSS class names Renamed calendar year picker slots and CSS classes for consistency: - triggerHeading: trigger-text → trigger-heading - triggerIndicator: trigger-icon → trigger-indicator Updated files: - Component data-slot attributes in calendar-year-picker.tsx - CSS class names in calendar-year-picker.css - Slot mappings in calendar-year-picker.styles.ts - Documentation references in calendar.mdx Also added custom-icons demo showing NavButton customization. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Diego Gonzalez <diego.ags04@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
* feat(date-picker): introduce DatePicker component - add a composable DatePicker with integrated Calendar support - update the component registry and date-and-time docs category * feat(date-picker): enhance documentation and demos - Added format options section to DatePicker documentation. - Introduced international calendar support in DatePicker documentation. - Updated demo registry to include new format options and international calendar demos. - Adjusted component styles in demos for consistent width and improved layout. * feat(calendar): add custom styles demo and documentation * fix(calendar): update calendar default heading layout * fix(date-picker): adjust popover width for improved layout consistency
|
commit: |
* chore(deps): bump RA versions * chore(deps): bump react-aria-components
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Closes #
📝 Description
⛳️ Current behavior (updates)
🚀 New behavior
💣 Is this a breaking change (Yes/No):
📝 Additional Information