Radar — Material UI
Recent Material UI changes
v9.3.0 — Aug 5, 2026
- ⚠ Toggle Button Group keyboard navigation switched to the roving tabindex pattern — a behavior change if your tests tab through the group.
- Autocomplete announces loading / no-options through a new
statusslot (aria-live), and menu items getaria-checkedfor checkbox/radio roles. - Grouped buttons, checkboxes, and radios now respect a global
disableRipplefromMuiButtonBasedefaultProps.
v9.2.0 — Jul 3, 2026
data-*attributes supported onslotProps(with an opt-inDataAttributesOverridestype augmentation) — cleaner hooks for testing and analytics without wrapper components.
v9.1.0 — Jun 8, 2026
prefers-reduced-motionsupport for the OS motion setting.enhanceHighContrasttheme wrapper for Windows High Contrast mode.- Select: spacebar selection and typeahead while closed.
These summaries link to the original release notes. They cover selected features, security updates, and migration changes.