Skip to content

Releases: tailwindlabs/headlessui

@headlessui/vue@v1.6.5

20 Jun 16:01
f4d1acb
Compare
Choose a tag to compare

Fixed

  • Support <slot> children when using as="template" (#1548)
  • Improve outside click of Dialog component (#1546)
  • Detect outside clicks from within <iframe> elements (#1552)
  • Only render the Dialog on the client (#1566)
  • Improve Combobox input cursor position (#1574)
  • Fix scrolling issue in Tab component when using arrow keys (#1584)
  • Fix missing aria-expanded for ComboboxInput component (#1605)

@headlessui/react@v1.6.5

20 Jun 16:02
f4d1acb
Compare
Choose a tag to compare

Fixed

  • Fix incorrect transitionend/transitioncancel events for the Transition component (#1537)
  • Improve outside click of Dialog component (#1546)
  • Detect outside clicks from within <iframe> elements (#1552)
  • Improve Combobox input cursor position (#1574)
  • Fix scrolling issue in Tab component when using arrow keys (#1584)

@headlessui/vue@v1.6.4

29 May 12:58
6551079
Compare
Choose a tag to compare

Fixed

  • Ensure Escape propagates correctly in Combobox component (#1511)
  • Remove leftover code in Combobox component (#1514)

@headlessui/react@v1.6.4

29 May 12:58
6551079
Compare
Choose a tag to compare

Fixed

  • Ensure Escape propagates correctly in Combobox component (#1511)
  • Remove leftover code in Combobox component (#1514)
  • Fix event handlers with arity > 1 (#1515)
  • Fix transition enter bug (#1519)
  • Fix render prop data in RadioGroup component (#1522)

@headlessui/vue@v1.6.3

25 May 13:22
3c32369
Compare
Choose a tag to compare

Fixed

  • Allow to override the type on the ComboboxInput (#1476)
  • Ensure the the <PopoverPanel focus> closes correctly (#1477)
  • Only render the FocusSentinel if required in the Tabs component (#1493)

@headlessui/react@v1.6.3

25 May 13:21
3c32369
Compare
Choose a tag to compare

Fixed

  • Allow to override the type on the Combobox.Input (#1476)
  • Ensure the the <Popover.Panel focus> closes correctly (#1477)
  • Only render the FocusSentinel if required in the Tabs component (#1493)
  • Ensure the Transition stops once DOM Nodes are hidden (#1500)

@headlessui/tailwindcss@v0.1.0

24 May 21:35
df481f3
Compare
Choose a tag to compare

Added

  • Add @headlessui/tailwindcss plugin (#1487)

@headlessui/vue@v1.6.2

19 May 14:39
5f42488
Compare
Choose a tag to compare

Fixed

  • Ensure DialogPanel exposes its ref (#1404)
  • Ignore Escape when event got prevented in Dialog component (#1424)
  • Improve FocusTrap behaviour (#1432)
  • Simplify Popover Tab logic by using sentinel nodes instead of keydown event interception (#1440)
  • Ensure the PopoverPanel is clickable without closing the Popover (#1443)
  • Improve "Scroll lock" scrollbar width for Dialog component (#1457)
  • Don’t throw when SSR rendering internal portals in Vue (#1459)

@headlessui/react@v1.6.2

19 May 14:39
46aab52
Compare
Choose a tag to compare

Fixed

  • Fix closing of Popover.Panel in React 18 (#1409)
  • Ignore Escape when event got prevented in Dialog component (#1424)
  • Improve FocusTrap behaviour (#1432)
  • Simplify Popover Tab logic by using sentinel nodes instead of keydown event interception (#1440)
  • Ensure the Popover.Panel is clickable without closing the Popover (#1443)
  • Improve "Scroll lock" scrollbar width for Dialog component (#1457)
  • Make the ref optional in the Popover component (#1465)
  • Ensure the ref is forwarded on the Transition.Child component (#1473)

@headlessui/vue@v1.6.1

03 May 11:22
ecdebf3
Compare
Choose a tag to compare

Fixed

  • Manually passthrough attrs for Combobox, Listbox and TabsGroup component (#1372)
  • Fix enter transitions in Vue (#1395)