Skip to content

Releases: tailwindlabs/headlessui

@headlessui/[email protected]

06 Feb 13:22
1be0e67
Compare
Choose a tag to compare
  • Support installing with Tailwind CSS v4 (#3634)

@headlessui/[email protected]

25 Oct 13:52
d71fb9c
Compare
Choose a tag to compare

Added

  • Add React 19 support (#3543)

@headlessui/[email protected]

10 Oct 18:58
5eb3b12
Compare
Choose a tag to compare

Fixed

  • Use React.JSX instead of deprecated global JSX (#3511)
  • Fix crash in ListboxOptions when using as={Fragment} (#3513)

@headlessui/[email protected]

03 Oct 09:58
2422250
Compare
Choose a tag to compare

Fixed

  • Ensure Element is available before polyfilling to prevent crashes in non-browser environments (#3493)
  • Fix crash when using instanceof HTMLElement in some environments (#3494)
  • Cleanup process in Combobox component when using virtualization (#3495)

@headlessui/[email protected]

12 Sep 10:36
994303f
Compare
Choose a tag to compare

Fixed

  • Fix crash when using as={Fragment} on MenuButton, ListboxButton, DisclosureButton or Button components (#3478)

@headlessui/[email protected]

11 Sep 15:33
dde00da
Compare
Choose a tag to compare

Fixed

  • Prevent crash in environments where Element.prototype.getAnimations is not available (#3473)

@headlessui/[email protected]

09 Sep 09:07
2a46945
Compare
Choose a tag to compare

Fixed

  • use native useId from Vue.js 3.5 when available (#3458)

@headlessui/[email protected]

09 Sep 19:15
5b365f5
Compare
Choose a tag to compare

Fixed

  • Fix ListboxOptions being incorrectly marked as inert (#3466)
  • Fix crash when using DisclosureButton inside of a DisclosurePanel when the Disclosure is open by default (#3465)

@headlessui/[email protected]

04 Sep 14:37
cb86665
Compare
Choose a tag to compare

Fixed

  • Fix transition bug on Firefox, triggered by clicking the PopoverButton in rapid succession (#3452)

@headlessui/[email protected]

03 Sep 15:26
75619ee
Compare
Choose a tag to compare

Fixed

  • Fix components not closing properly when using the transition prop (#3448)