All notable changes to this project will be documented in this file. This
change log follows the conventions of
keepachangelog.com.
- Upgraded to @headlessui/react 1.4.0
Update clojars with more repository information.
- Plan to match release tags, or at least major and minor versions to
@headlessui/react's versions
- Upgraded to @headlessui/react 1.2.0
1.0.0 - 2021-04-20
- Renamed namespaces:
mainej.headlessui-reagent
-> headlessui-reagent.core
mainej.headlessui-reagent.*
-> headlessui-reagent.*
0.1.3 - 2021-04-20
- Reagent interop for Menu, Switch, Dialog, Popover
- Reagent interop for Listbox and RadioGroup, and recommendations for how to
handle
:value
and :on-change
. - Support
:class
as a function. The function will receive the render props.
Can be useful if the appearance of the component is the only thing that
depends on the render props.
- Fixed pass through of props to :as component. Now all aria attributes, event
handlers, etc. are passed through. Throw an exception when we suspect that
this will not happen correctly.
0.1.2 - 2021-04-19
- Fixed clash between ns and var by removing smaller namespaces. May need to
revisit, depending on whether the closure compiler can efficiently shake the
unused components.
0.1.1 - 2021-04-19
- Fixed definition of focus-trap
- Reagent interop with @headlessui/react for Disclosure, Transition and FocusTrap