Liking cljdoc? Tell your friends :D

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

Unreleased

1.2.1

Update clojars with more repository information.

1.2.0

Changed:

  • Plan to match release tags, or at least major and minor versions to @headlessui/react's versions

1.1.0

Changed:

  • Upgraded to @headlessui/react 1.2.0

1.0.0 - 2021-04-20

Changed

  • Renamed namespaces: mainej.headlessui-reagent -> headlessui-reagent.core mainej.headlessui-reagent.* -> headlessui-reagent.*

0.1.3 - 2021-04-20

Added

  • 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.

Changed

  • 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

Changed

  • 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

Changed

  • Fixed definition of focus-trap

0.1.0 - 2021-04-19

Added

  • Reagent interop with @headlessui/react for Disclosure, Transition and FocusTrap

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close