@headlessui/react@v2.0.4
github-actions
released this
24 May 22:32
·
73 commits
to main
since this release
Fixed
- [internal] Don’t set a focus fallback for Dialog’s in demo mode (#3194)
- Ensure page doesn't scroll down when pressing
Escape
to close theDialog
component (#3218) - Fix crash when toggling between
virtual
and non-virtual mode inCombobox
component (#3236) - Ensure tabbing to a portalled
PopoverPanel
component moves focus inside (without usingPortalGroup
) (#3239) - Only handle form reset when
defaultValue
is used (#3240)
Deprecated
- Mark
SwitchGroup
as deprecated, preferField
instead (#3232)
Changed
- Use native
fieldset
instead ofdiv
by default forFieldset
component (#3237)