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.

0.1.11 - 2020-10-11

  • Add support for Figwheel main tooling.

0.1.10 - 2020-04-09

  • Bugfix: allow passing :className at runtime to a component. It was getting overridden before.

  • Add sprops macro.

0.1.9 - 2020-01-20

  • Add defglobalstyle

0.1.8 - 2019-03-18

  • Turn off debug

0.1.7 - 2019-03-18

  • Fix bugs from previous update
    • set-default-theme! was broken
  • Nested selectors like ":hover" were getting inserted in the stylesheet as ":hover:{}", fixed this scenario generally for nested selectors.
  • Add support for passing vectors of maps/JS objects

0.1.6 - 2019-03-17

Keyframes is now implemented in a "lazy" manner: its styles will be injected with the render phase of components using them.

keyframes no longer returns an animation name, instead it returns an object which has method .getName() for the purpose of getting the animation name.

0.1.5 - 2019-02-07

0.1.4 - 2018-08-07

  • Fix seq children - not just vectors.

0.1.3 - 2018-08-07

  • Fix non-seq children passed to a component created with defstyled - missed a spot.

0.1.2 - 2018-08-07

  • Fix non-seq children passed to a component created with defstyled.

0.1.1 - 2018-07-07

  • Initial release of basic functionality.

Can you improve this documentation?Edit on GitHub

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

× close