Releases: tailwindlabs/headlessui
Releases · tailwindlabs/headlessui
@headlessui/react@v2.2.4
Fixed
- Fix
Combobox
error (unexpected undefined) when using virtual mode (#3734)
@headlessui/react@v2.2.3
Added
- Add a quick trigger action to the
Menu
,Listbox
andCombobox
components (#3700)
Fixed
- Fix clicking
Label
component should open<Input type="file">
(#3707) - Ensure clicking on interactive elements inside
Label
component works (#3709) - Fix focus not returned to SVG Element (#3704)
- Fix
Listbox
not focusing first or last option on ArrowUp / ArrowDown (#3721) - Performance improvement: only re-render top-level component when nesting components e.g.:
Menu
inside aDialog
(#3722) - Fix closing
Menu
when otherMenu
is opened (#3726)
@headlessui/react@v2.2.2
@headlessui/react@v2.2.1
Added
- Accept
tabIndex
on theCheckbox
component (#3645) - Accept
tabIndex
on theRadioGroup
component (#3646)
Fixed
- Use correct
ownerDocument
when using internalPortal
component (#3594) - Bump
@tanstack/react-virtual
to fix warnings in React 19 projects (#3588) - Fix
aria-invalid
attributes to have a valid'true'
value (#3639) - Add missing
invalid
prop toCombobox
component (#3677) - Fix
Unexpected undefined
crash inCombobox
component withvirtual
mode (#3678)
@headlessui/tailwindcss@v0.2.2
- Support installing with Tailwind CSS v4 (#3634)
@headlessui/react@v2.2.0
Added
- Add React 19 support (#3543)
@headlessui/react@v2.1.10
@headlessui/react@v2.1.9
@headlessui/react@v2.1.8
Fixed
- Fix crash when using
as={Fragment}
onMenuButton
,ListboxButton
,DisclosureButton
orButton
components (#3478)
@headlessui/react@v2.1.7
Fixed
- Prevent crash in environments where
Element.prototype.getAnimations
is not available (#3473)