Liking cljdoc? Tell your friends :D

1.6.3

  • Spec macros
  • Add deps.edn
  • Fix multiple style blocks not being inserted into the DOM
  • Add limited support for nested selectors {"a" {:color "red"}}

1.6.2

  • Added ability to refer to styles in *.clj namespaces for inject-global and font-face macros

1.6.1

  • Added runtime kebab-case transformation for defstyled
  • Added cljss.core/remove-styles!
  • Fixed styles deduplication

1.5.12

  • Require Sablono compiler extension to fix :css prop compilation
  • Fix CSS pseudos compilation for production
  • Fix CSS pseudos compilation with dynamic styles

1.5.11

  • Add inject-global macro

1.5.10

  • Improved font-face macro, allow to have arbitrary expressions in @font-face directives

1.5.9

  • Add support for @font-face CSS at-rule via font-face macro

1.5.6

  • Add support for defstyled for Prum

1.5.5

  • Add cache busting helper for development with Figwheel

1.5.4

  • Readable CSS class names (fully qualified symbol name)
  • Improved caching

1.5.3

  • Add predicate attributes in styles definition (keywords with ? last character)

1.5.2

  • Dissoc props in defstyled marked with with-meta

1.5.1

  • Generate @keyframes declaration at runtime to allow using CSS animations by providing only animation name

1.5.0

  • Add support for @keyframes based CSS animations via defkeyframes macro

1.4.0

  • Cache inserted rules
  • Add experimental support for :css attribute

1.3.1

  • Fix child elements rendering

1.3.0

  • defstyled for Rum, Om and Reagent

1.2.0

  • Enable debuggable styles in development (set via goog.DEBUG)
  • Remove static styles extraction into a file

1.1.0

  • Styled React components via defstyled macro

1.0.0-SNAPSHOT

  • Dynamic styles via CSS Vars

0.1.0-SNAPSHOT

  • Initial release
  • Exclude mapping for selectors with pseudo classes and elements 19b55d7d
  • Fix NullPointerException when cljs.env/compiler is nil 59bf4d33
  • Document alternative :validate-config Figwheel option 15a2dc8f
  • Use resolved var as a unique id instead of passing it manually a76f2aec
  • Note an issue about code reloading and React components with shouldComponentUpdate optimization enabled 0b0f7295

Can you improve this documentation?Edit on GitHub

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

× close