Skip to content

@headlessui/react@v1.7.4

Compare
Choose a tag to compare
@RobinMalfait RobinMalfait released this 03 Nov 15:23
· 320 commits to main since this release
74e7b43

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)