Release from Development#888
Conversation
…with the source of truth
…ate selection issue
…cker-bug fix(component): fix default autoclose, date range select order, and adjust preview widths
fix(dropdown): resolve visibility of dark bg of dropwdown menu issue
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (16)
WalkthroughDatePicker theme detection, parsing, range editing, defaults, and presentation were updated across implementations and examples. Dropdown theming and Radix prop forwarding were revised. Demo layouts and test setup were also adjusted for responsive rendering and cross-platform behavior. ChangesDatePicker core behavior
Dropdown theming
Supporting tests
Estimated code review effort: 4 (Complex) | ~60 minutes Sequence Diagram(s)sequenceDiagram
participant HostTheme
participant DatePicker
participant Parser
participant RangeInput
participant Consumer
HostTheme->>DatePicker: publish DOM or system theme change
DatePicker->>Parser: parse configured input
Parser-->>DatePicker: validated date or error
RangeInput->>DatePicker: update range boundary
DatePicker->>Consumer: emit value or range change
Possibly related PRs
Suggested labels: Suggested reviewers: ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install failed. For unrecoverable errors, disable the tool in CodeRabbit configuration. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Release from Development
New components or component API changes
DropdownLabelandDropdownSeparatorprops to support and forward Radix component properties.lucide-reactCheckicon.Bug fixes
autoClosebehavior totrue.Tooling / config changes
matchMediamocks for DatePicker tests.Docs / Storybook updates
Breaking changes
None.