Skip to content

Releases: tailwindlabs/headlessui

@headlessui/react@v1.7.6

15 Dec 16:36
92e9302
Compare
Choose a tag to compare

Fixed

  • Fix regression where displayValue crashes (#2087)
  • Fix displayValue syncing when Combobox.Input is unmounted and re-mounted in different trees (#2090)
  • Fix FocusTrap escape due to strange tabindex values (#2093)
  • Improve scroll locking on iOS (#2100, 28234b0e)

@headlessui/vue@v1.7.5

08 Dec 22:19
426cbf3
Compare
Choose a tag to compare

Fixed

  • Reset form-like components when the parent <form> resets (#2004)
  • Ensure Popover doesn't crash when focus is going to window (#2019)
  • Ensure shift+home and shift+end works as expected in the ComboboxInput component (#2024)
  • Improve syncing of the ComboboxInput value (#2042)
  • Fix crash when using multiple mode without value prop (uncontrolled) for Listbox and Combobox components (#2058)
  • Allow passing in your own id prop (#2060)
  • Add null as a valid type for Listbox and Combobox in Vue (#2064, #2067)
  • Improve SSR for Tabs in Vue (#2068)
  • Ignore pointer events in Listbox, Menu, and Combobox when cursor hasn't moved (#2069)
  • Allow clicks inside dialog panel when target is inside shadow root (#2079)

@headlessui/react@v1.7.5

08 Dec 22:20
326a43f
Compare
Choose a tag to compare

Fixed

  • Reset form-like components when the parent <form> resets (#2004)
  • Add warning when using <Popover.Button /> multiple times (#2007)
  • Ensure Popover doesn't crash when focus is going to window (#2019)
  • Ensure shift+home and shift+end works as expected in the Combobox.Input component (#2024)
  • Improve syncing of the Combobox.Input value (#2042)
  • Fix crash when using multiple mode without value prop (uncontrolled) for Listbox and Combobox components (#2058)
  • Apply enter and enterFrom classes in SSR for Transition component (#2059)
  • Allow passing in your own id prop (#2060)
  • Fix Dialog unmounting problem due to incorrect transitioncancel event in the Transition component on Android (#2071)
  • Ignore pointer events in Listbox, Menu, and Combobox when cursor hasn't moved (#2069)
  • Allow clicks inside dialog panel when target is inside shadow root (#2079)

@headlessui/tailwindcss@v0.1.2

06 Dec 08:03
2f0dc8c
Compare
Choose a tag to compare

Fixed

  • Move tailwindcss to devDependencies (#2040)

@headlessui/vue@v1.7.4

03 Nov 15:22
74e7b43
Compare
Choose a tag to compare

Fixed

  • Expose close function for Menu and MenuItem components (#1897)
  • Fix useOutsideClick, add improvements for ShadowDOM (#1914)
  • Prevent default slot warning when using a component for as prop (#1915)
  • Fire <ComboboxInput>'s @change handler when changing the value internally (#1916)

@headlessui/react@v1.7.4

03 Nov 15:23
74e7b43
Compare
Choose a tag to compare

Fixed

  • Fix <Popover.Button as={Fragment} /> crash (#1889)
  • Expose close function for Menu and Menu.Item components (#1897)
  • Fix useOutsideClick, add improvements for ShadowDOM (#1914)
  • Fire <Combobox.Input>'s onChange 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)

@headlessui/vue@v1.7.3

30 Sep 16:06
Compare
Choose a tag to compare

Fixed

  • Call displayValue with a v-model of ref(undefined) on ComboboxInput (#1865)
  • Improve Portal detection for Popover components (#1842)
  • Fix crash when children are undefined (#1885)
  • Fix useOutsideClick swallowing events inside ShadowDOM (#1876)
  • Fix Tab incorrectly activating on focus event (#1887)

@headlessui/react@v1.7.3

30 Sep 16:06
Compare
Choose a tag to compare

Fixed

  • Improve Portal detection for Popover components (#1842)
  • Fix useOutsideClick swallowing events inside ShadowDOM (#1876)
  • Fix Tab incorrectly activating on focus event (#1887)

@headlessui/vue@v1.7.2

15 Sep 16:34
dd2feef
Compare
Choose a tag to compare

Fixed

  • Prevent option selection in ComboboxInput while composing (#1850)
  • Ensure we handle the static prop in TabPanel components correctly (#1856)

@headlessui/react@v1.7.2

15 Sep 16:32
dd2feef
Compare
Choose a tag to compare

Fixed

  • Prevent option selection in Combobox.Input while composing (#1850)
  • Ensure we handle the static prop in Tab.Panel components correctly (#1856)