Fixed
- Expose
disabled
state on<Tab />
component (#2918) - Prevent default behaviour when clicking outside of a
DialogPanel
(#2919) - Don’t override explicit
disabled
prop for components inside<MenuItem>
(#2929) - Add
hidden
attribute to internal<Hidden />
component when theFeatures.Hidden
feature is used (#2955) - Allow setting custom
tabIndex
on the<Switch />
component (#2966) - Forward
disabled
state to hidden inputs in form-like components (#3004) - Respect
selectedIndex
for controlled<Tab/>
components (#3037)