Fixed
- Ensure we are not freezing data when the
static
prop is used (#3779) - Ensure
onChange
types are contravariant instead of bivariant (#3781) - Support
<summary>
as a focusable element inside<details>
(#3389) - Fix
Maximum update depth exceeded
crash when usingtransition
prop (#3782) - Ensure pressing
Tab
in theComboboxInput
, correctly syncs the input value (#3785) - Ensure
--button-width
and--input-width
have the latest value (#3786) - Fix 'Invalid prop
data-headlessui-state
supplied toReact.Fragment
' warning (#3788) - Ensure
element
inref
callback is always connected when rendering in aPortal
(#3789) - Ensure form state is up to date when using uncontrolled components (#3790)
- Ensure
data-open
onComboboxInput
is up to date (#3791) - Ensure changing the
immediate
prop value on theCombobox
component works as expected (#3792)