@headlessui/react@v2.2.3
·
43 commits
to main
since this release
Added
- Add a quick trigger action to the
Menu,ListboxandComboboxcomponents (#3700)
Fixed
- Fix clicking
Labelcomponent should open<Input type="file">(#3707) - Ensure clicking on interactive elements inside
Labelcomponent works (#3709) - Fix focus not returned to SVG Element (#3704)
- Fix
Listboxnot focusing first or last option on ArrowUp / ArrowDown (#3721) - Performance improvement: only re-render top-level component when nesting components e.g.:
Menuinside aDialog(#3722) - Fix closing
Menuwhen otherMenuis opened (#3726)