Fixed
- Fix SSR tab rendering on React 17 (#2102)
- Fix arrow key handling in
Tab
(after DOM order changes) (#2145) - Fix false positive warning about using multiple
<Popover.Button>
components (#2146) - Fix
Tab
key with non focusable elements inPopover.Panel
(#2147) - Fix false positive warning when using
<Popover.Button />
in React 17 (#2163) - Fix
failed to removeChild on Node
bug (#2164) - 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)