Merge pull request #33909 from backstage/cursor/add-date-range-picker

feat(ui): add DateRangePicker component
This commit is contained in:
Charles de Dreuille
2026-04-21 15:54:38 +01:00
committed by GitHub
19 changed files with 1230 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/ui': patch
---
Added new `DateRangePicker` component — combines two date fields and a calendar popover for selecting a date range, built on React Aria with full keyboard and screen reader accessibility. Uses BUI design tokens throughout, including auto-incremented backgrounds via the bg consumer pattern.