Changelog
Notable changes to the registry components and demos.
2026-06
@daypicker/reactv10: Migrated fromreact-day-pickerto@daypicker/react. Updated the shadcnCalendarwrapper for v10 (month_gridclass name, Spanish locale).DateRangeSelector: Rebuilt as a Popover + Calendar range picker with composable inline presets and custom date selection. Calendar range limited to the last 13 months through today./demo/financeslayout: Split into Análisis Financiero (KPIs + stacked chart) and Facturas (invoice table), each with an independent date filter.BillingTable: Invoices keyed byemissionDate(ISOYYYY-MM-DD) instead of monthly rows. TanStack TablecolumnFilters+getFilteredRowModelfor client-side date filtering. Spanish formatting viadate-fns.date-fnsadoption: Date logic standardized across the app —startOfDay,endOfDay,subDays,subMonths,parseISO,isWithinInterval, andformatwith theeslocale replace manualDatemanipulation andIntl/toLocaleDateStringcalls.