Note: this file is kept from HeadlessUI to serve as an example but should be updated with our info.
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
- Add
by
prop for Listbox
, Combobox
and RadioGroup
(#1482)
- Add
@headlessui/tailwindcss
plugin (#1487)
- Fix incorrect transitionend/transitioncancel events for the Transition component (#1537)
- Improve outside click of
Dialog
component (#1546)
- Ensure
Escape
propagates correctly in Combobox
component (#1511)
- Remove leftover code in Combobox component (#1514)
- Fix event handlers with arity > 1 (#1515)
- Fix transition
enter
bug (#1519)
- Fix render prop data in
RadioGroup
component (#1522)