Skip to content

@headlessui/react@v1.7.5

Compare
Choose a tag to compare
@RobinMalfait RobinMalfait released this 08 Dec 22:20
· 303 commits to main since this release
326a43f

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)