Fixed
- Make sure panels re-register when IDs are calculated in React < 18 (#2883)
- Expose
disabled
state on<Tab />
component (#2918) - Prevent default behaviour when clicking outside of a
Dialog.Panel
(#2919) - 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)