Fixed
- Ensure
disabled="false"
is not incorrectly passed to the underlying DOM Node (#2138) - Fix arrow key handling in
Tab
(after DOM order changes) (#2145) - Fix
Tab
key with non focusable elements inPopover.Panel
(#2147) - Don’t overwrite classes during SSR when rendering fragments (#2173)
- Improve
Combobox
accessibility (#2153) - Fix crash when reading
headlessuiFocusGuard
ofrelatedTarget
in theFocusTrap
component (#2203) - Fix
FocusTrap
inDialog
when there is only 1 focusable element (#2172) - Improve
Tabs
wrapping around when controlling the component and overflowing theselectedIndex
(#2213) - Fix
shadow-root
bug closingDialog
containers (#2217)
Added
- Allow setting
tabIndex
on theTab.Panel
(#2214)
Changed
- Adjust SSR detection mechanism (#2102)