Skip to content

Releases: tailwindlabs/headlessui

@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)

@headlessui/vue@v1.7.1

12 Sep 19:11
e926d69
Compare
Choose a tag to compare

Fixed

  • Improve iOS scroll locking (#1830)
  • Ensure Tab order stays consistent, and the currently active Tab stays active (#1837)

@headlessui/react@v1.7.1

12 Sep 19:11
e926d69
Compare
Choose a tag to compare

Fixed

  • Improve iOS scroll locking (#1830)
  • Add <fieldset disabled> check to radio group options in React (#1835)
  • Ensure Tab order stays consistent, and the currently active Tab stays active (#1837)
  • Ensure Combobox.Label is properly linked when rendered after Combobox.Button and Combobox.Input components (#1838)
  • Remove forceRerender from Tab component (#1846)

@headlessui/vue@v1.7.0

06 Sep 14:35
b93b746
Compare
Choose a tag to compare

Added

  • Add by prop for Listbox, Combobox and RadioGroup (#1482, #1717, #1814, #1815)
  • Make form components uncontrollable (#1683)
  • Add @headlessui/tailwindcss plugin (#1487)

Fixed

  • Fixed SSR support on Deno (#1671)
  • Don’t close dialog when opened during mouse up event (#1667)
  • Don’t close dialog when drag ends outside dialog (#1667)
  • Fix outside clicks to close dialog when nested, unopened dialogs are present (#1667)
  • Close Menu component when using tab key (#1673)
  • Resync input when display value changes (#1679, #1755)
  • Ensure controlled Tabs don't change automagically (#1680)
  • Improve outside click on Safari iOS (#1712)
  • Improve event handler merging (#1715)
  • Fix incorrect scrolling to the bottom when opening a Dialog (#1716)
  • Don't overwrite element.focus() on <PopoverPanel> (#1719)
  • Improve Combobox re-opening keyboard issue on mobile (#1732)
  • Only select the active option when using "singular" mode when pressing <tab> in the Combobox component (#1750)
  • Only restore focus to the MenuButton if necessary when activating a MenuOption (#1782)
  • Don't scroll when wrapping around in focus trap (#1789)
  • Improve accessibility when announcing ListboxOption and ComboboxOption components (#1812)
  • Expose the value from the Combobox and Listbox components slot (#1822)
  • Improve scroll lock on iOS (#1824)

@headlessui/tailwindcss@v0.1.1

06 Sep 14:35
d2a0bdb
Compare
Choose a tag to compare

Fixed

  • Fix bracket order of not variants (#1621)

@headlessui/react@v1.7.0

06 Sep 14:35
b93b746
Compare
Choose a tag to compare

Added

  • Add by prop for Listbox, Combobox and RadioGroup (#1482, #1717, #1814, #1815)
  • Make form components uncontrollable (#1683)
  • Add @headlessui/tailwindcss plugin (#1487)

Fixed

  • Fixed SSR support on Deno (#1671)
  • Don’t close dialog when opened during mouse up event (#1667)
  • Don’t close dialog when drag ends outside dialog (#1667)
  • Fix outside clicks to close dialog when nested, unopened dialogs are present (#1667)
  • Close Menu component when using tab key (#1673)
  • Resync input when display value changes (#1679, #1755)
  • Ensure controlled Tabs don't change automagically (#1680)
  • Don't scroll lock when a Transition + Dialog is mounted but hidden (#1681)
  • Allow Popover close to be passed directly to onClick handlers (#1696)
  • Improve outside click on Safari iOS (#1712)
  • Improve event handler merging (#1715)
  • Fix incorrect scrolling to the bottom when opening a Dialog (#1716)
  • Improve Combobox re-opening keyboard issue on mobile (#1732)
  • Ensure Disclosure.Panel is properly linked (#1747)
  • Only select the active option when using "singular" mode when pressing <tab> in the Combobox component (#1750)
  • Improve the types of the Combobox component (#1761)
  • Only restore focus to the Menu.Button if necessary when activating a Menu.Option (#1782)
  • Don't scroll when wrapping around in focus trap (#1789)
  • Fix Transition component's incorrect cleanup and order of events (#1803)
  • Ensure enter transitions work when using unmount={false} (#1811)
  • Improve accessibility when announcing Listbox.Option and Combobox.Option components (#1812)
  • Fix ref stealing from children (#1820)
  • Expose the value from the Combobox and Listbox components render prop (#1822)
  • Improve scroll lock on iOS (#1824)
  • Fix maximum call stack size exceeded error on Tab component when using as={Fragment} (#1826)
  • Fix "blank" screen on initial load of Transition component (#1823)

@headlessui/vue@v1.6.7

12 Jul 14:07
0bdd4b4
Compare
Choose a tag to compare

Fixed

  • Prevent cancelling transitions due to focus trap (#1664)

@headlessui/vue@v1.6.6

07 Jul 21:09
3799d6f
Compare
Choose a tag to compare

Fixed

  • Fix getting Vue dom elements (#1610)
  • Ensure CMD+Backspace works in nullable mode for Combobox component (#1617)
  • Properly merge incoming props with own props (#1651)
  • Ensure PopoverPanel can be used inside <transition> (#1653)

@headlessui/react@v1.6.6

07 Jul 21:10
3799d6f
Compare
Choose a tag to compare

Fixed

  • Ensure CMD+Backspace works in nullable mode for Combobox component (#1617)

@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)