Fixed
- Fix
<Popover.Button as={Fragment} />
crash (#1889) - Expose
close
function forMenu
andMenu.Item
components (#1897) - Fix
useOutsideClick
, add improvements for ShadowDOM (#1914) - Fire
<Combobox.Input>
'sonChange
handler when changing the value internally (#1916) - Add
client-only
to mark everything as client components (#1981)
Added
- Warn when changing components between controlled and uncontrolled (#1878)