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.6.3
- Upgraded to @headlessui/react 1.6.2
- Upgraded to @headlessui/react 1.6.1
- Upgraded to @headlessui/react 1.6.0
- Upgraded to reagent 1.1.1
- Reagent interop for Dialog.Panel and Dialog.Backdrop
- Created example project which demonstrates all the headlessui-reagent
components.
- Worked around a problem where form-1 components couldn't be used as the return
value of a render-props function. form-2 and form-3 components still won't
work, though they'll be rare.
- Upgraded to @headlessui/react 1.5.0
- Reagent interop for Combobox
- cljdocs, by specifying dependency on reagent
- Upgraded to @headlessui/react 1.4.3
- Upgraded to @headlessui/react 1.4.2
- Upgraded to @headlessui/react 1.4.1
- 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