Skip to content

@headlessui/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 22:32
· 62 commits to main since this release
7be23e5

Fixed

  • [internal] Don’t set a focus fallback for Dialog’s in demo mode (#3194)
  • Ensure page doesn't scroll down when pressing Escape to close the Dialog component (#3218)
  • Fix crash when toggling between virtual and non-virtual mode in Combobox component (#3236)
  • Ensure tabbing to a portalled PopoverPanel component moves focus inside (without using PortalGroup) (#3239)
  • Only handle form reset when defaultValue is used (#3240)

Deprecated

  • Mark SwitchGroup as deprecated, prefer Field instead (#3232)

Changed

  • Use native fieldset instead of div by default for Fieldset component (#3237)